File tree Expand file tree Collapse file tree 3 files changed +2481
-3149
lines changed Expand file tree Collapse file tree 3 files changed +2481
-3149
lines changed Original file line number Diff line number Diff line change 11import { HardhatUserConfig } from "hardhat/config"
22
33import "@keep-network/hardhat-helpers"
4+ import "@nomicfoundation/hardhat-verify" ;
45import "@nomiclabs/hardhat-waffle"
56import "@openzeppelin/hardhat-upgrades"
67import "@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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments