Skip to content

Commit

Permalink
Updates 15 01 2025 (#1943)
Browse files Browse the repository at this point in the history
* add Reserve Rights

* 12.28.0

* add Reserve Rights

* 12.28.0

* add Reserve Rights

* 12.28.0

* add VANRY

* 12.28.0

* add Vanar Chain

* 12.28.0

* update package

* 12.35.0

---------

Co-authored-by: Sara Manjee <sara.manjee@uniswap.org>
  • Loading branch information
robert-seitz-uniswap and saramanj authored Jan 15, 2025
1 parent 2d66f48 commit b7c7b6d
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uniswap/default-token-list",
"version": "12.34.0",
"version": "12.35.0",
"description": "The Uniswap default token list",
"main": "build/uniswap-default.tokenlist.json",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions src/tokens/arbitrum.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,13 @@
"symbol": "cbBTC",
"decimals": 8,
"logoURI": "https://assets.coingecko.com/coins/images/40143/large/cbbtc.webp"
},
{
"chainId": 42161,
"address": "0xCa5Ca9083702c56b481D1eec86F1776FDbd2e594",
"name": "Reserve Rights",
"symbol": "RSR",
"decimals": 18,
"logoURI": "https://coin-images.coingecko.com/coins/images/8365/large/RSR_Blue_Circle_1000.png?1721777856"
}
]
8 changes: 8 additions & 0 deletions src/tokens/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,13 @@
"symbol": "SPX",
"decimals": 8,
"logoURI": "https://coin-images.coingecko.com/coins/images/31401/large/sticker_(1).jpg?1702371083"
},
{
"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"
}
]
16 changes: 16 additions & 0 deletions src/tokens/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2472,5 +2472,21 @@
"symbol": "SPX",
"decimals": 8,
"logoURI": "https://coin-images.coingecko.com/coins/images/31401/large/sticker_(1).jpg?1702371083"
},
{
"chainId": 1,
"address": "0x320623b8E4fF03373931769A31Fc52A4E78B5d70",
"name": "Reserve Rights",
"symbol": "RSR",
"decimals": 18,
"logoURI": "https://coin-images.coingecko.com/coins/images/8365/large/RSR_Blue_Circle_1000.png?1721777856"
},
{
"chainId": 1,
"address": "0x8DE5B80a0C1B02Fe4976851D030B36122dbb8624",
"name": "VANRY",
"symbol": "VANRY",
"decimals": 18,
"logoURI": "https://coin-images.coingecko.com/coins/images/33466/large/apple-touch-icon.png?1701942541"
}
]
8 changes: 8 additions & 0 deletions src/tokens/polygon.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,5 +302,13 @@
"symbol": "ZRO",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/28206/standard/ftxG9_TJ_400x400.jpeg?1696527208"
},
{
"chainId": 137,
"address": "0x8DE5B80a0C1B02Fe4976851D030B36122dbb8624",
"name": "Vanar Chain",
"symbol": "VANRY",
"decimals": 18,
"logoURI": "https://coin-images.coingecko.com/coins/images/33466/large/apple-touch-icon.png?1701942541"
}
]

0 comments on commit b7c7b6d

Please sign in to comment.