@uniswap/default-token-list 12.9.0 → 12.11.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-07-31T20:48:13.629Z",
3
+ "timestamp": "2024-08-09T18:23:26.850Z",
4
4
  "version": {
5
5
  "major": 12,
6
- "minor": 9,
6
+ "minor": 11,
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",
@@ -1924,6 +1932,14 @@
1924
1932
  }
1925
1933
  }
1926
1934
  },
1935
+ {
1936
+ "chainId": 1,
1937
+ "address": "0x88909D489678dD17aA6D9609F89B0419Bf78FD9a",
1938
+ "name": "Layer3",
1939
+ "symbol": "L3",
1940
+ "decimals": 18,
1941
+ "logoURI": "https://assets.coingecko.com/coins/images/37768/large/Square.png"
1942
+ },
1927
1943
  {
1928
1944
  "chainId": 1,
1929
1945
  "address": "0x037A54AaB062628C9Bbae1FDB1583c195585fe41",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/default-token-list",
3
- "version": "12.9.0",
3
+ "version": "12.11.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"