@enzymefinance/environment 6.3.67 → 6.3.68
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/dist/cjs/assets/ethereum.js +65 -0
- package/dist/cjs/assets/ethereum.js.map +1 -1
- package/dist/cjs/assets.js +1 -0
- package/dist/cjs/assets.js.map +1 -1
- package/dist/dts/assets/ethereum.d.ts.map +1 -1
- package/dist/dts/assets.d.ts +1 -0
- package/dist/dts/assets.d.ts.map +1 -1
- package/dist/esm/assets/ethereum.js +65 -0
- package/dist/esm/assets/ethereum.js.map +1 -1
- package/dist/esm/assets.js +1 -0
- package/dist/esm/assets.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/ethereum.ts +70 -0
- package/src/assets.ts +1 -0
|
@@ -7548,5 +7548,70 @@ var _default = exports.default = /*#__PURE__*/(0, _assets.defineAssetList)(_netw
|
|
|
7548
7548
|
priceFeed: {
|
|
7549
7549
|
type: _priceFeeds.PriceFeedType.NONE
|
|
7550
7550
|
}
|
|
7551
|
+
}, {
|
|
7552
|
+
symbol: "PAXG",
|
|
7553
|
+
name: "Paxos Gold",
|
|
7554
|
+
id: "0x45804880de22913dafe09f4980848ece6ecbaf78",
|
|
7555
|
+
type: _assets.AssetType.PRIMITIVE,
|
|
7556
|
+
releases: [sulu],
|
|
7557
|
+
decimals: 18,
|
|
7558
|
+
priceFeed: {
|
|
7559
|
+
type: _priceFeeds.PriceFeedType.PRIMITIVE_CHAINLINK,
|
|
7560
|
+
aggregator: "0x9944d86ceb9160af5c5feb251fd671923323f8c3",
|
|
7561
|
+
rateAsset: _priceFeeds.RateAsset.USD
|
|
7562
|
+
}
|
|
7563
|
+
}, {
|
|
7564
|
+
symbol: "cUSD",
|
|
7565
|
+
name: "cap USD",
|
|
7566
|
+
id: "0xcccc62962d17b8914c62d74ffb843d73b2a3cccc",
|
|
7567
|
+
type: _assets.AssetType.PRIMITIVE,
|
|
7568
|
+
releases: [sulu],
|
|
7569
|
+
decimals: 18,
|
|
7570
|
+
priceFeed: {
|
|
7571
|
+
type: _priceFeeds.PriceFeedType.PRIMITIVE_REDSTONE,
|
|
7572
|
+
aggregator: "0x9a5a3c3ed0361505cc1d4e824b3854de5724434a",
|
|
7573
|
+
rateAsset: _priceFeeds.RateAsset.USD
|
|
7574
|
+
}
|
|
7575
|
+
}, {
|
|
7576
|
+
symbol: "stcUSD",
|
|
7577
|
+
name: "Staked cap USD",
|
|
7578
|
+
id: "0x88887be419578051ff9f4eb6c858a951921d8888",
|
|
7579
|
+
type: _assets.AssetType.ERC_4626,
|
|
7580
|
+
protocol: _assets.Erc4626Protocol.CAP,
|
|
7581
|
+
releases: [sulu],
|
|
7582
|
+
decimals: 18,
|
|
7583
|
+
underlying: "0xcccc62962d17b8914c62d74ffb843d73b2a3cccc",
|
|
7584
|
+
priceFeed: {
|
|
7585
|
+
type: _priceFeeds.PriceFeedType.DERIVATIVE_ERC4626,
|
|
7586
|
+
address: "0x66aa5b2fdfb453f8a27f9bd1d9124947ef3886bb"
|
|
7587
|
+
}
|
|
7588
|
+
}, {
|
|
7589
|
+
symbol: "PT-cUSD-29JAN2026",
|
|
7590
|
+
name: "PT cap USD 29JAN2026",
|
|
7591
|
+
id: "0x545a490f9ab534adf409a2e682bc4098f49952e3",
|
|
7592
|
+
type: _assets.AssetType.PENDLE_V2_PT,
|
|
7593
|
+
releases: [sulu],
|
|
7594
|
+
decimals: 18,
|
|
7595
|
+
underlying: "0xcccc62962d17b8914c62d74ffb843d73b2a3cccc",
|
|
7596
|
+
markets: ["0x307c15f808914df5a5dbe17e5608f84953ffa023"],
|
|
7597
|
+
priceFeed: {
|
|
7598
|
+
type: _priceFeeds.PriceFeedType.PRIMITIVE_PENDLE_V2,
|
|
7599
|
+
aggregator: "0xc67021c6b6c079fbccbe649f75adbda6f60e0c4f",
|
|
7600
|
+
rateAsset: _priceFeeds.RateAsset.ETH
|
|
7601
|
+
}
|
|
7602
|
+
}, {
|
|
7603
|
+
symbol: "PT-stcUSD-29JAN2026",
|
|
7604
|
+
name: "PT Staked cap USD 29JAN2026",
|
|
7605
|
+
id: "0xc3c7e5e277d31cd24a3ac4cc9af3b6770f30ea33",
|
|
7606
|
+
type: _assets.AssetType.PENDLE_V2_PT,
|
|
7607
|
+
releases: [sulu],
|
|
7608
|
+
decimals: 18,
|
|
7609
|
+
underlying: "0x88887be419578051ff9f4eb6c858a951921d8888",
|
|
7610
|
+
markets: ["0xcc781b043933c10a04409b22aada3a3d1a7f29d4"],
|
|
7611
|
+
priceFeed: {
|
|
7612
|
+
type: _priceFeeds.PriceFeedType.PRIMITIVE_PENDLE_V2,
|
|
7613
|
+
aggregator: "0xd68bb8bdfd5e742f581178798cbf36500198a6e5",
|
|
7614
|
+
rateAsset: _priceFeeds.RateAsset.ETH
|
|
7615
|
+
}
|
|
7551
7616
|
}]);
|
|
7552
7617
|
//# sourceMappingURL=ethereum.js.map
|