Skip to content

Commit

Permalink
feat: add PYUSD and 2 morpho vaults (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
iherger authored Dec 2, 2024
1 parent d77fbd4 commit 5b364f0
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/shiny-walls-smell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@enzymefinance/environment": patch
---

Add PYUSD and 2 Morpho vaults
34 changes: 32 additions & 2 deletions packages/environment/src/assets/ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6813,11 +6813,13 @@ export default defineAssetList(Network.ETHEREUM, [
decimals: 6,
id: "0x6c3ea9036406852006290770bedfcaba0e23a0e8",
name: "PayPal USD",
releases: [],
releases: [sulu],
symbol: "PYUSD",
type: AssetType.PRIMITIVE,
priceFeed: {
type: PriceFeedType.NONE,
type: PriceFeedType.PRIMITIVE_CHAINLINK,
aggregator: "0x8f1df6d7f2db73eece86a18b4381f4707b918fb1",
rateAsset: RateAsset.USD,
},
},
{
Expand Down Expand Up @@ -7325,6 +7327,34 @@ export default defineAssetList(Network.ETHEREUM, [
address: "0x66aa5b2fdfb453f8a27f9bd1d9124947ef3886bb",
},
},
{
symbol: "steakPYUSD",
name: "Steakhouse PYUSD",
id: "0xbeef02e5e13584ab96848af90261f0c8ee04722a",
type: AssetType.ERC_4626,
protocol: Erc4626Protocol.MORPHO,
releases: [sulu],
decimals: 18,
underlying: "0x6c3ea9036406852006290770bedfcaba0e23a0e8",
priceFeed: {
type: PriceFeedType.DERIVATIVE_ERC4626,
address: "0x66aa5b2fdfb453f8a27f9bd1d9124947ef3886bb",
},
},
{
symbol: "steakUSDS",
name: "Steakhouse USDS",
id: "0xbeefda19bc6114633fc17e6d074a6a2b472c756f",
type: AssetType.ERC_4626,
protocol: Erc4626Protocol.MORPHO,
releases: [sulu],
decimals: 18,
underlying: "0xdc035d45d973e3ec169d2276ddab16f1e407384f",
priceFeed: {
type: PriceFeedType.DERIVATIVE_ERC4626,
address: "0x66aa5b2fdfb453f8a27f9bd1d9124947ef3886bb",
},
},
{
symbol: "SolvBTC",
name: "Solv BTC",
Expand Down

0 comments on commit 5b364f0

Please sign in to comment.