-
Notifications
You must be signed in to change notification settings - Fork 3
[VPD-314]: Add enterMarketBehalf support to Comptroller #640
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
Conversation
| { | ||
| "cutParams": [ | ||
| [ | ||
| "0x87FdF72FA2fB29Cb43f03aCa261A8DC2C613a860", |
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.
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 we get it verified @GitGuru7
| "0x3093c11e", | ||
| "0xd137f36e", | ||
| "0xd463654c", | ||
| "0x4d99c776" |
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.
aditya, curious, is there a tool to generate the selector list of a facet
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.
ah, nvm, guess u r calling unitroller.facetFunctionSelectors
| const NEW_MARKET_FACET = "0x87FdF72FA2fB29Cb43f03aCa261A8DC2C613a860"; | ||
|
|
||
| // Function selector for enterMarketBehalf(address,address) | ||
| const ENTER_MARKET_BEHALF_SELECTOR = "0xd585c3c6"; |
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.
cast sig "enterMarketBehalf(address,address)"
0xd585c3c6
Description
Resolves VEN