Skip to content

v5.0.0-rc1

v5.0.0-rc1 #25

Triggered via release October 23, 2023 17:32
@fadeevfadeev
published v5.0.0-rc1
Status Success
Total duration 59s
Artifacts

publish-npm.yaml

on: release
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: helpers/balances.ts#L65
Argument of type 'string' is not assignable to parameter of type 'ZetaProtocolNetwork'.
build: 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: { ...; }; }'.
build: helpers/balances.ts#L89
Parameter 'address' implicitly has an 'any' type.
build: 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'.
build: 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.
build: 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.
build: 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: { ...; }; }'.
build: 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.
build: helpers/tx.ts#L72
Argument of type 'Object | null' is not assignable to parameter of type 'string'.
build: tasks/balances.ts#L56
Argument of type 'string' is not assignable to parameter of type 'null | undefined'.
build
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/