feat: add l1 gas estimation for l2 #466
Annotations
8 warnings
src/libs/TransactionRecoveryApi/AxelarGMPRecoveryAPI.ts#L14
'GasToken' is defined but never used (@typescript-eslint/no-unused-vars)
|
src/libs/TransactionRecoveryApi/AxelarGMPRecoveryAPI.ts#L24
'nativeGasTokenSymbol' is defined but never used (@typescript-eslint/no-unused-vars)
|
src/libs/TransactionRecoveryApi/AxelarGMPRecoveryAPI.ts#L276
'evmWalletDetails' is defined but never used (@typescript-eslint/no-unused-vars)
|
src/libs/TransactionRecoveryApi/AxelarGMPRecoveryAPI.ts#L1104
'srcTxInfo' is assigned a value but never used (@typescript-eslint/no-unused-vars)
|
src/libs/fee/getL1Fee.spec.ts#L25
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/libs/fee/getL1Fee.spec.ts#L45
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
|
src/libs/test/TransactionRecoveryAPI/AxelarGMPRecoveryAPI.spec.ts#L10
'GasToken' is defined but never used (@typescript-eslint/no-unused-vars)
|
Run linters
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/cache@v3, wearerequired/lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|