We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350a3fe commit 8823e1fCopy full SHA for 8823e1f
blockchain/contracts/scripts/deployContract.ts
@@ -8,7 +8,7 @@ import { hardhatDeployAndVerifySingleContract } from './utils';
8
const { ethers } = hre;
9
10
// CONFIGURE THIS //
11
-const args: any[] = ['0x0A88e4A0A371F783fCc2dd802f214EAF48D1C6a9', 0];
+const args: any[] = [];
12
13
async function run() {
14
const inputs = await getInputsFromCliOptions();
0 commit comments