@uniswap/default-token-list 13.1.0 → 13.2.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-22T22:57:48.963Z",
3
+ "timestamp": "2025-01-28T17:15:23.195Z",
4
4
  "version": {
5
5
  "major": 13,
6
- "minor": 1,
6
+ "minor": 2,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -2864,6 +2864,9 @@
2864
2864
  "56": {
2865
2865
  "tokenAddress": "0x4e7f408be2d4E9D60F49A64B89Bb619c84C7c6F5"
2866
2866
  },
2867
+ "8453": {
2868
+ "tokenAddress": "0xCD6dDDa305955AcD6b94b934f057E8b0daaD58dE"
2869
+ },
2867
2870
  "42161": {
2868
2871
  "tokenAddress": "0x753D224bCf9AAFaCD81558c32341416df61D3DAC"
2869
2872
  }
@@ -7405,6 +7408,21 @@
7405
7408
  }
7406
7409
  }
7407
7410
  },
7411
+ {
7412
+ "chainId": 8453,
7413
+ "address": "0xCD6dDDa305955AcD6b94b934f057E8b0daaD58dE",
7414
+ "name": "Perpetual Protocol",
7415
+ "symbol": "PERP",
7416
+ "decimals": 18,
7417
+ "logoURI": "https://assets.coingecko.com/coins/images/12381/thumb/60d18e06844a844ad75901a9_mark_only_03.png?1628674771",
7418
+ "extensions": {
7419
+ "bridgeInfo": {
7420
+ "1": {
7421
+ "tokenAddress": "0xbC396689893D065F41bc2C6EcbeE5e0085233447"
7422
+ }
7423
+ }
7424
+ }
7425
+ },
7408
7426
  {
7409
7427
  "chainId": 8453,
7410
7428
  "address": "0xfA980cEd6895AC314E7dE34Ef1bFAE90a5AdD21b",
@@ -7639,6 +7657,14 @@
7639
7657
  }
7640
7658
  }
7641
7659
  },
7660
+ {
7661
+ "chainId": 8453,
7662
+ "address": "0xacfE6019Ed1A7Dc6f7B508C02d1b04ec88cC21bf",
7663
+ "name": "Venice Token",
7664
+ "symbol": "VVV",
7665
+ "decimals": 18,
7666
+ "logoURI": "https://assets.coingecko.com/coins/images/54023/standard/Venice_Token_(1).png?1738017546"
7667
+ },
7642
7668
  {
7643
7669
  "chainId": 8453,
7644
7670
  "name": "Wrapped Ampleforth",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/default-token-list",
3
- "version": "13.1.0",
3
+ "version": "13.2.0",
4
4
  "description": "The Uniswap default token list",
5
5
  "main": "build/uniswap-default.tokenlist.json",
6
6
  "scripts": {