Skip to content

feat: update sdk to support Amplifier chains #83

feat: update sdk to support Amplifier chains

feat: update sdk to support Amplifier chains #83

Triggered via pull request October 16, 2024 22:40
@canhtrinhcanhtrinh
synchronize #334
feat/0.17.0
Status Failure
Total duration 33s
Artifacts

build.yml

on: pull_request
Build Package
23s
Build Package
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Build Package: src/libs/TransactionRecoveryApi/AxelarDepositRecoveryAPI.ts#L30
Element implicitly has an 'any' type because expression of type 'Environment' can't be used to index type '{ devnet: string; testnet: string; mainnet: string; }'.
Build Package: src/libs/TransactionRecoveryApi/AxelarGMPRecoveryAPI.ts#L950
Element implicitly has an 'any' type because expression of type 'Environment' can't be used to index type '{ readonly devnet: "axelar1zl3rxpp70lmte2xr6c4lgske2fyuj3hupcsvcd"; readonly testnet: "axelar1zl3rxpp70lmte2xr6c4lgske2fyuj3hupcsvcd"; readonly mainnet: "axelar1aythygn6z5thymj6tmzfwekzh05ewg3l7d6y89"; }'.
Build Package: src/libs/TransactionRecoveryApi/AxelarRecoveryApi.ts#L400
Element implicitly has an 'any' type because expression of type 'Environment' can't be used to index type '{ devnet: string; testnet: string; mainnet: string; }'.
Build Package: src/libs/TransactionRecoveryApi/AxelarRecoveryApi.ts#L410
Element implicitly has an 'any' type because expression of type 'Environment' can't be used to index type '{ devnet: string; testnet: string; mainnet: string; }'.
Build Package: src/libs/TransactionRecoveryApi/AxelarRecoveryApi.ts#L420
Element implicitly has an 'any' type because expression of type 'Environment' can't be used to index type '{ devnet: string; testnet: string; mainnet: string; }'.
Build Package: src/libs/TransactionRecoveryApi/AxelarRecoveryApi.ts#L440
Element implicitly has an 'any' type because expression of type 'Environment' can't be used to index type '{ devnet: string; testnet: string; mainnet: string; }'.
Build Package: src/services/SocketService.ts#L68
Element implicitly has an 'any' type because expression of type 'Environment' can't be used to index type '{ devnet: string; testnet: string; mainnet: string; }'.
Build Package: src/services/SocketService.ts#L72
Element implicitly has an 'any' type because expression of type 'Environment' can't be used to index type '{ devnet: string; testnet: string; mainnet: string; }'.
Build Package: src/services/SocketService.ts#L81
Element implicitly has an 'any' type because expression of type 'Environment' can't be used to index type '{ devnet: string; testnet: string; mainnet: string; }'.
Build Package: src/utils/validateChain.ts#L12
Element implicitly has an 'any' type because expression of type 'Environment' can't be used to index type '{ devnet: string; testnet: string; mainnet: string; }'.
src/libs/fee/getL1Fee.spec.ts#L18
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
Build Package
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/