@enzymefinance/environment 6.3.66 → 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.66",
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": {
@@ -8126,4 +8126,15 @@ export default defineAssetList(Network.ETHEREUM, [
8126
8126
  rateAsset: RateAsset.USD,
8127
8127
  },
8128
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
+ },
8129
8140
  ]);