Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielailie committed Nov 21, 2024
1 parent 5fb3f56 commit 16ce836
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/testutils/networkProviders.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { Query } from "../abi";
import { IAddress } from "../interface";
import { IAccountOnNetwork, IContractQueryResponse, INetworkConfig, ITransactionStatus } from "../interfaceOfNetwork";
import { ApiNetworkProvider, ProxyNetworkProvider, TransactionOnNetwork } from "../networkProviders";
import { ApiNetworkProvider, ProxyNetworkProvider } from "../networkProviders";

import { Transaction } from "../transaction";
import { TransactionOnNetwork } from "../transactions";

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

0 comments on commit 16ce836

Please sign in to comment.