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 3b633e6 commit c34e6f4Copy full SHA for c34e6f4
scripts/deploy-DE.js
@@ -1,4 +1,5 @@
1
-import { ethers } from "hardhat";
+import hre from "hardhat";
2
+const { ethers } = hre;
3
4
async function main() {
5
// Addresses
scripts/deploy.js
// Replace with your actual owner address
0 commit comments