-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
chore: clean up remaining ethers usage #6254
Conversation
Fixes #6252 (fixed in Alloy |
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.
makes sense
e80aca2
to
78ab921
Compare
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.
monster PR,
luckily most if it are rename/import changes,
actual changes lgtm
one question re default solc pragma
@@ -19,7 +20,7 @@ pub struct InterfaceArgs { | |||
name: Option<String>, | |||
|
|||
/// Solidity pragma version. | |||
#[clap(long, short, default_value = "^0.8.10", value_name = "VERSION")] | |||
#[clap(long, short, default_value = "^0.8.4", value_name = "VERSION")] |
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.
any particular reason for this?
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.
custom errors were introduced in 0.8.4
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.
makes sense
Fixes #6252