Skip to content
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

Add first wave of morpho base vaults #14

Merged
merged 6 commits into from
Jan 27, 2025
Merged

Conversation

MattPereira
Copy link
Member

@MattPereira MattPereira commented Jan 24, 2025

wrapper = IERC4626(0x5A32099837D89E3a794a44fb131CBbAD41f87a8C);
// Donor of WETH tokens
underlyingDonor = 0x46a83dC1a264Bff133dB887023d2884167094837;
amountToDonate = 1e1 * 1e18;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

had to lower this amountToDonate for WETH compared to the examples on mainnet which are 1e5 * 1e18. Test fails otherwise

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It depends on the token donor. I changed the donor (by checking the token holders of the underlying token) and could test it with 1e3. (But 1e1 would do just fine too :) )

Copy link
Collaborator

@joaobrunoah joaobrunoah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@joaobrunoah joaobrunoah merged commit b2e180f into main Jan 27, 2025
1 check passed
@joaobrunoah joaobrunoah deleted the add-seamless-spark-ionic branch January 27, 2025 18:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants