Skip to content

Commit b3af073

Browse files
authored
Add support for sepolia
1 parent 0968b76 commit b3af073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/viemClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { type PublicClient, createPublicClient, http } from 'viem'
2-
import { type Chain, holesky, mainnet } from 'viem/chains'
2+
import { type Chain, holesky, sepolia, mainnet } from 'viem/chains'
33

44
let publicViemClient: PublicClient
55
let network: Chain = mainnet

0 commit comments

Comments
 (0)