Skip to content

Commit d555503

Browse files
committed
fix: set chainId on readprovider
1 parent 83e5b7b commit d555503

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/constants/readProvider.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ import { readNetwork } from './networks'
33

44
export const readProvider = new providers.JsonRpcBatchProvider(
55
readNetwork.rpcUrl,
6+
readNetwork.chainId,
67
)

0 commit comments

Comments
 (0)