File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
packages/server/tests/acceptance Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import { ConfigServiceTestHelper } from '../../../config-service/tests/configSer
1414import RelayCall from '../../tests/helpers/constants' ;
1515import MirrorClient from '../clients/mirrorClient' ;
1616import RelayClient from '../clients/relayClient' ;
17- import ServicesClient from '../clients/servicesClient' ;
1817import basicContractJson from '../contracts/Basic.json' ;
1918import parentContractJson from '../contracts/Parent.json' ;
2019import 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
You can’t perform that action at this time.
0 commit comments