Skip to content

feat: evm ccip data estimate fees #42

feat: evm ccip data estimate fees

feat: evm ccip data estimate fees #42

Triggered via pull request May 30, 2024 13:01
Status Failure
Total duration 40s
Billable time 2m
Artifacts

lint-and-typecheck.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

9 errors
typecheck: src/chains/evm/common/types/gmp.ts#L1
Module '"../../../../common/types/chain.js"' declares 'GenericAddress' locally, but it is not exported.
typecheck: src/chains/evm/common/utils/contract.ts#L64
Cannot find name 'Address'.
typecheck: src/common/constants/gmp.ts#L38
Argument of type '"0xF694E193200268f9a4868e4Aa017A0118C9a8177"' is not assignable to parameter of type 'EvmAddress'.
typecheck: src/common/constants/gmp.ts#L45
Argument of type '"0x0BF3dE8c5D3e8A2B34D2BEeB17ABfCeBaf363A59"' is not assignable to parameter of type 'EvmAddress'.
typecheck: src/common/constants/gmp.ts#L52
Argument of type '"0xD3b06cEbF099CE7DA4AcCf578aaebFDBd6e88a93"' is not assignable to parameter of type 'EvmAddress'.
typecheck: src/common/utils/messages.ts#L97
Argument of type 'EvmAddress' is not assignable to parameter of type 'GenericAddress'.
typecheck
Process completed with exit code 2.
lint: src/chains/evm/common/utils/contract.ts#L68
Unsafe argument of type `Address` assigned to a parameter of type `GenericAddress`
lint
Process completed with exit code 1.