Skip to content

Commit

Permalink
Fix amb deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
patitonar committed May 24, 2019
1 parent dd50c71 commit 9a48868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/src/arbitrary_message/foreign.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ async function deployForeign() {
nonce++

console.log('\ninitializing Foreign Bridge Validators with following parameters:\n')
bridgeValidatorsForeign.options.address = storageValidatorsForeign.options.address
await initializeValidators({
contract: bridgeValidatorsForeign,
isRewardableBridge: false,
Expand Down
1 change: 1 addition & 0 deletions deploy/src/arbitrary_message/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ async function deployHome() {
nonce++

console.log('\ninitializing Home Bridge Validators with following parameters:\n')
bridgeValidatorsHome.options.address = storageValidatorsHome.options.address
await initializeValidators({
contract: bridgeValidatorsHome,
isRewardableBridge: false,
Expand Down

0 comments on commit 9a48868

Please sign in to comment.