Skip to content

Commit

Permalink
fix: ink, inksepolia, bscTestnet chains
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSinclair committed Dec 18, 2024
1 parent 74290f6 commit f95f3b8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/example/src/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,12 @@ import {
blast,
blastSepolia,
bsc,
bscTestnet,
celo,
celoAlfajores,
holesky,
ink,
inkSepolia,
klaytn,
klaytnBaobab,
mainnet,
Expand Down Expand Up @@ -148,6 +151,7 @@ export const config = getDefaultConfig({
avalanche,
zora,
blast,
ink,
zkSync,
zetachain,
ronin,
Expand All @@ -163,9 +167,11 @@ export const config = getDefaultConfig({
optimismSepolia,
arbitrumSepolia,
baseSepolia,
bscTestnet,
avalancheFuji,
zoraSepolia,
blastSepolia,
avalancheFuji,
inkSepolia,
zetachainAthensTestnet,
klaytnBaobab,
mantleTestnet,
Expand Down

0 comments on commit f95f3b8

Please sign in to comment.