diff --git a/scripts/create-proxy.js b/scripts/create-proxy.js index 44bfa03..e2aabf9 100644 --- a/scripts/create-proxy.js +++ b/scripts/create-proxy.js @@ -36,7 +36,7 @@ async function main() { const blocksVetoPeriod = 40320; // 7 days; 15 seconds block time - await deployContractProxy('Contributor'); + await deployContractProxy('Contributor', [ '0x0000000000000000000000000000000000000000' ] ); await deployContractProxy('Contribution', [ blocksVetoPeriod ]); await deployContractProxy('Token'); await deployContractProxy('Reimbursement');