Skip to content

Commit

Permalink
Revert "disable polygon"
Browse files Browse the repository at this point in the history
This reverts commit 67147b0.
  • Loading branch information
mwamedacen committed Dec 1, 2023
1 parent 67147b0 commit 25622ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/gas-refund/gas-refund.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export const GRP_SUPPORTED_CHAINS = [
isMainnetStaking ? undefined : CHAIN_ID_GOERLI,
CHAIN_ID_MAINNET,
CHAIN_ID_OPTIMISM,
// CHAIN_ID_POLYGON,
// CHAIN_ID_BINANCE,
CHAIN_ID_POLYGON,
//CHAIN_ID_BINANCE,
CHAIN_ID_FANTOM,
].filter(isTruthy);

Expand Down

0 comments on commit 25622ae

Please sign in to comment.