Skip to content

Commit

Permalink
Revert "fix: nuke batch provider" (#4301)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyd-eth authored Apr 8, 2024
1 parent 34ec581 commit 27cb705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/readProvider.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { providers } from 'ethers'
import { readNetwork } from './networks'

export const readProvider = new providers.StaticJsonRpcProvider(
export const readProvider = new providers.JsonRpcBatchProvider(
readNetwork.rpcUrl,
readNetwork.chainId,
)

0 comments on commit 27cb705

Please sign in to comment.