Skip to content

Commit

Permalink
chore: output 'plasma_framework_tx_hash' and 'authority_address' in m…
Browse files Browse the repository at this point in the history
…igration

elixir-omg need the output to run their service
  • Loading branch information
boolafish committed Oct 4, 2019
1 parent 7b8a264 commit 35802c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plasma_framework/migrations/6_output_results.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ module.exports = async (_) => {
const paymentExitGame = await plasmaFramework.exitGames(config.registerKeys.txTypes.payment);

console.log(JSON.stringify({
plasma_framework_tx_hash: `${PlasmaFramework.network.transactionHash}`.toLowerCase(),
plasma_framework: `${plasmaFramework.address}`.toLowerCase(),
eth_vault: `${ethVault}`.toLowerCase(),
erc20_vault: `${erc20Vault}`.toLowerCase(),
payment_exit_game: `${paymentExitGame}`.toLowerCase(),
authority_address: `${global.authorityAddress}`.toLowerCase(),
}));
};

0 comments on commit 35802c2

Please sign in to comment.