Skip to content

Commit 1b8ec38

Browse files
committed
Use @nomiclabs/hardhat-verify
1 parent 06de35f commit 1b8ec38

File tree

3 files changed

+2481
-3149
lines changed

3 files changed

+2481
-3149
lines changed

hardhat.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { HardhatUserConfig } from "hardhat/config"
22

33
import "@keep-network/hardhat-helpers"
4+
import "@nomicfoundation/hardhat-verify";
45
import "@nomiclabs/hardhat-waffle"
56
import "@openzeppelin/hardhat-upgrades"
67
import "@tenderly/hardhat-tenderly"
@@ -86,6 +87,9 @@ const config: HardhatUserConfig = {
8687
apiKey: process.env.ETHERSCAN_API_KEY,
8788
},
8889
},
90+
etherscan: {
91+
apiKey: process.env.ETHERSCAN_API_KEY,
92+
},
8993
external: {
9094
deployments: {
9195
// For hardhat environment we can fork the mainnet, so we need to point it

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"devDependencies": {
3333
"@keep-network/hardhat-helpers": "^0.6.0-pre.8",
3434
"@keep-network/prettier-config-keep": "github:keep-network/prettier-config-keep#d6ec02e",
35+
"@nomicfoundation/hardhat-verify": "^2.0.1",
3536
"@nomiclabs/hardhat-ethers": "^2.0.2",
3637
"@nomiclabs/hardhat-waffle": "^2.0.1",
3738
"@openzeppelin/hardhat-upgrades": "^1.12.0",

0 commit comments

Comments
 (0)