Skip to content

Commit

Permalink
Merge pull request #32 from seunghwalee-max/fix/deploy_script
Browse files Browse the repository at this point in the history
Fixed the deploy script
jsong1230 authored Mar 28, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 0c70146 + de58621 commit ea6fe71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion metadium/scripts/deploy-governance.js
Original file line number Diff line number Diff line change
@@ -194,7 +194,8 @@ var GovernanceDeployer = new function() {
var code = Staking_contract.getData(registry.address, initData.stakes,
{data: Staking_data})
staking = this.deployContract(code)
ballotStorage = this.deployContract(BallotStorage_data)
code = BallotStorage_contract.getData(registry.address, {data:BallotStorage_data})
ballotStorage = this.deployContract(code)
code = EnvStorage_contract.getData(registry.address, envStorageImp.address,
{data: EnvStorage_data})
envStorage = this.deployContract(code)

0 comments on commit ea6fe71

Please sign in to comment.