@uniswap/default-token-list 13.19.0 → 13.20.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-04-01T17:31:17.515Z",
3
+ "timestamp": "2025-04-01T17:36:30.741Z",
4
4
  "version": {
5
5
  "major": 13,
6
- "minor": 19,
6
+ "minor": 20,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -1776,6 +1776,14 @@
1776
1776
  }
1777
1777
  }
1778
1778
  },
1779
+ {
1780
+ "chainId": 1,
1781
+ "address": "0xB1D1eae60EEA9525032a6DCb4c1CE336a1dE71BE",
1782
+ "name": "Derive",
1783
+ "symbol": "DRV",
1784
+ "decimals": 18,
1785
+ "logoURI": "https://coin-images.coingecko.com/coins/images/52889/large/Token_Logo.png?1734601695"
1786
+ },
1779
1787
  {
1780
1788
  "chainId": 1,
1781
1789
  "address": "0x92D6C1e31e14520e676a687F0a93788B716BEff5",
@@ -6288,6 +6296,14 @@
6288
6296
  "decimals": 18,
6289
6297
  "logoURI": "https://coin-images.coingecko.com/coins/images/31274/large/token.png?1715826754"
6290
6298
  },
6299
+ {
6300
+ "chainId": 10,
6301
+ "address": "0x33800De7E817A70A694F31476313A7c572BBa100",
6302
+ "name": "Derive",
6303
+ "symbol": "DRV",
6304
+ "decimals": 18,
6305
+ "logoURI": "https://coin-images.coingecko.com/coins/images/52889/large/Token_Logo.png?1734601695"
6306
+ },
6291
6307
  {
6292
6308
  "chainId": 10,
6293
6309
  "address": "0x3A18dcC9745eDcD1Ef33ecB93b0b6eBA5671e7Ca",
@@ -15084,6 +15100,14 @@
15084
15100
  "decimals": 18,
15085
15101
  "logoURI": "https://assets.coingecko.com/coins/images/34515/large/android-chrome-512x512.png?1706198225"
15086
15102
  },
15103
+ {
15104
+ "chainId": 8453,
15105
+ "address": "0x9d0E8f5b25384C7310CB8C6aE32C8fbeb645d083",
15106
+ "name": "Derive",
15107
+ "symbol": "DRV",
15108
+ "decimals": 18,
15109
+ "logoURI": "https://coin-images.coingecko.com/coins/images/52889/large/Token_Logo.png?1734601695"
15110
+ },
15087
15111
  {
15088
15112
  "chainId": 8453,
15089
15113
  "address": "0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42",
@@ -16537,6 +16561,14 @@
16537
16561
  }
16538
16562
  }
16539
16563
  },
16564
+ {
16565
+ "chainId": 42161,
16566
+ "address": "0x77b7787a09818502305C95d68A2571F090abb135",
16567
+ "name": "Derive",
16568
+ "symbol": "DRV",
16569
+ "decimals": 18,
16570
+ "logoURI": "https://coin-images.coingecko.com/coins/images/52889/large/Token_Logo.png?1734601695"
16571
+ },
16540
16572
  {
16541
16573
  "chainId": 42161,
16542
16574
  "address": "0x51863cB90Ce5d6dA9663106F292fA27c8CC90c5a",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/default-token-list",
3
- "version": "13.19.0",
3
+ "version": "13.20.0",
4
4
  "description": "The Uniswap default token list",
5
5
  "main": "build/uniswap-default.tokenlist.json",
6
6
  "scripts": {