Skip to content

Commit 16ce836

Browse files
committed
Fix tests
1 parent 5fb3f56 commit 16ce836

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/testutils/networkProviders.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import { Query } from "../abi";
22
import { IAddress } from "../interface";
33
import { IAccountOnNetwork, IContractQueryResponse, INetworkConfig, ITransactionStatus } from "../interfaceOfNetwork";
4-
import { ApiNetworkProvider, ProxyNetworkProvider, TransactionOnNetwork } from "../networkProviders";
4+
import { ApiNetworkProvider, ProxyNetworkProvider } from "../networkProviders";
55

66
import { Transaction } from "../transaction";
7+
import { TransactionOnNetwork } from "../transactions";
78

89
export function createLocalnetProvider(): INetworkProvider {
910
return new ProxyNetworkProvider("http://localhost:7950", { timeout: 5000 });

0 commit comments

Comments
 (0)