Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: custom rpc provider is not used for tx recovery #305

Merged
merged 5 commits into from
Mar 7, 2024

chore: update changelog

c46065d
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix: custom rpc provider is not used for tx recovery #305

chore: update changelog
c46065d
Select commit
Loading
Failed to load commit list.
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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/libs/fee/getL1Fee.spec.ts#L46

Forbidden non-null assertion (@typescript-eslint/no-non-null-assertion)