@uniswap/default-token-list 12.17.0 → 12.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-09-12T15:54:12.427Z",
3
+ "timestamp": "2024-09-12T17:25:23.111Z",
4
4
  "version": {
5
5
  "major": 12,
6
- "minor": 17,
6
+ "minor": 18,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -765,21 +765,6 @@
765
765
  }
766
766
  }
767
767
  },
768
- {
769
- "chainId": 1,
770
- "address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",
771
- "name": "Coinbase Wrapped BTC",
772
- "symbol": "cbBTC",
773
- "decimals": 8,
774
- "logoURI": "https://assets.coingecko.com/coins/images/40143/large/cbbtc.webp?1726136727",
775
- "extensions": {
776
- "bridgeInfo": {
777
- "8453": {
778
- "tokenAddress": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf"
779
- }
780
- }
781
- }
782
- },
783
768
  {
784
769
  "chainId": 1,
785
770
  "address": "0xBe9895146f7AF43049ca1c1AE358B0541Ea49704",
@@ -1351,7 +1336,14 @@
1351
1336
  "name": "Ether.fi",
1352
1337
  "symbol": "ETHFI",
1353
1338
  "decimals": 18,
1354
- "logoURI": "https://assets.coingecko.com/coins/images/35958/standard/etherfi.jpeg"
1339
+ "logoURI": "https://assets.coingecko.com/coins/images/35958/standard/etherfi.jpeg",
1340
+ "extensions": {
1341
+ "bridgeInfo": {
1342
+ "42161": {
1343
+ "tokenAddress": "0x07D65C18CECbA423298c0aEB5d2BeDED4DFd5736"
1344
+ }
1345
+ }
1346
+ }
1355
1347
  },
1356
1348
  {
1357
1349
  "chainId": 1,
@@ -6565,21 +6557,6 @@
6565
6557
  }
6566
6558
  }
6567
6559
  },
6568
- {
6569
- "chainId": 8453,
6570
- "address": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf",
6571
- "name": "Coinbase Wrapped BTC",
6572
- "symbol": "cbBTC",
6573
- "decimals": 8,
6574
- "logoURI": "https://assets.coingecko.com/coins/images/40143/large/cbbtc.webp?1726136727",
6575
- "extensions": {
6576
- "bridgeInfo": {
6577
- "1": {
6578
- "tokenAddress": "0xcbB7C0000aB88B473b1f5aFd9ef808440eed33Bf"
6579
- }
6580
- }
6581
- }
6582
- },
6583
6560
  {
6584
6561
  "chainId": 8453,
6585
6562
  "address": "0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22",
@@ -7857,6 +7834,21 @@
7857
7834
  }
7858
7835
  }
7859
7836
  },
7837
+ {
7838
+ "chainId": 42161,
7839
+ "address": "0x07D65C18CECbA423298c0aEB5d2BeDED4DFd5736",
7840
+ "name": "Ether.fi",
7841
+ "symbol": "ETHFI",
7842
+ "decimals": 18,
7843
+ "logoURI": "https://assets.coingecko.com/coins/images/35958/standard/etherfi.jpeg",
7844
+ "extensions": {
7845
+ "bridgeInfo": {
7846
+ "1": {
7847
+ "tokenAddress": "0xFe0c30065B384F05761f15d0CC899D4F9F9Cc0eB"
7848
+ }
7849
+ }
7850
+ }
7851
+ },
7860
7852
  {
7861
7853
  "chainId": 42161,
7862
7854
  "address": "0x863708032B5c328e11aBcbC0DF9D79C71Fc52a48",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/default-token-list",
3
- "version": "12.17.0",
3
+ "version": "12.18.0",
4
4
  "description": "The Uniswap default token list",
5
5
  "main": "build/uniswap-default.tokenlist.json",
6
6
  "scripts": {