Skip to content

Commit

Permalink
Update address in fetchPortfolioBlaances
Browse files Browse the repository at this point in the history
  • Loading branch information
bigboydiamonds committed Dec 13, 2023
1 parent 49dae15 commit b8f8615
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { BRIDGABLE_TOKENS, POOLS_BY_CHAIN } from '@/constants/tokens'
import { FetchState } from '@/slices/portfolio/actions'

export const ROUTER_ADDRESS = '0x7E7A0e201FD38d3ADAA9523Da6C109a07118C96a'
export const CCTP_ROUTER_ADDRESS = '0xd5a597d6e7ddf373a92C8f477DAAA673b0902F48'
export const CCTP_ROUTER_ADDRESS = '0x12715a66773BD9C54534a01aBF01d05F6B4Bd35E'

export interface TokenAndBalance {
token: Token
Expand Down

0 comments on commit b8f8615

Please sign in to comment.