Skip to content

Commit

Permalink
fix: ts linting
Browse files Browse the repository at this point in the history
  • Loading branch information
viraj124 committed Jan 9, 2025
1 parent 37df68c commit 0ceff15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/integration-tests/fork-tests/bridge_erc20.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import {
hardhatSkipTime,
} from '@fuel-bridge/test-utils';
import chai from 'chai';
import { toBeHex, parseEther, ZeroHash } from 'ethers';
import { toBeHex, parseEther } from 'ethers';
import type { JsonRpcProvider, Signer } from 'ethers';
import { Address, BN } from 'fuels';
import type {
Expand Down
2 changes: 1 addition & 1 deletion packages/integration-tests/fork-tests/transfer_eth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
FUEL_CALL_TX_PARAMS,
} from '@fuel-bridge/test-utils';
import chai from 'chai';
import { parseEther, ZeroHash } from 'ethers';
import { parseEther } from 'ethers';
import type { Signer } from 'ethers';
import { Address, BN, padFirst12BytesOfEvmAddress } from 'fuels';
import type {
Expand Down

0 comments on commit 0ceff15

Please sign in to comment.