-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add zero lend #630
feat: add zero lend #630
Conversation
|
commit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Changeset is missing.
PR-Codex overview
This PR focuses on adding support for new asset types related to "Zero Lend" in the codebase, including their schemas, contracts, and integration into existing functionalities.
Detailed summary
tough-cherries-approve.md
.getEthUsdAggregator
function inpackages/sdk/src/Protocol.ts
.packages/environment/test/assets/aave.test.ts
.KnownAddressListIdMapping
to includezeroLend
assets.ZeroLendLRTBTCAaveV3
andZeroLendRWAStablecoinsAaveV3
.ZeroLend
assets inpackages/environment/src/adapters.ts
.aggregatorLatestRound
function inpackages/environment/test/utils/contracts/ChainlinkAggregator.ts
.ZeroLend
inpackages/environment/src/assets.ts
andpackages/environment/src/deployments/ethereum.ts
.ZeroLend
assets into existing test suites and validations.