diff --git a/src/components/NetworkSelector.tsx b/src/components/NetworkSelector.tsx index 3873b389cc..2d32ecfd65 100644 --- a/src/components/NetworkSelector.tsx +++ b/src/components/NetworkSelector.tsx @@ -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 }, ];