@uniswap/unsupported-token-list 5.11.0 → 5.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": "2023-10-06T18:14:24.006Z",
3
+ "timestamp": "2023-11-27T23:27:23.227Z",
4
4
  "version": {
5
5
  "major": 5,
6
- "minor": 11,
6
+ "minor": 12,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -204,6 +204,13 @@
204
204
  }
205
205
  }
206
206
  },
207
+ {
208
+ "chainId": 1,
209
+ "name": "Gemini Ai",
210
+ "address": "0x01D182420a501e29C31D41bBCC7a25A4200d1535",
211
+ "decimals": 9,
212
+ "symbol": "GAI"
213
+ },
207
214
  {
208
215
  "chainId": 1,
209
216
  "address": "0x0Ec72CD6690db40B16be166858299F19D4f8E5B0",
@@ -2334,6 +2341,13 @@
2334
2341
  }
2335
2342
  }
2336
2343
  },
2344
+ "1_0x01D182420a501e29C31D41bBCC7a25A4200d1535": {
2345
+ "chainId": 1,
2346
+ "name": "Gemini Ai",
2347
+ "address": "0x01D182420a501e29C31D41bBCC7a25A4200d1535",
2348
+ "decimals": 9,
2349
+ "symbol": "GAI"
2350
+ },
2337
2351
  "1_0x0Ec72CD6690db40B16be166858299F19D4f8E5B0": {
2338
2352
  "chainId": 1,
2339
2353
  "address": "0x0Ec72CD6690db40B16be166858299F19D4f8E5B0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/unsupported-token-list",
3
- "version": "5.11.0",
3
+ "version": "5.12.0",
4
4
  "description": "◦ The Uniswap unsupported token list",
5
5
  "main": "build/uniswap-unsupported.tokenlist.json",
6
6
  "scripts": {