From 01ae88bc58fe7d5ed0127ba5831e9b635a968752 Mon Sep 17 00:00:00 2001 From: Sara Manjee Date: Wed, 27 Nov 2024 05:11:11 -0600 Subject: [PATCH 1/2] add Reserve Rights --- src/tokens/base.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/tokens/base.json b/src/tokens/base.json index ff4673a2..ced59a73 100644 --- a/src/tokens/base.json +++ b/src/tokens/base.json @@ -110,5 +110,13 @@ "symbol": "DEGEN", "decimals": 18, "logoURI": "https://assets.coingecko.com/coins/images/34515/large/android-chrome-512x512.png?1706198225" + }, + { + "chainId": 8453, + "address": "0xaB36452DbAC151bE02b16Ca17d8919826072f64a", + "name": "Reserve Rights", + "symbol": "RSR", + "decimals": 18, + "logoURI": "https://coin-images.coingecko.com/coins/images/8365/large/RSR_Blue_Circle_1000.png?1721777856" } ] From b2cfdbb69cf33ccdfec75a184631158bcdcbb093 Mon Sep 17 00:00:00 2001 From: Sara Manjee Date: Wed, 27 Nov 2024 05:11:12 -0600 Subject: [PATCH 2/2] 12.28.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ff0fbab..7ef6cdf8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uniswap/default-token-list", - "version": "12.27.0", + "version": "12.28.0", "description": "The Uniswap default token list", "main": "build/uniswap-default.tokenlist.json", "scripts": {