@uniswap/default-token-list 12.21.0 → 12.23.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-10-09T16:08:50.182Z",
3
+ "timestamp": "2024-10-15T20:43:44.935Z",
4
4
  "version": {
5
5
  "major": 12,
6
- "minor": 21,
6
+ "minor": 23,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -2916,6 +2916,14 @@
2916
2916
  }
2917
2917
  }
2918
2918
  },
2919
+ {
2920
+ "chainId": 1,
2921
+ "address": "0x4d1C297d39C5c1277964D0E3f8Aa901493664530",
2922
+ "name": "Puffer Finance",
2923
+ "symbol": "PUFFER",
2924
+ "decimals": 18,
2925
+ "logoURI": "https://assets.coingecko.com/coins/images/50630/large/puffer.jpg?1728545297"
2926
+ },
2919
2927
  {
2920
2928
  "chainId": 1,
2921
2929
  "address": "0x6c3ea9036406852006290770BEdFcAbA0e23A0e8",
@@ -6534,6 +6542,30 @@
6534
6542
  "decimals": 18,
6535
6543
  "logoURI": "https://assets.coingecko.com/coins/images/38043/large/ZKTokenBlack.png?17186145029"
6536
6544
  },
6545
+ {
6546
+ "chainId": 480,
6547
+ "address": "0x79A02482A880bCE3F13e09Da970dC34db4CD24d1",
6548
+ "name": "Bridged USDC",
6549
+ "symbol": "USDC.e",
6550
+ "decimals": 6,
6551
+ "logoURI": "https://assets.coingecko.com/coins/images/35218/large/USDC_Icon.png?1707908537"
6552
+ },
6553
+ {
6554
+ "chainId": 480,
6555
+ "address": "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3",
6556
+ "name": "Wrapped BTC",
6557
+ "symbol": "WBTC",
6558
+ "decimals": 8,
6559
+ "logoURI": "https://assets.coingecko.com/coins/images/7598/large/wrapped_bitcoin_wbtc.png?1696507857"
6560
+ },
6561
+ {
6562
+ "chainId": 480,
6563
+ "address": "0x4200000000000000000000000000000000000006",
6564
+ "name": "Wrapped Ether",
6565
+ "symbol": "WETH",
6566
+ "decimals": 18,
6567
+ "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/logo.png"
6568
+ },
6537
6569
  {
6538
6570
  "chainId": 8453,
6539
6571
  "address": "0xc5fecC3a29Fb57B5024eEc8a2239d4621e111CBE",
@@ -6730,6 +6762,14 @@
6730
6762
  }
6731
6763
  }
6732
6764
  },
6765
+ {
6766
+ "chainId": 8453,
6767
+ "address": "0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed",
6768
+ "name": "Degen",
6769
+ "symbol": "DEGEN",
6770
+ "decimals": 18,
6771
+ "logoURI": "https://assets.coingecko.com/coins/images/34515/large/android-chrome-512x512.png?1706198225"
6772
+ },
6733
6773
  {
6734
6774
  "chainId": 8453,
6735
6775
  "address": "0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/default-token-list",
3
- "version": "12.21.0",
3
+ "version": "12.23.0",
4
4
  "description": "The Uniswap default token list",
5
5
  "main": "build/uniswap-default.tokenlist.json",
6
6
  "scripts": {