@uniswap/default-token-list 12.6.0 → 12.7.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-07-19T18:36:03.888Z",
3
+ "timestamp": "2024-07-29T17:27:59.458Z",
4
4
  "version": {
5
5
  "major": 12,
6
- "minor": 6,
6
+ "minor": 7,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -2044,6 +2044,14 @@
2044
2044
  }
2045
2045
  }
2046
2046
  },
2047
+ {
2048
+ "chainId": 1,
2049
+ "address": "0xd0a6053f087E87a25dC60701ba6E663b1a548E85",
2050
+ "name": "BLOCKLORDS",
2051
+ "symbol": "LRDS",
2052
+ "decimals": 18,
2053
+ "logoURI": "https://assets.coingecko.com/coins/images/34775/standard/LRDS_PNG.png"
2054
+ },
2047
2055
  {
2048
2056
  "chainId": 1,
2049
2057
  "name": "Liquity USD",
@@ -2492,7 +2500,14 @@
2492
2500
  "name": "Ondo Finance",
2493
2501
  "symbol": "ONDO",
2494
2502
  "decimals": 18,
2495
- "logoURI": "https://assets.coingecko.com/coins/images/26580/standard/ONDO.png?1696525656"
2503
+ "logoURI": "https://assets.coingecko.com/coins/images/26580/standard/ONDO.png?1696525656",
2504
+ "extensions": {
2505
+ "bridgeInfo": {
2506
+ "42161": {
2507
+ "tokenAddress": "0xA2d52A05B8Bead5d824DF54Dd1AA63188B37A5E7"
2508
+ }
2509
+ }
2510
+ }
2496
2511
  },
2497
2512
  {
2498
2513
  "chainId": 1,
@@ -6463,6 +6478,14 @@
6463
6478
  }
6464
6479
  }
6465
6480
  },
6481
+ {
6482
+ "chainId": 8453,
6483
+ "address": "0x60a3E35Cc302bFA44Cb288Bc5a4F316Fdb1adb42",
6484
+ "name": "EURC",
6485
+ "symbol": "EURC",
6486
+ "decimals": 6,
6487
+ "logoURI": "https://assets.coingecko.com/coins/images/26045/standard/euro.png"
6488
+ },
6466
6489
  {
6467
6490
  "chainId": 8453,
6468
6491
  "address": "0xD08a2917653d4E460893203471f0000826fb4034",
@@ -8333,6 +8356,21 @@
8333
8356
  }
8334
8357
  }
8335
8358
  },
8359
+ {
8360
+ "chainId": 42161,
8361
+ "address": "0xA2d52A05B8Bead5d824DF54Dd1AA63188B37A5E7",
8362
+ "name": "Ondo Finance",
8363
+ "symbol": "ONDO",
8364
+ "decimals": 18,
8365
+ "logoURI": "https://assets.coingecko.com/coins/images/26580/standard/ONDO.png?1696525656",
8366
+ "extensions": {
8367
+ "bridgeInfo": {
8368
+ "1": {
8369
+ "tokenAddress": "0xfAbA6f8e4a5E8Ab82F62fe7C39859FA577269BE3"
8370
+ }
8371
+ }
8372
+ }
8373
+ },
8336
8374
  {
8337
8375
  "chainId": 42161,
8338
8376
  "address": "0x1BDCC2075d5370293E248Cab0173eC3E551e6218",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/default-token-list",
3
- "version": "12.6.0",
3
+ "version": "12.7.0",
4
4
  "description": "The Uniswap default token list",
5
5
  "main": "build/uniswap-default.tokenlist.json",
6
6
  "scripts": {