Skip to content

Commit

Permalink
refactor: import networkRpcs from source, not build
Browse files Browse the repository at this point in the history
  • Loading branch information
EresDev committed Jun 24, 2024
1 parent c5aba95 commit 1f36682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rpc-handler.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { JsonRpcProvider } from "@ethersproject/providers";
import { networkRpcs } from "../dist";
import { networkRpcs } from "../types/constants";
import { RPCHandler } from "../types/rpc-handler";
import { HandlerConstructorConfig, getRpcUrls, Rpc, Tracking } from "../types/handler";

Expand Down

0 comments on commit 1f36682

Please sign in to comment.