-
Notifications
You must be signed in to change notification settings - Fork 75
improve: Update ethereum package versions #72
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
mrice32
left a comment
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.
Looks good! One comment on typechain
package.json
Outdated
| "@nomiclabs/hardhat-waffle": "^2.0.3", | ||
| "@typechain/ethers-v5": "^7.0.1", | ||
| "@typechain/hardhat": "^2.3.0", | ||
| "@typechain/hardhat": "^4.0.0", |
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.
Should we update this in tandem with all the other typechain packages?
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.
Yeah I'll hold off for now
mrice32
left a comment
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!
mrice32
left a comment
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.
@nicholaspai I think you need to rerun yarn to regenerate yarn.lock from your last commit.
Great catch thanks |
mrice32
left a comment
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!
Two big features I'd like to take advantage of:
hardhatbase package performancehardhat-etherscan > 3.0.0allows you to specify multiple API keystypechaintype which produced a large diff, let me know if you want me to remove this part