Remove arbitrum viem provider; add unit tests #3952
Annotations
14 errors and 11 warnings
Lint:
src/utils/common.ts#L256
Cannot find name 'Transport'. Did you mean 'WebTransport'?
|
Lint:
src/utils/common.ts#L256
Parameter 'options' of exported function has or is using private name 'Transport'.
|
Lint:
src/utils/common.ts#L256
Cannot find name 'Transport'. Did you mean 'WebTransport'?
|
Lint:
src/utils/common.ts#L256
Parameter 'options' of exported function has or is using private name 'Transport'.
|
Lint:
src/utils/common.ts#L256
Cannot find name 'Transport'. Did you mean 'WebTransport'?
|
Lint:
src/utils/common.ts#L256
Parameter 'options' of exported function has or is using private name 'Transport'.
|
Lint:
test/GasPriceOracle.test.ts#L8
Strings must use doublequote
|
Lint:
test/GasPriceOracle.test.ts#L21
Missing semicolon
|
Lint:
test/GasPriceOracle.test.ts#L42
Missing semicolon
|
Lint:
test/GasPriceOracle.test.ts#L59
Missing semicolon
|
Lint:
test/GasPriceOracle.test.ts#L84
Missing semicolon
|
Lint:
test/GasPriceOracle.test.ts#L133
Missing semicolon
|
Lint:
test/GasPriceOracle.test.ts#L138
Missing semicolon
|
Lint
Process completed with exit code 1.
|
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
|
|
|
|
|
|
Lint:
test/GasPriceOracle.test.ts#L8
Replace `'viem'` with `"viem"`
|
Lint:
test/GasPriceOracle.test.ts#L21
Insert `;`
|
Lint:
test/GasPriceOracle.test.ts#L31
Replace `{·name:·"to",·type:·"address"·},·{·name:·"amount",·type:·"uint256"·}` with `⏎······{·name:·"to",·type:·"address"·},⏎······{·name:·"amount",·type:·"uint256"·},⏎····`
|
Lint:
test/GasPriceOracle.test.ts#L41
Insert `,`
|