From e75d5f629e34b109c37d2787cc4b6aaa04a45420 Mon Sep 17 00:00:00 2001 From: Juuso Roinevirta Date: Tue, 25 Apr 2023 19:06:43 +0300 Subject: [PATCH] Add EUROe --- src/tokens/mainnet.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/tokens/mainnet.json b/src/tokens/mainnet.json index 51d1833..097631e 100644 --- a/src/tokens/mainnet.json +++ b/src/tokens/mainnet.json @@ -3476,4 +3476,13 @@ "decimals": 18, "logoURI": "https://arbitrum.foundation/logo.png" } + , + { + "chainId": 1, + "name": "EUROe Stablecoin", + "address": "0x820802Fa8a99901F52e39acD21177b0BE6EE2974", + "symbol": "EUROe", + "decimals": 6, + "logoURI": "https://dev.euroe.com/img/euroe-token-symbol/euroe-32x32-round.png" + } ]