Skip to content

feat: implement add gas function for sui #540

feat: implement add gas function for sui

feat: implement add gas function for sui #540

GitHub Actions / ESLint succeeded Nov 7, 2024 in 0s

6 warnings

ESLint found 6 warnings

Annotations

Check warning on line 22 in src/libs/TransactionRecoveryApi/AxelarGMPRecoveryAPI.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/libs/TransactionRecoveryApi/AxelarGMPRecoveryAPI.ts#L22

'Signer' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 37 in src/libs/TransactionRecoveryApi/AxelarGMPRecoveryAPI.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/libs/TransactionRecoveryApi/AxelarGMPRecoveryAPI.ts#L37

'SuiClient' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 37 in src/libs/TransactionRecoveryApi/AxelarGMPRecoveryAPI.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/libs/TransactionRecoveryApi/AxelarGMPRecoveryAPI.ts#L37

'SuiTransactionBlockResponse' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 38 in src/libs/TransactionRecoveryApi/AxelarGMPRecoveryAPI.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/libs/TransactionRecoveryApi/AxelarGMPRecoveryAPI.ts#L38

'SuiSigner' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 65 in src/libs/TransactionRecoveryApi/AxelarGMPRecoveryAPI.ts

See this annotation in the file changed.

@github-actions github-actions / ESLint

src/libs/TransactionRecoveryApi/AxelarGMPRecoveryAPI.ts#L65

'loadChains' is defined but never used (@typescript-eslint/no-unused-vars)

Check warning on line 18 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#L18

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