ACCOUNT_ADDRESS = '0x21ea59FC5cE54a827E20BC9b736FeeD8F9C880Ff' HOST_ADDRESS = 'http://10.23.10.71:8501' #Contracts info CONTRACTS = { '01':{ 'address': '0x5B063742464f4c81EAE6B597DceaEe619F46d5aE', 'abi': [{"constant":False,"inputs":[{"name":"hash","type":"uint256"}],"name":"put","outputs":[],"payable":False,"stateMutability":"nonpayable","type":"function"},{"constant":True,"inputs":[{"name":"hash","type":"uint256"}],"name":"get","outputs":[{"name":"","type":"uint256"}],"payable":False,"stateMutability":"view","type":"function"}] , }, } CURRENT_CONTRACT_VERSION = '01'