Skip to content

Commit

Permalink
Add mainnet and sepolia to network selector
Browse files Browse the repository at this point in the history
related to  #4783 (comment)
  • Loading branch information
mohammadranjbarz committed Sep 26, 2024
1 parent f7179a7 commit e3e6970
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NetworkSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export interface ISelected {
const _options = [
{ network: config.GNOSIS_CONFIG, active: true },
{ network: config.OPTIMISM_CONFIG, active: true },
{ network: config.MAINNET_CONFIG, active: true },
{ network: config.ZKEVM_CONFIG, active: true },
];

Expand Down

0 comments on commit e3e6970

Please sign in to comment.