Athena integration PoC (WIP) #155
Annotations
4 errors and 1 warning
CI:
src/components/sendTx/SendTxModal.tsx#L993
Type '{ methodSelector: MethodSelectors; PublicKey: string; }' is not assignable to type '{ Destination: string; Amount: string; methodSelector: MethodSelectors; } | { Destination: string; Amount: string; Vault: string; methodSelector: string; } | { PublicKey: string; methodSelector: string; } | { ...; } | { ...; } | { ...; } | { ...; }'.
|
CI:
src/components/sendTx/SendTxModal.tsx#L1008
Type '{ methodSelector: MethodSelectors; Required: number; PublicKeys: string[]; }' is not assignable to type '{ Destination: string; Amount: string; methodSelector: MethodSelectors; } | { Destination: string; Amount: string; Vault: string; methodSelector: string; } | { PublicKey: string; methodSelector: string; } | { ...; } | { ...; } | { ...; } | { ...; }'.
|
CI:
src/components/sendTx/SendTxModal.tsx#L1021
Type '{ methodSelector: MethodSelectors; Owner: string; TotalAmount: string; InitialUnlockAmount: string; VestingStart: number; VestingEnd: number; }' is not assignable to type '{ Destination: string; Amount: string; methodSelector: MethodSelectors; } | { Destination: string; Amount: string; Vault: string; methodSelector: string; } | { PublicKey: string; methodSelector: string; } | { ...; } | { ...; } | { ...; } | { ...; }'.
|
CI
Process completed with exit code 2.
|
CI
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|