fix: custom rpc provider is not used for tx recovery #305
GitHub Actions / ESLint
succeeded
Mar 7, 2024 in 0s
3 warnings
ESLint found 3 warnings
Annotations
Check warning on line 1119 in src/libs/TransactionRecoveryApi/AxelarGMPRecoveryAPI.ts
github-actions / ESLint
src/libs/TransactionRecoveryApi/AxelarGMPRecoveryAPI.ts#L1119
'srcTxInfo' is assigned a value but never used (@typescript-eslint/no-unused-vars)
Check warning on line 25 in src/libs/fee/getL1Fee.spec.ts
github-actions / ESLint
src/libs/fee/getL1Fee.spec.ts#L25
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
Check warning on line 46 in src/libs/fee/getL1Fee.spec.ts
github-actions / ESLint
src/libs/fee/getL1Fee.spec.ts#L46
Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)
Loading