@uniswap/default-token-list 9.2.0 → 9.3.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-03-24T17:25:15.361Z",
3
+ "timestamp": "2023-03-31T20:10:35.123Z",
4
4
  "version": {
5
5
  "major": 9,
6
- "minor": 2,
6
+ "minor": 3,
7
7
  "patch": 0
8
8
  },
9
9
  "tags": {},
@@ -708,6 +708,21 @@
708
708
  }
709
709
  }
710
710
  },
711
+ {
712
+ "chainId": 1,
713
+ "address": "0xBe9895146f7AF43049ca1c1AE358B0541Ea49704",
714
+ "name": "Coinbase Wrapped Staked ETH",
715
+ "symbol": "cbETH",
716
+ "decimals": 18,
717
+ "logoURI": "https://assets.coingecko.com/coins/images/27008/large/cbeth.png",
718
+ "extensions": {
719
+ "bridgeInfo": {
720
+ "42161": {
721
+ "tokenAddress": "0x1DEBd73E752bEaF79865Fd6446b0c970EaE7732f"
722
+ }
723
+ }
724
+ }
725
+ },
711
726
  {
712
727
  "chainId": 1,
713
728
  "address": "0x4F9254C83EB525f9FCf346490bbb3ed28a81C667",
@@ -8161,6 +8176,21 @@
8161
8176
  }
8162
8177
  }
8163
8178
  },
8179
+ {
8180
+ "chainId": 42161,
8181
+ "address": "0x1DEBd73E752bEaF79865Fd6446b0c970EaE7732f",
8182
+ "name": "Coinbase Wrapped Staked ETH",
8183
+ "symbol": "cbETH",
8184
+ "decimals": 18,
8185
+ "logoURI": "https://assets.coingecko.com/coins/images/27008/large/cbeth.png",
8186
+ "extensions": {
8187
+ "bridgeInfo": {
8188
+ "1": {
8189
+ "tokenAddress": "0xBe9895146f7AF43049ca1c1AE358B0541Ea49704"
8190
+ }
8191
+ }
8192
+ }
8193
+ },
8164
8194
  {
8165
8195
  "chainId": 42161,
8166
8196
  "address": "0x3a8B787f78D775AECFEEa15706D4221B40F345AB",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uniswap/default-token-list",
3
- "version": "9.2.0",
3
+ "version": "9.3.0",
4
4
  "description": "The Uniswap default token list",
5
5
  "main": "build/uniswap-default.tokenlist.json",
6
6
  "scripts": {