From 0ac6222e1f1e38556c27391411c3eb4bbfbd78d5 Mon Sep 17 00:00:00 2001 From: Maxence Raballand Date: Mon, 7 Oct 2024 12:26:39 +0200 Subject: [PATCH] feat: Add weETH and WBTC token on Arbitrum --- CHANGELOG.md | 2 ++ src/assets/ERC-20.json | 25 +++++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc72fb1..ac68d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Next version +- Add weETH and WBTC token on Arbitrum + # 1.3.5 - Add USDe token on Blast diff --git a/src/assets/ERC-20.json b/src/assets/ERC-20.json index f007ff1..bff2270 100644 --- a/src/assets/ERC-20.json +++ b/src/assets/ERC-20.json @@ -13,6 +13,15 @@ "default": true } }, + "42161": { + "WBTC.e": { + "name": "Wrapped BTC", + "comment": "WBTC bridged from Ethereum using Arbitrum's canonical bridge.", + "contractName": "ClonableBeaconProxy", + "address": "0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f", + "default": true + } + }, "80001": { "WBTC.T/AAVEv3": { "name": "WBTC", @@ -39,6 +48,22 @@ } } }, + "weETH": { + "symbol": "weETH", + "description": "Wrapped Ether", + "decimals": 18, + "networkInstances": { + "42161": { + "weETH.e": { + "name": "Wrapped eETH", + "comment": "Wrapped eETH on Arbitrum", + "contractName": "ClonableBeaconProxy", + "address": "0x35751007a407ca6FEFfE80b3cB397736D2cf4dbe", + "default": true + } + } + } + }, "WETH": { "symbol": "WETH", "description": "Wrapped Ether",