@uniswap/default-token-list 12.21.0 → 12.22.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-10T21:31:42.560Z",
4
4
  "version": {
5
5
  "major": 12,
6
- "minor": 21,
6
+ "minor": 22,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -6534,6 +6534,30 @@
6534
6534
  "decimals": 18,
6535
6535
  "logoURI": "https://assets.coingecko.com/coins/images/38043/large/ZKTokenBlack.png?17186145029"
6536
6536
  },
6537
+ {
6538
+ "chainId": 480,
6539
+ "address": "0x79A02482A880bCE3F13e09Da970dC34db4CD24d1",
6540
+ "name": "Bridged USDC",
6541
+ "symbol": "USDC.e",
6542
+ "decimals": 6,
6543
+ "logoURI": "https://assets.coingecko.com/coins/images/35218/large/USDC_Icon.png?1707908537"
6544
+ },
6545
+ {
6546
+ "chainId": 480,
6547
+ "address": "0x03C7054BCB39f7b2e5B2c7AcB37583e32D70Cfa3",
6548
+ "name": "Wrapped BTC",
6549
+ "symbol": "WBTC",
6550
+ "decimals": 8,
6551
+ "logoURI": "https://assets.coingecko.com/coins/images/7598/large/wrapped_bitcoin_wbtc.png?1696507857"
6552
+ },
6553
+ {
6554
+ "chainId": 480,
6555
+ "address": "0x4200000000000000000000000000000000000006",
6556
+ "name": "Wrapped Ether",
6557
+ "symbol": "WETH",
6558
+ "decimals": 18,
6559
+ "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2/logo.png"
6560
+ },
6537
6561
  {
6538
6562
  "chainId": 8453,
6539
6563
  "address": "0xc5fecC3a29Fb57B5024eEc8a2239d4621e111CBE",
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.22.0",
4
4
  "description": "The Uniswap default token list",
5
5
  "main": "build/uniswap-default.tokenlist.json",
6
6
  "scripts": {