@uniswap/default-token-list 12.35.0 → 13.0.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": "2025-01-15T22:25:11.112Z",
3
+ "timestamp": "2025-01-16T18:03:49.336Z",
4
4
  "version": {
5
- "major": 12,
6
- "minor": 35,
5
+ "major": 13,
6
+ "minor": 0,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -2654,21 +2654,6 @@
2654
2654
  "decimals": 9,
2655
2655
  "logoURI": "https://coin-images.coingecko.com/coins/images/39488/large/neiro.jpg?1731449567"
2656
2656
  },
2657
- {
2658
- "chainId": 1,
2659
- "name": "Nest Protocol",
2660
- "symbol": "NEST",
2661
- "logoURI": "https://assets.coingecko.com/coins/images/11284/thumb/52954052.png?1589868539",
2662
- "address": "0x04abEdA201850aC0124161F037Efd70c74ddC74C",
2663
- "decimals": 18,
2664
- "extensions": {
2665
- "bridgeInfo": {
2666
- "56": {
2667
- "tokenAddress": "0x98f8669F6481EbB341B522fCD3663f79A3d1A6A7"
2668
- }
2669
- }
2670
- }
2671
- },
2672
2657
  {
2673
2658
  "chainId": 1,
2674
2659
  "address": "0x5Cf04716BA20127F1E2297AdDCf4B5035000c9eb",
@@ -6031,21 +6016,6 @@
6031
6016
  }
6032
6017
  }
6033
6018
  },
6034
- {
6035
- "chainId": 56,
6036
- "name": "Nest Protocol",
6037
- "symbol": "NEST",
6038
- "logoURI": "https://assets.coingecko.com/coins/images/11284/thumb/52954052.png?1589868539",
6039
- "address": "0x98f8669F6481EbB341B522fCD3663f79A3d1A6A7",
6040
- "decimals": 18,
6041
- "extensions": {
6042
- "bridgeInfo": {
6043
- "1": {
6044
- "tokenAddress": "0x04abEdA201850aC0124161F037Efd70c74ddC74C"
6045
- }
6046
- }
6047
- }
6048
- },
6049
6019
  {
6050
6020
  "chainId": 56,
6051
6021
  "address": "0x4e7f408be2d4E9D60F49A64B89Bb619c84C7c6F5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/default-token-list",
3
- "version": "12.35.0",
3
+ "version": "13.0.0",
4
4
  "description": "The Uniswap default token list",
5
5
  "main": "build/uniswap-default.tokenlist.json",
6
6
  "scripts": {