Taiko and Etherlink 🚀 #7
Triggered via pull request
September 19, 2024 20:25
Status
Failure
Total duration
2m 37s
Artifacts
–
Annotations
10 errors and 3 warnings
Test:
src/composables/queries/useTokenPricesQuery.ts#L71
No overload matches this call.
|
Test:
src/constants/pool-lists/csp-issue.ts#L3
Type '{ 1: string[]; 137: never[]; 42161: never[]; 100: never[]; 1101: never[]; 43114: never[]; 8453: never[]; 11155111: never[]; 250: never[]; 5: never[]; 10: never[]; 41: never[]; 40: never[]; }' is missing the following properties from type 'Record<Network, string[]>': 82, 42220, 167000, 42793
|
Test:
src/constants/pool-lists/csp-issue.ts#L33
Type '{ 1: string[]; 137: string[]; 42161: string[]; 100: string[]; 1101: string[]; 43114: string[]; 8453: never[]; 11155111: string[]; 250: never[]; 5: never[]; 10: never[]; 41: never[]; 40: never[]; }' is missing the following properties from type 'Record<Network, string[]>': 82, 42220, 167000, 42793
|
Test:
src/dependencies/balancer-sdk.mocks.ts#L123
Type '{ to: string; encodedCall: string; tokensOut: never[]; expectedAmountsOut: never[]; minAmountsOut: never[]; priceImpact: string; }' is missing the following properties from type 'GeneralisedExitOutput': rawCalls, encodedCalls
|
Test:
src/dependencies/balancer-sdk.mocks.ts#L201
Argument of type '{ to: string; encodedCall: string; minOut: string; expectedOut: string; priceImpact: string; value: BigNumber; }' is not assignable to parameter of type '{ to: string; rawCalls: (Swap | EncodeJoinPoolInput)[]; encodedCalls: string[]; encodedCall: string; minOut: string; expectedOut: string; priceImpact: string; value: BigNumberish; }'.
|
Test:
src/lib/config/arbitrum/contracts.ts#L4
Property 'balancerQueries' is missing in type '{ merkleRedeem: string; merkleOrchard: string; merkleOrchardV2: string; multicall: string; authorizer: string; vault: string; weightedPoolFactory: string; stablePoolFactory: string; lidoRelayer: string; ... 14 more ...; gaugeCheckpointer: string; }' but required in type 'Contracts'.
|
Test:
src/lib/config/avalanche/contracts.ts#L4
Property 'balancerQueries' is missing in type '{ merkleRedeem: string; merkleOrchard: string; merkleOrchardV2: string; multicall: string; authorizer: string; vault: string; weightedPoolFactory: string; stablePoolFactory: string; lidoRelayer: string; ... 12 more ...; gaugeRewardsHelper: string; }' but required in type 'Contracts'.
|
Test:
src/lib/config/base/contracts.ts#L4
Property 'balancerQueries' is missing in type '{ merkleRedeem: string; merkleOrchard: string; merkleOrchardV2: string; multicall: string; authorizer: string; vault: string; weightedPoolFactory: string; stablePoolFactory: string; lidoRelayer: string; ... 13 more ...; gaugeWorkingBalanceHelper: string; }' but required in type 'Contracts'.
|
Test:
src/lib/config/celo/contracts.ts#L3
Property 'balancerQueries' is missing in type '{ merkleRedeem: string; merkleOrchard: string; multicall: string; authorizer: string; vault: string; weightedPoolFactory: string; stablePoolFactory: string; lidoRelayer: string; balancerHelpers: string; ... 11 more ...; gaugeRewardsHelper: string; }' but required in type 'Contracts'.
|
Test:
src/lib/config/etherlink/rewards.ts#L1
'rewards.ts' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module.
|
Test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|