Skip to content

Commit 8823e1f

Browse files
committed
Remove args from deployContract script
1 parent 350a3fe commit 8823e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blockchain/contracts/scripts/deployContract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { hardhatDeployAndVerifySingleContract } from './utils';
88
const { ethers } = hre;
99

1010
// CONFIGURE THIS //
11-
const args: any[] = ['0x0A88e4A0A371F783fCc2dd802f214EAF48D1C6a9', 0];
11+
const args: any[] = [];
1212

1313
async function run() {
1414
const inputs = await getInputsFromCliOptions();

0 commit comments

Comments
 (0)