Skip to content

Commit

Permalink
add evm testnet chains (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki authored Dec 2, 2024
1 parent 1d80759 commit 7cae5de
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/widget/src/constants/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,18 @@ import {
blast,
blastSepolia,
bsc,
bscTestnet,
celo,
fantom,
fantomTestnet,
filecoin,
kava,
kavaTestnet,
linea,
lineaSepolia,
mainnet,
manta,
mantaSepoliaTestnet,
moonbeam,
optimism,
optimismSepolia,
Expand Down Expand Up @@ -106,6 +111,11 @@ export const config: Config = createConfig({
forma,
formaTestnet,
sei,
bscTestnet,
fantomTestnet,
kavaTestnet,
lineaSepolia,
mantaSepoliaTestnet,
],
transports: {
[arbitrum.id]: http(),
Expand Down Expand Up @@ -133,6 +143,11 @@ export const config: Config = createConfig({
[forma.id]: http(),
[formaTestnet.id]: http(),
[sei.id]: http(),
[bscTestnet.id]: http(),
[fantomTestnet.id]: http(),
[kavaTestnet.id]: http(),
[lineaSepolia.id]: http(),
[mantaSepoliaTestnet.id]: http(),
},
ssr: false,
storage: createStorage({
Expand Down

0 comments on commit 7cae5de

Please sign in to comment.