-
Notifications
You must be signed in to change notification settings - Fork 0
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
Oud support #10
Oud support #10
Conversation
shero0x1337
commented
Feb 10, 2023
- Support Multi-asset borrowing with different parameters
event DepositDebt(uint256 amount); | ||
event RemoveDebt(uint256 amount); | ||
event SetCollateralPrice(TokenPrice price); | ||
event SetDebtCollector(address debtCollector); |
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.
A lot of these should be indexed
event params: https://docs.soliditylang.org/en/v0.8.18/contracts.html#events
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.
yeah ack. Let me think about the events i want to index a little bit more. Will add in a separate pr.
Merging for now to consolidate branches |