Skip to content

Commit 16af6b3

Browse files
committed
upgrade to hardhat verify v2
1 parent 0457346 commit 16af6b3

File tree

3 files changed

+1425
-3651
lines changed

3 files changed

+1425
-3651
lines changed

hardhat.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
require('@nomicfoundation/hardhat-toolbox');
1+
require("@nomicfoundation/hardhat-ethers");
2+
require("@nomicfoundation/hardhat-verify");
23
require('@openzeppelin/hardhat-upgrades');
34
require('./script/deploy_zklink');
45
require('./script/deploy_arbitrator');

0 commit comments

Comments
 (0)