@uniswap/default-token-list 11.7.0 → 11.9.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-19T16:52:54.065Z",
4
4
  "version": {
5
5
  "major": 11,
6
- "minor": 7,
6
+ "minor": 9,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -625,6 +625,14 @@
625
625
  }
626
626
  }
627
627
  },
628
+ {
629
+ "chainId": 1,
630
+ "address": "0x64Bc2cA1Be492bE7185FAA2c8835d9b824c8a194",
631
+ "name": "Big Time",
632
+ "symbol": "BIGTIME",
633
+ "decimals": 18,
634
+ "logoURI": "https://assets.coingecko.com/coins/images/32251/standard/-6136155493475923781_121.jpg?1696998691"
635
+ },
628
636
  {
629
637
  "chainId": 1,
630
638
  "address": "0x1A4b46696b2bB4794Eb3D4c26f1c55F9170fa4C5",
@@ -3235,6 +3243,9 @@
3235
3243
  "bridgeInfo": {
3236
3244
  "137": {
3237
3245
  "tokenAddress": "0xbe662058e00849C3Eef2AC9664f37fEfdF2cdbFE"
3246
+ },
3247
+ "42161": {
3248
+ "tokenAddress": "0xE575586566b02A16338c199c23cA6d295D794e66"
3238
3249
  }
3239
3250
  }
3240
3251
  }
@@ -4902,6 +4913,14 @@
4902
4913
  }
4903
4914
  }
4904
4915
  },
4916
+ {
4917
+ "chainId": 10,
4918
+ "address": "0x7F5c764cBc14f9669B88837ca1490cCa17c31607",
4919
+ "name": "USDCoin (Bridged from Ethereum)",
4920
+ "symbol": "USDC.e",
4921
+ "decimals": 6,
4922
+ "logoURI": "https://ethereum-optimism.github.io/data/USDC/logo.png"
4923
+ },
4905
4924
  {
4906
4925
  "name": "Tether USD",
4907
4926
  "address": "0x94b008aA00579c1307B0EF2c499aD98a8ce58e58",
@@ -8454,10 +8473,18 @@
8454
8473
  },
8455
8474
  {
8456
8475
  "name": "USDCoin",
8457
- "address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
8476
+ "address": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
8458
8477
  "symbol": "USDC",
8459
8478
  "decimals": 6,
8460
8479
  "chainId": 137,
8480
+ "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png"
8481
+ },
8482
+ {
8483
+ "name": "USDCoin (PoS)",
8484
+ "address": "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
8485
+ "symbol": "USDC.e",
8486
+ "decimals": 6,
8487
+ "chainId": 137,
8461
8488
  "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48/logo.png",
8462
8489
  "extensions": {
8463
8490
  "bridgeInfo": {
@@ -10434,6 +10461,21 @@
10434
10461
  }
10435
10462
  }
10436
10463
  },
10464
+ {
10465
+ "chainId": 42161,
10466
+ "address": "0xE575586566b02A16338c199c23cA6d295D794e66",
10467
+ "name": "iExec RLC",
10468
+ "symbol": "RLC",
10469
+ "decimals": 9,
10470
+ "logoURI": "https://assets.coingecko.com/coins/images/646/thumb/pL1VuXm.png?1604543202",
10471
+ "extensions": {
10472
+ "bridgeInfo": {
10473
+ "1": {
10474
+ "tokenAddress": "0x607F4C5BB672230e8672085532f7e901544a7375"
10475
+ }
10476
+ }
10477
+ }
10478
+ },
10437
10479
  {
10438
10480
  "chainId": 42161,
10439
10481
  "address": "0xC8a4EeA31E9B6b61c406DF013DD4FEc76f21E279",
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.9.0",
4
4
  "description": "The Uniswap default token list",
5
5
  "main": "build/uniswap-default.tokenlist.json",
6
6
  "scripts": {