Skip to content

Commit

Permalink
build: migrate to hardhat-verify
Browse files Browse the repository at this point in the history
  • Loading branch information
zarifpour committed Dec 6, 2023
1 parent f0e0bb6 commit ee48198
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 116 deletions.
2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require('hardhat-gas-reporter')
require('solidity-coverage')
require('solidity-docgen')
require('@openzeppelin/hardhat-upgrades')
require('@nomiclabs/hardhat-etherscan')
require('@nomicfoundation/hardhat-verify')
require('@nomicfoundation/hardhat-chai-matchers')

module.exports = {
Expand Down
233 changes: 119 additions & 114 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"homepage": "https://github.com/CMTA/CMTAT",
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@nomicfoundation/hardhat-verify": "^1.1.1",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/hardhat-upgrades": "^2.4.3",
"chai": "^4.3.7",
Expand Down

0 comments on commit ee48198

Please sign in to comment.