Skip to content

Commit

Permalink
added: scroll sepolia network config
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Oct 18, 2023
1 parent 3cc9d05 commit a5e857a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/wallet-client/utils.ts
Expand Up @@ -14,6 +14,7 @@ import {
mainnet as ethereum,
polygon,
polygonMumbai,
scrollSepolia,
} from '@wagmi/chains';

const rainbowkitChains = [
Expand All @@ -32,6 +33,8 @@ const rainbowkitChains = [
// polygon
polygon,
polygonMumbai,
// scroll
scrollSepolia,
];

export type MasaNetworks = Partial<
Expand Down

0 comments on commit a5e857a

Please sign in to comment.