diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index 08cd44905..2662e47bf 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -478,11 +478,11 @@ export const TOKEN_SHORTHANDS: { [shorthand: string]: { [chainId in SupportedCha [SupportedChainId.OPTIMISTIC_KOVAN]: USDC_OPTIMISTIC_KOVAN.address, [SupportedChainId.POLYGON]: USDC_POLYGON.address, [SupportedChainId.POLYGON_MUMBAI]: USDC_POLYGON_MUMBAI.address, - [SupportedChainId.CELO]: PORTAL_USDC_CELO.address, - [SupportedChainId.CELO_ALFAJORES]: PORTAL_USDC_CELO.address, [SupportedChainId.GOERLI]: USDC_GOERLI.address, [SupportedChainId.RINKEBY]: USDC_RINKEBY.address, [SupportedChainId.KOVAN]: USDC_KOVAN.address, [SupportedChainId.ROPSTEN]: USDC_ROPSTEN.address, + [SupportedChainId.CELO]: PORTAL_USDC_CELO.address, + [SupportedChainId.CELO_ALFAJORES]: PORTAL_USDC_CELO.address, }, }