@uniswap/unsupported-token-list 6.11.0 → 6.12.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-18T18:15:01.796Z",
4
4
  "version": {
5
5
  "major": 6,
6
- "minor": 11,
6
+ "minor": 12,
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",
@@ -4154,6 +4161,13 @@
4154
4161
  "address": "0xF9d922c055A3f1759299467dAfaFdf43BE844f7a",
4155
4162
  "decimals": 8,
4156
4163
  "symbol": "MNEAV"
4164
+ },
4165
+ {
4166
+ "address": "0xBcb2bFFb2d159d2787a055d5bFF92593C3218C95",
4167
+ "symbol": "UNCYAY",
4168
+ "decimals": 18,
4169
+ "name": "Unichain: Designed for DeFi",
4170
+ "chainId": 7777777
4157
4171
  }
4158
4172
  ]
4159
4173
  }
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.12.0",
4
4
  "description": "◦ The Uniswap unsupported token list",
5
5
  "main": "build/uniswap-unsupported.tokenlist.json",
6
6
  "scripts": {