Skip to content

Commit

Permalink
Revert "feat: remove polygon from network selection options (#541)"
Browse files Browse the repository at this point in the history
This reverts commit e0d8ca3.
  • Loading branch information
superical authored Jun 7, 2022
1 parent b5e75b0 commit 7168306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/chain-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ChainId } from "../constants/chain-info";
*/
export const MAIN_NETWORKS = [
ChainId.Ethereum, //
// ChainId.Polygon,
ChainId.Polygon,
];

/**
Expand All @@ -15,5 +15,5 @@ export const TEST_NETWORKS = [
ChainId.Ropsten, //
ChainId.Rinkeby,
ChainId.Goerli,
// ChainId.PolygonMumbai,
ChainId.PolygonMumbai,
];

0 comments on commit 7168306

Please sign in to comment.