@enzymefinance/environment 6.3.65 → 6.3.67

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.65",
3
+ "version": "6.3.67",
4
4
  "description": "Enzyme is an Ethereum-based protocol for decentralized on-chain asset management.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -8113,4 +8113,28 @@ 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
+ },
8129
+ {
8130
+ symbol: "DOLA",
8131
+ name: "Dola USD Stablecoin",
8132
+ id: "0x865377367054516e17014ccded1e7d814edc9ce4",
8133
+ type: AssetType.PRIMITIVE,
8134
+ releases: [],
8135
+ decimals: 18,
8136
+ priceFeed: {
8137
+ type: PriceFeedType.NONE,
8138
+ },
8139
+ },
8116
8140
  ]);