Skip to content

Commit

Permalink
temporary switch fantom, ethereum to thegraph for db maintenance (#2019)
Browse files Browse the repository at this point in the history
  • Loading branch information
viet-nv authored Jun 28, 2023
1 parent ac69222 commit 53454e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,14 @@ export function isSupportedChainId(chainId?: number): chainId is ChainId {

export const FAUCET_NETWORKS = [ChainId.BTTC]
export const CHAINS_SUPPORT_NEW_POOL_FARM_API: readonly ChainId[] = [
ChainId.MAINNET,
// ChainId.MAINNET,
// ChainId.MUMBAI,
// ChainId.MATIC,
// ChainId.BSCTESTNET,
ChainId.BSCMAINNET,
// ChainId.AVAXTESTNET,
ChainId.AVAXMAINNET,
ChainId.FANTOM,
// ChainId.FANTOM,
ChainId.CRONOS,
ChainId.BTTC,
ChainId.ARBITRUM,
Expand Down

0 comments on commit 53454e8

Please sign in to comment.