@uniswap/unsupported-token-list 6.11.0 → 6.13.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.
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "Uniswap Labs Unsupported",
3
- "timestamp": "2024-10-10T17:42:25.108Z",
3
+ "timestamp": "2024-10-28T18:58:15.014Z",
4
4
  "version": {
5
5
  "major": 6,
6
- "minor": 11,
6
+ "minor": 13,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -3003,6 +3003,13 @@
3003
3003
  "name": "Unichain",
3004
3004
  "chainId": 1
3005
3005
  },
3006
+ {
3007
+ "address": "0xB9C3d0B816Ca9f1a3A3E371C49C795f6882Ec4E2",
3008
+ "symbol": "UNICHAIN",
3009
+ "decimals": 18,
3010
+ "name": "Unichain",
3011
+ "chainId": 1
3012
+ },
3006
3013
  {
3007
3014
  "chainId": 1,
3008
3015
  "address": "0x96F6eF951840721AdBF46Ac996b59E0235CB985C",
@@ -3487,6 +3494,13 @@
3487
3494
  "symbol": "jZAR",
3488
3495
  "decimals": 18
3489
3496
  },
3497
+ {
3498
+ "address": "0x520EbCcc63E4d0804b35Cda25978BEb7159bF0CC",
3499
+ "symbol": "LEGO",
3500
+ "decimals": 9,
3501
+ "name": "Lego Coin",
3502
+ "chainId": 56
3503
+ },
3490
3504
  {
3491
3505
  "chainId": 56,
3492
3506
  "name": "Minereum BSC",
@@ -4154,6 +4168,13 @@
4154
4168
  "address": "0xF9d922c055A3f1759299467dAfaFdf43BE844f7a",
4155
4169
  "decimals": 8,
4156
4170
  "symbol": "MNEAV"
4171
+ },
4172
+ {
4173
+ "address": "0xBcb2bFFb2d159d2787a055d5bFF92593C3218C95",
4174
+ "symbol": "UNCYAY",
4175
+ "decimals": 18,
4176
+ "name": "Unichain: Designed for DeFi",
4177
+ "chainId": 7777777
4157
4178
  }
4158
4179
  ]
4159
4180
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/unsupported-token-list",
3
- "version": "6.11.0",
3
+ "version": "6.13.0",
4
4
  "description": "◦ The Uniswap unsupported token list",
5
5
  "main": "build/uniswap-unsupported.tokenlist.json",
6
6
  "scripts": {