Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Oct 16, 2024
1 parent ad3515b commit ee182ce
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/utils/viemClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,19 @@ import {
bsc,
fantom,
fraxtal,
gnosis,
//kava,
linea,
mainnet,
manta,
mantle,
metis,
mode,
moonbeam,
optimism,
polygon,
rootstock,
scroll,
sei,
zksync,
} from 'viem/chains';
Expand All @@ -30,15 +33,17 @@ const mapping: Record<ChainId, ViemChain> = {
ethereum: mainnet,
fantom: fantom,
fraxtal: fraxtal,
//kava: kava,
gnosis: gnosis,
linea: linea,
manta: manta,
mantle: mantle,
metis: metis,
mode: mode,
moonbeam: moonbeam,
optimism: optimism,
polygon: polygon,
rootstock: rootstock,
scroll: scroll,
sei: sei,
zksync: zksync,
};
Expand Down

0 comments on commit ee182ce

Please sign in to comment.