Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:Giveth/giveth-dapps-v2 into fix_…
Browse files Browse the repository at this point in the history
…issue_4449_network_modal

Update Branch
  • Loading branch information
HrithikSampson committed Sep 26, 2024
2 parents 73c22b4 + a12b027 commit d0ba7ce
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 d0ba7ce

Please sign in to comment.