@uniswap/default-token-list 11.7.0 → 11.8.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": "2023-10-16T15:00:57.449Z",
3
+ "timestamp": "2023-10-16T23:27:24.422Z",
4
4
  "version": {
5
5
  "major": 11,
6
- "minor": 7,
6
+ "minor": 8,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -4902,6 +4902,14 @@
4902
4902
  }
4903
4903
  }
4904
4904
  },
4905
+ {
4906
+ "chainId": 10,
4907
+ "address": "0x7F5c764cBc14f9669B88837ca1490cCa17c31607",
4908
+ "name": "USDCoin (Bridged from Ethereum)",
4909
+ "symbol": "USDC.e",
4910
+ "decimals": 6,
4911
+ "logoURI": "https://ethereum-optimism.github.io/data/USDC/logo.png"
4912
+ },
4905
4913
  {
4906
4914
  "name": "Tether USD",
4907
4915
  "address": "0x94b008aA00579c1307B0EF2c499aD98a8ce58e58",
@@ -8454,10 +8462,18 @@
8454
8462
  },
8455
8463
  {
8456
8464
  "name": "USDCoin",
8457
- "address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
8465
+ "address": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
8458
8466
  "symbol": "USDC",
8459
8467
  "decimals": 6,
8460
8468
  "chainId": 137,
8469
+ "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png"
8470
+ },
8471
+ {
8472
+ "name": "USDCoin (PoS)",
8473
+ "address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
8474
+ "symbol": "USDC.e",
8475
+ "decimals": 6,
8476
+ "chainId": 137,
8461
8477
  "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png",
8462
8478
  "extensions": {
8463
8479
  "bridgeInfo": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/default-token-list",
3
- "version": "11.7.0",
3
+ "version": "11.8.0",
4
4
  "description": "The Uniswap default token list",
5
5
  "main": "build/uniswap-default.tokenlist.json",
6
6
  "scripts": {