-
Notifications
You must be signed in to change notification settings - Fork 49
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
SOV-3497 move sovrynSwapsImpl to internal protocol module #530
SOV-3497 move sovrynSwapsImpl to internal protocol module #530
Conversation
add unit test for new module
pls either remove interface ISwapsImpl or update it if there is a way we can use it - remove internalSwap function and rename internalExpectedRate and internalExpectedReturn to swapsImplExpectedRate and swapsImplExpectedReturn respectively |
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.
almost there
some minor changes requested
log(col.bgBlue("Protocol modules are deployed")); | ||
log( | ||
col.bgBlue( | ||
"Prepare and run SIP function in sips.js to create the proposal with params:" |
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.
"Prepare and run SIP function in sips.js to create the proposal with params:" | |
"Prepare a SIP creation function in sipArgs.js and run hardhat task `sips:create` to create proposal replacing modules:" |
and print replacing modules names and their addresses
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.
updated in this 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.
and print replacing modules names and their addresses
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.
approved but with one comment - missing from the previous review
log(col.bgBlue("Protocol modules are deployed")); | ||
log( | ||
col.bgBlue( | ||
"Prepare and run SIP function in sips.js to create the proposal with params:" |
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.
and print replacing modules names and their addresses
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.
LGTM
No description provided.