wip #184
Annotations
5 errors and 1 warning
build:
src/index.ts#L161
Type '{ symbol: string; amount: bigint; address: `0x${string}`; }' is not assignable to type '{ to: `0x${string}`; from: `0x${string}`; symbol: string; amount: bigint; address: `0x${string}`; decimals: number; } | { symbol: string; amount: string; address: string; } | undefined'.
|
build:
src/index.ts#L191
Argument of type 'bigint' is not assignable to parameter of type 'string'.
|
build:
src/utils/index.ts#L89
This comparison appears to be unintentional because the types 'bigint' and 'string' have no overlap.
|
build:
src/utils/index.ts#L99
Type '{ to: `0x${string}`; from: `0x${string}`; symbol: string; amount: string; address: `0x${string}`; decimals: number; }[]' is not assignable to type '{ to: `0x${string}`; from: `0x${string}`; symbol: string; amount: bigint; address: `0x${string}`; decimals: number; }[]'.
|
build
Process completed with exit code 2.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|