-
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
Update README.md #2
base: master
Are you sure you want to change the base?
Conversation
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.
I left some comments.
| callbackers | DynArray[address, MAX_SIZE] | Array of callbacker addresses | | ||
| callback_args | DynArray[DynArray[uint256,5], MAX_SIZE] | Nested array of callback arguments for each bot | | ||
|
||
### CreateBot |
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.
curve-leverage-lending-bot-cw/src/msg.rs
Line 21 in 1e093a5
CreateNextBot { |
This function has 4 parameters only.
|
||
And then, the Vyper smart contract will repay the bot. | ||
The Vyper smart contract will then repay the bot. | ||
|
||
## ExecuteMsg | ||
|
||
### RepayBot | ||
|
||
Run `repay_bot` function on Vyper smart contract. |
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.
The original version is correct. This function has only one parameter in a struct array(vector) form.
@rootedbox comments left here for you. |
No description provided.