Skip to content

Commit a18f933

Browse files
committed
Add missing import for @nomiclabs/hardhat-etherscan
1 parent e06686e commit a18f933

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hardhat.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import "@keep-network/hardhat-helpers"
44
import "@keep-network/hardhat-local-networks-config"
55
import "@nomiclabs/hardhat-waffle"
66
import "@nomiclabs/hardhat-ethers"
7+
import "@nomiclabs/hardhat-etherscan"
78
import "hardhat-gas-reporter"
89
import "hardhat-deploy"
910
import "hardhat-dependency-compiler"

0 commit comments

Comments
 (0)