-
Notifications
You must be signed in to change notification settings - Fork 261
[AUTOMATION] deploy autowrap with burned owner keys, switch to hardhat-verify #2104
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
Changes from 1 commit
5541922
33888ab
b660140
ad41349
90901a1
c954f02
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,9 +4,9 @@ | |
| "version": "0.0.0", | ||
| "devDependencies": { | ||
| "@nomicfoundation/hardhat-chai-matchers": "^1.0.6", | ||
| "@nomicfoundation/hardhat-ethers": "^3.0.7", | ||
| "@nomiclabs/hardhat-etherscan": "^3.1.7", | ||
| "@nomiclabs/hardhat-web3": "^2.0.0", | ||
| "@nomicfoundation/hardhat-ethers": "^3.1.0", | ||
| "@nomicfoundation/hardhat-verify": "^2.1.1", | ||
| "@nomiclabs/hardhat-web3": "^2.1.0", | ||
| "@openzeppelin/test-helpers": "^0.5.16", | ||
| "@truffle/hdwallet-provider": "^2.1.15", | ||
| "@typechain/ethers-v5": "^11.1.2", | ||
|
|
@@ -23,8 +23,8 @@ | |
| "eslint-plugin-eslint-comments": "^3.2.0", | ||
| "eslint-plugin-import": "^2.29.1", | ||
| "eslint-plugin-prettier": "^5.2.1", | ||
| "hardhat": "^2.22.9", | ||
| "hardhat-deploy": "^0.12.4", | ||
| "hardhat": "^2.26.1", | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this implies dropped node18 support. But with ethereum-contracts already having dropped that, should be ok. |
||
| "hardhat-deploy": "^1.0.4", | ||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The switch from v0 to v1 did not come with API breakage according to the changelog |
||
| "husky": "^9.1.5", | ||
| "lerna": "^8.1.8", | ||
| "node-jq": "^6.0.1", | ||
|
|
||
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This was simplified (inlined into the deploy script) because if burning the owner keys, there's no future path for adding more strategies. |
This file was deleted.
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.
hardhat-ethers v3 requires hardhat v2 and ethers v6.
There's also hardhat-ethers v4, but it requires hardhat v3.
ethereum-contracts package still uses ethers v5, thus has an overriding import of hardhat-ethers v2 which depends on ethers v5.