@uniswap/unsupported-token-list 6.5.0 → 6.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,4 +5,8 @@
5
5
 
6
6
  This NPM module and GitHub repo contains the unsupported token list used in the Uniswap interface.
7
7
 
8
- WIP
8
+ Adding a new chain:
9
+
10
+ 1. Add a new file in src/tokens with the chainname
11
+ 2. update buildlist to include the chain
12
+ 3. add a unit test in test/uniswap-unsupported.test.js to verify the chainId is in the list
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "Uniswap Labs Unsupported",
3
- "timestamp": "2024-07-08T18:35:02.319Z",
3
+ "timestamp": "2024-08-07T14:09:41.337Z",
4
4
  "version": {
5
5
  "major": 6,
6
- "minor": 5,
6
+ "minor": 7,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -490,6 +490,13 @@
490
490
  "symbol": "ETCHEDGE",
491
491
  "decimals": 18
492
492
  },
493
+ {
494
+ "chainId": 1,
495
+ "address": "0xac29eC22F6b99f3F46f46AFA81A2031031DAb7e3",
496
+ "name": "BlackRockBossINU",
497
+ "symbol": "ETFINU",
498
+ "decimals": 18
499
+ },
493
500
  {
494
501
  "chainId": 1,
495
502
  "name": "ETH 2x Max ADL-guided",
@@ -3137,6 +3144,27 @@
3137
3144
  "symbol": "YOP",
3138
3145
  "decimals": 8
3139
3146
  },
3147
+ {
3148
+ "chainId": 8453,
3149
+ "address": "0x77DBb33b702bee54AbD224748b5543361554f063",
3150
+ "name": "Grumpy Cat on Base",
3151
+ "symbol": "GRUMPY",
3152
+ "decimals": 18
3153
+ },
3154
+ {
3155
+ "chainId": 8453,
3156
+ "address": "0x420D8b44BC7e48e696b757A4D50B84857607474a",
3157
+ "name": "Nyan Cat on Base",
3158
+ "symbol": "NYAN",
3159
+ "decimals": 18
3160
+ },
3161
+ {
3162
+ "chainId": 8453,
3163
+ "address": "0xEcE7B98bD817ee5B1F2f536dAf34D0B6af8Bb542",
3164
+ "name": "Just a Black Rock on Base",
3165
+ "symbol": "ROCK",
3166
+ "decimals": 9
3167
+ },
3140
3168
  {
3141
3169
  "chainId": 42161,
3142
3170
  "address": "0xaA18Bf07ED9B8A88A750DCAd3C236121d82E3C14",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/unsupported-token-list",
3
- "version": "6.5.0",
3
+ "version": "6.7.0",
4
4
  "description": "◦ The Uniswap unsupported token list",
5
5
  "main": "build/uniswap-unsupported.tokenlist.json",
6
6
  "scripts": {