Skip to content

Commit

Permalink
fix: use celo chain name (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzmp authored Oct 27, 2022
1 parent 83f3215 commit 52960be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ export const CHAIN_NAMES_TO_IDS: { [chainName: string]: SupportedChainId } = {
[ChainName.ARBITRUM_RINKEBY]: SupportedChainId.ARBITRUM_RINKEBY,
[ChainName.OPTIMISM]: SupportedChainId.OPTIMISM,
[ChainName.OPTIMISTIC_KOVAN]: SupportedChainId.OPTIMISTIC_KOVAN,
[SupportedChainId.CELO]: SupportedChainId.CELO,
[SupportedChainId.CELO_ALFAJORES]: SupportedChainId.CELO_ALFAJORES,
[ChainName.CELO]: SupportedChainId.CELO,
[ChainName.CELO_ALFAJORES]: SupportedChainId.CELO_ALFAJORES,
}

/**
Expand Down

1 comment on commit 52960be

@vercel
Copy link

@vercel vercel bot commented on 52960be Oct 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

widgets – ./

widgets-git-main-uniswap.vercel.app
widgets-uniswap.vercel.app
widgets-seven-tau.vercel.app

Please sign in to comment.