Configuration
>>> from web3 import Web3, HTTPProvider
>>> from pyflex.deployment import GfDeployment>>> ETH_RPC_URL = "http://13.59.107.140:8545"
>>> web3 = Web3(HTTPProvider(endpoint_uri=ETH_RPC_URL, request_kwargs={"timeout": 60}))>>> geb = GfDeployment.from_node(web3, 'rai')Last updated