Skip to content

v2.2.2

v2.2.2 #20

Triggered via release September 20, 2023 06:15
@fadeevfadeev
published v2.2.2
Status Success
Total duration 1m 12s
Artifacts

publish-npm.yaml

on: release
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: helpers/helpers.ts#L71
Expected 2-3 arguments, but got 1.
build: helpers/tx.ts#L3
Could not find a declaration file for module 'cli-color'. '/home/runner/work/toolkit/toolkit/node_modules/cli-color/index.js' implicitly has an 'any' type.
build: helpers/tx.ts#L5
Could not find a declaration file for module 'spinnies'. '/home/runner/work/toolkit/toolkit/node_modules/spinnies/index.js' implicitly has an 'any' type.
build: helpers/tx.ts#L77
Property 'url' does not exist on type 'Object'.
build: helpers/tx.ts#L78
Property 'ethers' does not exist on type 'HardhatRuntimeEnvironment'.
build: tasks/balances.ts#L93
Argument of type 'string' is not assignable to parameter of type 'ZetaProtocolNetwork'.
build: tasks/balances.ts#L96
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 ...; baobab_testnet: { ...; }; }'.
build: tasks/balances.ts#L140
Argument of type '{ native: string; networkName: string; } | undefined' is not assignable to parameter of type '{ zrc20: string; networkName: string; native: string; zeta: string; } | { zrc20?: undefined; networkName: string; native: string; zeta: string; } | undefined'.
build: tasks/balances.ts#L140
Variable 'btc_address' is used before being assigned.
build: tasks/balances.ts#L144
Variable 'btc_address' is used before being assigned.
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/