-
Notifications
You must be signed in to change notification settings - Fork 7
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
Sdai adapter and substream #102
base: main
Are you sure you want to change the base?
Conversation
…tion, buy function
Sdai adapter sdk integration
…n due to a bug in runPoolBehaviour with constant price pools.
…nt_tx(tx, &sdai_address)
…apter-and-substream Sdk implementation/sdai adapter and substream
90) / | ||
100; | ||
limits[1] = savingsDai.previewDeposit(limits[0]); | ||
limits[0] = 3 * (10 ** 24); |
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.
Can you explain this value it seems very arbitrary.
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.
@kayibal It is the DAI total supply value approx., and we need to use static values due to the incompatibility issue between substreams and external calls
No description provided.