Skip to content

Commit 1a7138f

Browse files
committed
removes unused variables
Signed-off-by: Konstantina Blazhukova <[email protected]>
1 parent ca5033d commit 1a7138f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/server/tests/acceptance/debug.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import { ConfigServiceTestHelper } from '../../../config-service/tests/configSer
1414
import RelayCall from '../../tests/helpers/constants';
1515
import MirrorClient from '../clients/mirrorClient';
1616
import RelayClient from '../clients/relayClient';
17-
import ServicesClient from '../clients/servicesClient';
1817
import basicContractJson from '../contracts/Basic.json';
1918
import parentContractJson from '../contracts/Parent.json';
2019
import reverterContractJson from '../contracts/Reverter.json';
@@ -47,8 +46,6 @@ describe('@debug API Acceptance Tests', function () {
4746
const PURE_METHOD_CALL_DATA = '0xb2e0100c';
4847
const BASIC_CONTRACT_PING_CALL_DATA = '0x5c36b186';
4948

50-
const ONE_TINYBAR = Utils.add0xPrefix(Utils.toHex(ethers.parseUnits('1', 10)));
51-
const CHAIN_ID = ConfigService.get('CHAIN_ID');
5249
const DEBUG_TRACE_BLOCK_BY_NUMBER = 'debug_traceBlockByNumber';
5350
const DEBUG_TRACE_TRANSACTION = 'debug_traceTransaction';
5451

0 commit comments

Comments
 (0)