Skip to content

Commit f8a4683

Browse files
committed
fix: fixed hardhat config
1 parent 0bc0d7d commit f8a4683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import "module-alias/register";
22

33
import "@nomicfoundation/hardhat-chai-matchers";
4-
import "@nomiclabs/hardhat-etherscan";
4+
import "@nomicfoundation/hardhat-verify";
55
import "@openzeppelin/hardhat-upgrades";
66
import "@typechain/hardhat";
77
import * as dotenv from "dotenv";

0 commit comments

Comments
 (0)