mirror of https://github.com/nucypher/nucypher.git
Includes StakingInterface version in version painting
parent
a8fea21e5f
commit
9986bc2d3f
|
@ -189,6 +189,7 @@ Registry ................ {registry.filepath}
|
||||||
|
|
||||||
preallocation_escrow_payload = f"""
|
preallocation_escrow_payload = f"""
|
||||||
{staking_interface_agent.contract_name} ......... {bare_contract.address}
|
{staking_interface_agent.contract_name} ......... {bare_contract.address}
|
||||||
|
~ Version .............. {bare_contract.version}
|
||||||
~ Ethers ............... {Web3.fromWei(blockchain.client.get_balance(bare_contract.address), 'ether')} ETH
|
~ Ethers ............... {Web3.fromWei(blockchain.client.get_balance(bare_contract.address), 'ether')} ETH
|
||||||
~ Tokens ............... {NU.from_nunits(token_agent.get_balance(bare_contract.address))}
|
~ Tokens ............... {NU.from_nunits(token_agent.get_balance(bare_contract.address))}
|
||||||
~ StakingInterfaceRouter {router_deployer.contract.address}
|
~ StakingInterfaceRouter {router_deployer.contract.address}
|
||||||
|
|
Loading…
Reference in New Issue