@uniswap/unsupported-token-list 6.5.0 → 6.6.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
|
-
|
|
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-
|
|
3
|
+
"timestamp": "2024-07-15T17:08:06.492Z",
|
|
4
4
|
"version": {
|
|
5
5
|
"major": 6,
|
|
6
|
-
"minor":
|
|
6
|
+
"minor": 6,
|
|
7
7
|
"patch": 0
|
|
8
8
|
},
|
|
9
9
|
"tags": {},
|
|
@@ -3137,6 +3137,27 @@
|
|
|
3137
3137
|
"symbol": "YOP",
|
|
3138
3138
|
"decimals": 8
|
|
3139
3139
|
},
|
|
3140
|
+
{
|
|
3141
|
+
"chainId": 8453,
|
|
3142
|
+
"address": "0x77DBb33b702bee54AbD224748b5543361554f063",
|
|
3143
|
+
"name": "Grumpy Cat on Base",
|
|
3144
|
+
"symbol": "GRUMPY",
|
|
3145
|
+
"decimals": 18
|
|
3146
|
+
},
|
|
3147
|
+
{
|
|
3148
|
+
"chainId": 8453,
|
|
3149
|
+
"address": "0x420D8b44BC7e48e696b757A4D50B84857607474a",
|
|
3150
|
+
"name": "Nyan Cat on Base",
|
|
3151
|
+
"symbol": "NYAN",
|
|
3152
|
+
"decimals": 18
|
|
3153
|
+
},
|
|
3154
|
+
{
|
|
3155
|
+
"chainId": 8453,
|
|
3156
|
+
"address": "0xEcE7B98bD817ee5B1F2f536dAf34D0B6af8Bb542",
|
|
3157
|
+
"name": "Just a Black Rock on Base",
|
|
3158
|
+
"symbol": "ROCK",
|
|
3159
|
+
"decimals": 9
|
|
3160
|
+
},
|
|
3140
3161
|
{
|
|
3141
3162
|
"chainId": 42161,
|
|
3142
3163
|
"address": "0xaA18Bf07ED9B8A88A750DCAd3C236121d82E3C14",
|