-
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
Odos #2
base: fix/OracleErrors
Are you sure you want to change the base?
Odos #2
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.
would prefer this odos setup stuff to be in its own file which then gets inherited by the bootstrap
otherwise looking good
@@ -129,6 +135,109 @@ contract Bootstrap is | |||
address(arbGasInfoMock).code | |||
); | |||
} | |||
|
|||
function getOdosQuoteParams( |
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.
nit: would prefer these helper functions to be in a separate file and then inherited by bootstrap somewhere
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.
update: tried making it its own file but ran into the import linearlization issue.
integrate zap odos changes into engine