Skip to content

feat: solana tx history #561

feat: solana tx history

feat: solana tx history #561

Triggered via pull request February 20, 2025 23:02
Status Failure
Total duration 3m 0s
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/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/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
Argument of type 'NetworkWithCaipId | undefined' is not assignable to parameter of type 'Network'.
Lint and build: src/pages/Send/hooks/useIdentifyAddress.ts#L1
Type '{ address: string; addressXP: string; addressBTC: string; addressSVM: string; id: string; name: string; isKnown: boolean; } | { address: string; addressBTC: string; addressXP: string; id: string; name: string; isKnown: boolean; }' is not assignable to type 'Contact'.
Lint and build: src/pages/Swap/hooks/useSwapStateFunctions.ts#L1
Argument of type 'NetworkTokenWithBalance | (TokenBalanceDataWithDecimals & TokenMarketData & ERC20Token & { ...; }) | TokenWithBalanceSPL | undefined' is not assignable to parameter of type 'NetworkTokenWithBalance | (TokenBalanceDataWithDecimals & TokenMarketData & ERC20Token & { ...; }) | ((prevState: NetworkTokenWithBalance | ... 1 more ... | undefined) => NetworkTokenWithBalance | ... 1 more ... | undefined) | undefined'.