Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 5dfffe8

Browse files
author
luu-alex
committed
fix error
1 parent bd88a42 commit 5dfffe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web3/test/e2e/estimate_gas.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ along with web3.js. If not, see <http://www.gnu.org/licenses/>.
1717
import { toHex } from 'web3-utils';
1818

1919
import Web3, { FMT_BYTES, FMT_NUMBER, Transaction } from '../../src';
20-
import { getSystemE2ETestProvider, getE2ETestAccountAddress } from './e2e_utils';
20+
import { getSystemE2ETestProvider } from './e2e_utils';
2121
import { closeOpenConnection, getSystemTestBackend } from '../shared_fixtures/system_tests_utils';
2222
import { toAllVariants } from '../shared_fixtures/utils';
2323
import { mainnetBlockData } from './fixtures/mainnet';

0 commit comments

Comments
 (0)