From 5dfffe8978fbf3b6389746fefae4b30cbd645d91 Mon Sep 17 00:00:00 2001 From: luu-alex Date: Tue, 16 Jan 2024 15:59:05 -0500 Subject: [PATCH] fix error --- packages/web3/test/e2e/estimate_gas.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web3/test/e2e/estimate_gas.test.ts b/packages/web3/test/e2e/estimate_gas.test.ts index c4bf1c522eb..edccebcf063 100644 --- a/packages/web3/test/e2e/estimate_gas.test.ts +++ b/packages/web3/test/e2e/estimate_gas.test.ts @@ -17,7 +17,7 @@ along with web3.js. If not, see . import { toHex } from 'web3-utils'; import Web3, { FMT_BYTES, FMT_NUMBER, Transaction } from '../../src'; -import { getSystemE2ETestProvider, getE2ETestAccountAddress } from './e2e_utils'; +import { getSystemE2ETestProvider } from './e2e_utils'; import { closeOpenConnection, getSystemTestBackend } from '../shared_fixtures/system_tests_utils'; import { toAllVariants } from '../shared_fixtures/utils'; import { mainnetBlockData } from './fixtures/mainnet';