We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0968b76 commit b3af073Copy full SHA for b3af073
src/utils/viemClient.ts
@@ -1,5 +1,5 @@
1
import { type PublicClient, createPublicClient, http } from 'viem'
2
-import { type Chain, holesky, mainnet } from 'viem/chains'
+import { type Chain, holesky, sepolia, mainnet } from 'viem/chains'
3
4
let publicViemClient: PublicClient
5
let network: Chain = mainnet
0 commit comments