@uniswap/default-token-list 12.10.0 → 12.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 Default",
3
- "timestamp": "2024-08-01T21:09:01.364Z",
3
+ "timestamp": "2024-08-13T19:10:36.313Z",
4
4
  "version": {
5
5
  "major": 12,
6
- "minor": 10,
6
+ "minor": 12,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -1035,6 +1035,14 @@
1035
1035
  }
1036
1036
  }
1037
1037
  },
1038
+ {
1039
+ "chainId": 1,
1040
+ "address": "0x7ABc8A5768E6bE61A6c693a6e4EAcb5B60602C4D",
1041
+ "name": "Covalent X Token",
1042
+ "symbol": "CXT",
1043
+ "decimals": 18,
1044
+ "logoURI": "https://assets.coingecko.com/coins/images/39177/large/CXT_Ticker.png?1720829918"
1045
+ },
1038
1046
  {
1039
1047
  "name": "Dai Stablecoin",
1040
1048
  "address": "0x6B175474E89094C44Da98b954EedeAC495271d0F",
@@ -1534,6 +1542,14 @@
1534
1542
  }
1535
1543
  }
1536
1544
  },
1545
+ {
1546
+ "chainId": 1,
1547
+ "address": "0x9C7BEBa8F6eF6643aBd725e45a4E8387eF260649",
1548
+ "name": "Gravity",
1549
+ "symbol": "G",
1550
+ "decimals": 18,
1551
+ "logoURI": "https://assets.coingecko.com/coins/images/39200/large/gravity.jpg?1721020647"
1552
+ },
1537
1553
  {
1538
1554
  "chainId": 1,
1539
1555
  "address": "0x5fAa989Af96Af85384b8a938c2EdE4A7378D9875",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/default-token-list",
3
- "version": "12.10.0",
3
+ "version": "12.12.0",
4
4
  "description": "The Uniswap default token list",
5
5
  "main": "build/uniswap-default.tokenlist.json",
6
6
  "scripts": {
@@ -11,6 +11,10 @@
11
11
  "files": [
12
12
  "build/uniswap-default.tokenlist.json"
13
13
  ],
14
+ "publishConfig": {
15
+ "access": "public",
16
+ "provenance": true
17
+ },
14
18
  "repository": {
15
19
  "type": "git",
16
20
  "url": "git+https://github.com/Uniswap/default-token-list.git"