Skip to content

[TEST] Solana work-in-progress #570

[TEST] Solana work-in-progress

[TEST] Solana work-in-progress #570

Triggered via pull request February 25, 2025 20:41
Status Failure
Total duration 3m 5s
Artifacts

pr-checks.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Lint and build: src/background/services/secrets/AddressResolver.ts#L1
Type 'number | undefined' is not assignable to type 'number'.
Lint and build: src/background/services/secrets/AddressResolver.ts#L1
Type 'NetworkWithCaipId' is not assignable to type 'Network'.
Lint and build: src/background/services/secrets/AddressResolver.ts#L1
Type 'DerivationPath | undefined' is not assignable to type 'DerivationPathType'.
Lint and build: src/pages/Send/components/ContactInput.tsx#L1
Property 'addressSVM' does not exist on type 'Contact'. Did you mean 'address'?
Lint and build: src/pages/Send/components/ContactSelect.tsx#L1
Argument of type 'NetworkWithCaipId | undefined' is not assignable to parameter of type 'Network'.
Lint and build: src/pages/Send/components/ContactSelect.tsx#L1
Property 'addressSVM' does not exist on type 'Contact'. Did you mean 'address'?
Lint and build: src/pages/Send/components/ContactSelect.tsx#L1
Property 'addressSVM' does not exist on type 'Contact'. Did you mean 'address'?
Lint and build: src/pages/Send/components/SendSVM.tsx#L1
Property 'addressSVM' does not exist on type 'Contact'. Did you mean 'address'?
Lint and build: src/pages/Send/hooks/useIdentifyAddress.ts#L1
Type '{ address: string; addressBTC: string; addressXP: string; addressSVM: string; id: string; name: string; isKnown: boolean; }' is not assignable to type 'Contact'.
Lint and build: src/pages/Send/hooks/useIdentifyAddress.ts#L1
Type '{ name: string; isKnown: true; addressSVM: string | undefined; addressBTC?: undefined; address?: undefined; addressXP?: undefined; id: string; } | { name: string; isKnown: true; addressBTC: string | undefined; address: string; addressSVM?: undefined; addressXP?: undefined; id: string; } | { ...; } | { ...; }' is not assignable to type 'Contact'.