Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

feat(studio): Migrate all apps to Viem toolkit #6926

feat(studio): Migrate all apps to Viem toolkit

feat(studio): Migrate all apps to Viem toolkit #6926

Triggered via pull request November 10, 2023 21:46
Status Failure
Total duration 4m 32s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 16 warnings
Unit Tests
Process completed with exit code 1.
Build Check: src/apps/balancer-v2/common/balancer-v2.farm.contract-position-fetcher.ts#L65
Type 'number' is not assignable to type 'bigint'.
Build Check: src/apps/balancer-v2/ethereum/balancer-v2.wrapped-aave.token-fetcher.ts#L38
Property 'ATOKEN' does not exist on type '{ approve: <TChainOverride extends Chain | undefined, Options extends Prettify<UnionOmit<SimulateContractParameters<readonly [{ readonly inputs: readonly []; readonly stateMutability: "nonpayable"; readonly type: "constructor"; }, { readonly anonymous: false; readonly inputs: readonly [{ ...; }, { ...; }, { ...; }];...'.
Build Check: src/apps/bancor-v3/ethereum/bancor-v3.bnt-pool.token-fetcher.ts#L56
Argument of type 'string' is not assignable to parameter of type 'readonly [bigint]'.
Build Check: src/apps/bancor-v3/ethereum/bancor-v3.farm.contract-position-fetcher.ts#L31
Property 'getPoolLength' in type 'EthereumBancorV3FarmContractPositionFetcher' is not assignable to the same property in base type 'MasterChefTemplateContractPositionFetcher<readonly [{ readonly inputs: readonly [{ readonly internalType: "contract IBancorNetwork"; readonly name: "initNetwork"; readonly type: "address"; }, { readonly internalType: "contract INetworkSettings"; readonly name: "initNetworkSettings"; readonly type: "address"; }, { .....'.
Build Check: src/apps/bancor-v3/ethereum/bancor-v3.farm.contract-position-fetcher.ts#L32
Property 'read' does not exist on type 'readonly [{ readonly inputs: readonly [{ readonly internalType: "contract IBancorNetwork"; readonly name: "initNetwork"; readonly type: "address"; }, { readonly internalType: "contract INetworkSettings"; readonly name: "initNetworkSettings"; readonly type: "address"; }, { ...; }, { ...; }, { ...; }, { ...; }]; reado...'.
Build Check: src/apps/bancor-v3/ethereum/bancor-v3.farm.contract-position-fetcher.ts#L35
Property 'getStakedTokenAddress' in type 'EthereumBancorV3FarmContractPositionFetcher' is not assignable to the same property in base type 'MasterChefTemplateContractPositionFetcher<readonly [{ readonly inputs: readonly [{ readonly internalType: "contract IBancorNetwork"; readonly name: "initNetwork"; readonly type: "address"; }, { readonly internalType: "contract INetworkSettings"; readonly name: "initNetworkSettings"; readonly type: "address"; }, { .....'.
Build Check: src/apps/bancor-v3/ethereum/bancor-v3.farm.contract-position-fetcher.ts#L36
Property 'programs' does not exist on type 'readonly [{ readonly inputs: readonly [{ readonly internalType: "contract IBancorNetwork"; readonly name: "initNetwork"; readonly type: "address"; }, { readonly internalType: "contract INetworkSettings"; readonly name: "initNetworkSettings"; readonly type: "address"; }, { ...; }, { ...; }, { ...; }, { ...; }]; reado...'.
Build Check: src/apps/bancor-v3/ethereum/bancor-v3.farm.contract-position-fetcher.ts#L39
Property 'getRewardTokenAddress' in type 'EthereumBancorV3FarmContractPositionFetcher' is not assignable to the same property in base type 'MasterChefTemplateContractPositionFetcher<readonly [{ readonly inputs: readonly [{ readonly internalType: "contract IBancorNetwork"; readonly name: "initNetwork"; readonly type: "address"; }, { readonly internalType: "contract INetworkSettings"; readonly name: "initNetworkSettings"; readonly type: "address"; }, { .....'.
Build Check: src/apps/bancor-v3/ethereum/bancor-v3.farm.contract-position-fetcher.ts#L40
Property 'programs' does not exist on type 'readonly [{ readonly inputs: readonly [{ readonly internalType: "contract IBancorNetwork"; readonly name: "initNetwork"; readonly type: "address"; }, { readonly internalType: "contract INetworkSettings"; readonly name: "initNetworkSettings"; readonly type: "address"; }, { ...; }, { ...; }, { ...; }, { ...; }]; reado...'.
Build Check: src/apps/bancor-v3/ethereum/bancor-v3.farm.contract-position-fetcher.ts#L60
Property 'providerStake' does not exist on type 'GetContractReturnType<readonly [{ readonly inputs: readonly [{ readonly internalType: "contract IBancorNetwork"; readonly name: "initNetwork"; readonly type: "address"; }, { readonly internalType: "contract INetworkSettings"; readonly name: "initNetworkSettings"; readonly type: "address"; }, { ...; }, { ...; }, { .....'.
Lint Check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2, pnpm/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint Check
The `save-state` 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/
Lint Check
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/
Lint Check
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/
Integration Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2, pnpm/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Integration Tests
The `save-state` 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/
Integration Tests
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/
Integration Tests
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/
Unit Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2, pnpm/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Unit Tests
The `save-state` 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/
Unit Tests
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/
Unit Tests
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/
Build Check
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2, pnpm/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build Check
The `save-state` 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/
Build Check
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/
Build Check
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/