Skip to content

Commit

Permalink
feat(token): add axlEUROC (#272)
Browse files Browse the repository at this point in the history
It's available for swap on [mento](https://app.mento.org/)
([PR](mento-protocol/mento-web#104) where it was
added):
<img width="517" alt="Screenshot 2023-10-17 at 12 35 07"
src="https://github.com/valora-inc/address-metadata/assets/57791/e65a24fa-9c47-4596-b413-f99a8ebf4590">

It's a bridged version of EURC ([previously known as
EUROC](https://www.circle.com/blog/usd-coin-and-euro-coin-are-now-exclusively-usdc-and-eurc)),
by [Axelar](https://docs.axelar.dev/resources/mainnet).

<img width="830" alt="Screenshot 2023-10-17 at 12 28 52"
src="https://github.com/valora-inc/address-metadata/assets/57791/e02ec9a9-aac5-491f-aabb-8e42710b9db9">

https://satellite.money/ can be used for bridging from EURC on Ethereum.

But since most places still reference EUROC or axlEUROC, I kept the
familiar name.
  • Loading branch information
jeanregisser authored Oct 17, 2023
1 parent c21ab3e commit 4e6e847
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added assets/tokens/EUROC.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/data/mainnet/celo-tokens-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -653,5 +653,13 @@
"imageUrl": "https://raw.githubusercontent.com/valora-inc/address-metadata/main/assets/tokens/eXOF.png",
"name": "ECO CFA",
"symbol": "eXOF"
},
{
"address": "0x061cc5a2c863e0c1cb404006d559db18a34c762d",
"decimals": 6,
"imageUrl": "https://raw.githubusercontent.com/valora-inc/address-metadata/main/assets/tokens/EUROC.png",
"name": "Axelar Wrapped EUROC",
"symbol": "axlEUROC",
"bridge": "Axelar"
}
]

0 comments on commit 4e6e847

Please sign in to comment.