Skip to content

Commit

Permalink
Merge branch 'develop' into arbitrary-message-bridging-#73
Browse files Browse the repository at this point in the history
# Conflicts:
#	deploy/package-lock.json
  • Loading branch information
patitonar committed May 24, 2019
2 parents 9a48868 + bbb97a6 commit 1b99d75
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions deploy/src/erc_to_erc/foreign.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,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/erc_to_erc/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,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: isRewardableBridge && BLOCK_REWARD_ADDRESS === ZERO_ADDRESS,
Expand Down
1 change: 1 addition & 0 deletions deploy/src/erc_to_native/foreign.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,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

0 comments on commit 1b99d75

Please sign in to comment.