-
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
feat: identify addresses from etherscan when forking #1190
Conversation
Some notes:
|
Could we append an index to help differentiate contracts in cases like these? For example if the contract name is |
03cf500
to
3e6685a
Compare
f3c38d3
to
4d7f9a7
Compare
Should be good to merge after gakonst/ethers-rs#1114 and ethers bump! |
Not entirely sure why the integration tests are failing.. Is the filter directive something with the |
6410e1c
to
4e44b3c
Compare
* bump color eyre * lock tracing-subscriber 0.3.9
c7eff81
to
ae82442
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.
smol nits
Blocked by: gakonst/ethers-rs#1108
To do
Closes #1015