From 90add0ffa2bc31b47c2e6cfa3fa034446fd576b4 Mon Sep 17 00:00:00 2001 From: Pablo Veyrat <50438397+sogipec@users.noreply.github.com> Date: Sun, 8 Oct 2023 18:00:17 +0200 Subject: [PATCH] feat: add rpl to the token list (#105) * feat: add rpl to the token list * checksum address --- ERC20_LIST.json | 9 +++++++++ src/assets/tokens/rpl.svg | 1 + 2 files changed, 10 insertions(+) create mode 100644 src/assets/tokens/rpl.svg diff --git a/ERC20_LIST.json b/ERC20_LIST.json index 993f20c..36e9e9e 100644 --- a/ERC20_LIST.json +++ b/ERC20_LIST.json @@ -373,6 +373,15 @@ "symbol": "CVX", "useInSwap": true }, + "0xD33526068D116cE69F19A9ee46F0bd304F21A51f": { + "address": "0xD33526068D116cE69F19A9ee46F0bd304F21A51f", + "decimals": 18, + "hasPermit": false, + "logoURI": "https://raw.githubusercontent.com/AngleProtocol/angle-token-list/main/src/assets/tokens/rpl.svg", + "name": "Rocket Pool Protocol", + "symbol": "RPL", + "useInSwap": false + }, "0x5f98805A4E8be255a32880FDeC7F6728C6568bA0": { "address": "0x5f98805A4E8be255a32880FDeC7F6728C6568bA0", "decimals": 18, diff --git a/src/assets/tokens/rpl.svg b/src/assets/tokens/rpl.svg new file mode 100644 index 0000000..c9b760e --- /dev/null +++ b/src/assets/tokens/rpl.svg @@ -0,0 +1 @@ + \ No newline at end of file