Skip to content

Commit

Permalink
common: remove ethereum axlUSDC
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewliu08 committed Nov 5, 2024
1 parent 02fba9f commit 0efd4d1
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions packages/daimo-contract/src/foreignToken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,25 +104,9 @@ export const ethereumEURC: ForeignToken = {
logoURI: TokenLogo.EURC,
};

export const ethereumAxlUSDC: ForeignToken = {
chainId: 1,
token: getAddress("0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"),
decimals: 6,
name: "Axelar Wrapped USDC",
symbol: "axlUSDC",
logoURI: TokenLogo.USDC,
};

const ethereumTokens = [
ethereumETH,
ethereumWETH,
ethereumUSDC,
ethereumEURC,
ethereumAxlUSDC,
];
const ethereumTokens = [ethereumETH, ethereumWETH, ethereumUSDC, ethereumEURC];

usdcByChainId.set(1, ethereumUSDC);
axlUSDCByChainId.set(1, ethereumAxlUSDC);

//
// Base Sepolia
Expand Down

0 comments on commit 0efd4d1

Please sign in to comment.