Includes StakingInterface version in version painting

pull/2319/head
Kieran R. Prasch 2020-09-30 21:57:15 -07:00 committed by David Núñez
parent a8fea21e5f
commit 9986bc2d3f
1 changed files with 1 additions and 0 deletions

View File

@ -189,6 +189,7 @@ Registry ................ {registry.filepath}
preallocation_escrow_payload = f"""
{staking_interface_agent.contract_name} ......... {bare_contract.address}
~ Version .............. {bare_contract.version}
~ Ethers ............... {Web3.fromWei(blockchain.client.get_balance(bare_contract.address), 'ether')} ETH
~ Tokens ............... {NU.from_nunits(token_agent.get_balance(bare_contract.address))}
~ StakingInterfaceRouter {router_deployer.contract.address}