File tree 1 file changed +1
-1
lines changed
packages/server/tests/acceptance
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import Constants from '@hashgraph/json-rpc-relay/dist/lib/constants';
8
8
// Errors and constants from local resources
9
9
import { predefined } from '@hashgraph/json-rpc-relay/dist/lib/errors/JsonRpcError' ;
10
10
import { RequestDetails } from '@hashgraph/json-rpc-relay/dist/lib/types' ;
11
+ import { BLOCK_NUMBER_ERROR , HASH_ERROR } from '@hashgraph/json-rpc-relay/src/lib/validators' ;
11
12
import {
12
13
AccountCreateTransaction ,
13
14
ContractFunctionParameters ,
@@ -21,7 +22,6 @@ import { expect } from 'chai';
21
22
import { ethers } from 'ethers' ;
22
23
23
24
import { ConfigServiceTestHelper } from '../../../config-service/tests/configServiceTestHelper' ;
24
- import { BLOCK_NUMBER_ERROR , HASH_ERROR } from '../../src/validator/constants' ;
25
25
import basicContract from '../../tests/contracts/Basic.json' ;
26
26
import RelayCalls from '../../tests/helpers/constants' ;
27
27
import MirrorClient from '../clients/mirrorClient' ;
You can’t perform that action at this time.
0 commit comments