@uniswap/default-token-list 11.17.0 → 11.18.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-04-08T14:06:46.865Z",
3
+ "timestamp": "2024-04-19T19:29:28.027Z",
4
4
  "version": {
5
5
  "major": 11,
6
- "minor": 17,
6
+ "minor": 18,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -532,6 +532,14 @@
532
532
  }
533
533
  }
534
534
  },
535
+ {
536
+ "chainId": 1,
537
+ "address": "0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE",
538
+ "name": "Beam",
539
+ "symbol": "BEAM",
540
+ "decimals": 18,
541
+ "logoURI": "https://assets.coingecko.com/coins/images/32417/standard/chain-logo.png?1698114384"
542
+ },
535
543
  {
536
544
  "chainId": 1,
537
545
  "address": "0xF17e65822b568B3903685a7c9F496CF7656Cc6C2",
@@ -1471,7 +1479,14 @@
1471
1479
  "name": "Aavegotchi",
1472
1480
  "symbol": "GHST",
1473
1481
  "decimals": 18,
1474
- "logoURI": "https://assets.coingecko.com/coins/images/12467/thumb/ghst_200.png?1600750321"
1482
+ "logoURI": "https://assets.coingecko.com/coins/images/12467/thumb/ghst_200.png?1600750321",
1483
+ "extensions": {
1484
+ "bridgeInfo": {
1485
+ "8453": {
1486
+ "tokenAddress": "0xcD2F22236DD9Dfe2356D7C543161D4d260FD9BcB"
1487
+ }
1488
+ }
1489
+ }
1475
1490
  },
1476
1491
  {
1477
1492
  "chainId": 1,
@@ -1880,6 +1895,9 @@
1880
1895
  "10": {
1881
1896
  "tokenAddress": "0xFEaA9194F9F8c1B65429E31341a103071464907E"
1882
1897
  },
1898
+ "8453": {
1899
+ "tokenAddress": "0x0D760ee479401Bb4C40BDB7604b329FfF411b3f2"
1900
+ },
1883
1901
  "42161": {
1884
1902
  "tokenAddress": "0x46d0cE7de6247b0A95f67b43B589b4041BaE7fbE"
1885
1903
  }
@@ -2310,6 +2328,14 @@
2310
2328
  }
2311
2329
  }
2312
2330
  },
2331
+ {
2332
+ "chainId": 1,
2333
+ "address": "0x36E66fbBce51e4cD5bd3C62B637Eb411b18949D4",
2334
+ "name": "Omni Network",
2335
+ "symbol": "OMNI",
2336
+ "decimals": 18,
2337
+ "logoURI": "https://assets.coingecko.com/coins/images/36465/standard/Symbol-Color.png?1711511095"
2338
+ },
2313
2339
  {
2314
2340
  "chainId": 1,
2315
2341
  "address": "0xfAbA6f8e4a5E8Ab82F62fe7C39859FA577269BE3",
@@ -6110,6 +6136,36 @@
6110
6136
  }
6111
6137
  }
6112
6138
  },
6139
+ {
6140
+ "chainId": 8453,
6141
+ "address": "0xcD2F22236DD9Dfe2356D7C543161D4d260FD9BcB",
6142
+ "name": "Aavegotchi",
6143
+ "symbol": "GHST",
6144
+ "decimals": 18,
6145
+ "logoURI": "https://assets.coingecko.com/coins/images/12467/thumb/ghst_200.png?1600750321",
6146
+ "extensions": {
6147
+ "bridgeInfo": {
6148
+ "1": {
6149
+ "tokenAddress": "0x3F382DbD960E3a9bbCeaE22651E88158d2791550"
6150
+ }
6151
+ }
6152
+ }
6153
+ },
6154
+ {
6155
+ "name": "LoopringCoin V2",
6156
+ "address": "0x0D760ee479401Bb4C40BDB7604b329FfF411b3f2",
6157
+ "symbol": "LRC",
6158
+ "decimals": 18,
6159
+ "chainId": 8453,
6160
+ "logoURI": "https://raw.githubusercontent.com/trustwallet/assets/master/blockchains/ethereum/assets/0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD/logo.png",
6161
+ "extensions": {
6162
+ "bridgeInfo": {
6163
+ "1": {
6164
+ "tokenAddress": "0xBBbbCA6A901c926F240b89EacB641d8Aec7AEafD"
6165
+ }
6166
+ }
6167
+ }
6168
+ },
6113
6169
  {
6114
6170
  "chainId": 8453,
6115
6171
  "name": "Liquity USD",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/default-token-list",
3
- "version": "11.17.0",
3
+ "version": "11.18.0",
4
4
  "description": "The Uniswap default token list",
5
5
  "main": "build/uniswap-default.tokenlist.json",
6
6
  "scripts": {