v5.0.0-rc1 #25
Annotations
10 errors and 1 warning
helpers/balances.ts#L65
Argument of type 'string' is not assignable to parameter of type 'ZetaProtocolNetwork'.
|
helpers/balances.ts#L68
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ mumbai_testnet: { chain_id: number; chain_name: string; fees: { assets: { denom: string; gas: number; gas_price: number; }[]; }; assets: { denoms: { denom: string; exponent: number; }[]; base: string; symbol: string; }[]; apps: { ...; }[]; api: { ...; }[]; }; ... 5 more ...; goerli_testnet: { ...; }; }'.
|
helpers/balances.ts#L89
Parameter 'address' implicitly has an 'any' type.
|
helpers/balances.ts#L99
Argument of type '{ native: string; networkName: string; } | undefined' is not assignable to parameter of type '{ zrc20: string | undefined; networkName: string; native: string; zeta: string; } | { zrc20?: undefined; networkName: string; native: string; zeta: string; } | undefined'.
|
helpers/fees.ts#L7
Could not find a declaration file for module 'isomorphic-fetch'. '/home/runner/work/toolkit/toolkit/node_modules/isomorphic-fetch/fetch-npm-node.js' implicitly has an 'any' type.
|
helpers/pools.ts#L6
Could not find a declaration file for module 'isomorphic-fetch'. '/home/runner/work/toolkit/toolkit/node_modules/isomorphic-fetch/fetch-npm-node.js' implicitly has an 'any' type.
|
helpers/sendZETA.ts#L16
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{ mumbai_testnet: { chain_id: number; chain_name: string; fees: { assets: { denom: string; gas: number; gas_price: number; }[]; }; assets: { denoms: { denom: string; exponent: number; }[]; base: string; symbol: string; }[]; apps: { ...; }[]; api: { ...; }[]; }; ... 5 more ...; goerli_testnet: { ...; }; }'.
|
helpers/tx.ts#L4
Could not find a declaration file for module 'isomorphic-fetch'. '/home/runner/work/toolkit/toolkit/node_modules/isomorphic-fetch/fetch-npm-node.js' implicitly has an 'any' type.
|
helpers/tx.ts#L72
Argument of type 'Object | null' is not assignable to parameter of type 'string'.
|
tasks/balances.ts#L56
Argument of type 'string' is not assignable to parameter of type 'null | undefined'.
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading