@enzymefinance/environment 6.3.64 → 6.3.66

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enzymefinance/environment",
3
- "version": "6.3.64",
3
+ "version": "6.3.66",
4
4
  "description": "Enzyme is an Ethereum-based protocol for decentralized on-chain asset management.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -164,6 +164,19 @@ export default defineAssetList(Network.BASE, [
164
164
  rateAsset: RateAsset.USD,
165
165
  },
166
166
  },
167
+ {
168
+ decimals: 18,
169
+ id: "0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22",
170
+ name: "Coinbase Wrapped Staked ETH",
171
+ releases: [sulu],
172
+ symbol: "cbETH",
173
+ type: AssetType.PRIMITIVE,
174
+ priceFeed: {
175
+ type: PriceFeedType.PRIMITIVE_CHAINLINK,
176
+ aggregator: "0xd7818272b9e248357d13057aab0b417af31e817d",
177
+ rateAsset: RateAsset.USD,
178
+ },
179
+ },
167
180
  {
168
181
  decimals: 18,
169
182
  id: "0xc1cba3fcea344f92d9239c08c0568f6f2f0ee452",
@@ -8113,4 +8113,17 @@ export default defineAssetList(Network.ETHEREUM, [
8113
8113
  rateAsset: RateAsset.ETH,
8114
8114
  },
8115
8115
  },
8116
+ {
8117
+ symbol: "SKY",
8118
+ name: "SKY Governance Token",
8119
+ id: "0x56072c95faa701256059aa122697b133aded9279",
8120
+ type: AssetType.PRIMITIVE,
8121
+ releases: [sulu],
8122
+ decimals: 18,
8123
+ priceFeed: {
8124
+ type: PriceFeedType.PRIMITIVE_CHAINLINK,
8125
+ aggregator: "0xee10fe5e7aa92dd7b136597449c3d5813cfc5f18",
8126
+ rateAsset: RateAsset.USD,
8127
+ },
8128
+ },
8116
8129
  ]);