From 9986bc2d3f7685a26c5e62fed6fda7ea660ea5f0 Mon Sep 17 00:00:00 2001 From: "Kieran R. Prasch" Date: Wed, 30 Sep 2020 21:57:15 -0700 Subject: [PATCH] Includes StakingInterface version in version painting --- nucypher/cli/painting/deployment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nucypher/cli/painting/deployment.py b/nucypher/cli/painting/deployment.py index 5a2a1144e..4e99fd924 100644 --- a/nucypher/cli/painting/deployment.py +++ b/nucypher/cli/painting/deployment.py @@ -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}