We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0457346 commit 16af6b3Copy full SHA for 16af6b3
hardhat.config.js
@@ -1,4 +1,5 @@
1
-require('@nomicfoundation/hardhat-toolbox');
+require("@nomicfoundation/hardhat-ethers");
2
+require("@nomicfoundation/hardhat-verify");
3
require('@openzeppelin/hardhat-upgrades');
4
require('./script/deploy_zklink');
5
require('./script/deploy_arbitrator');
0 commit comments