create_web3_config#

create_web3_config(json_rpc_binance, json_rpc_polygon, json_rpc_avalanche, json_rpc_ethereum, gas_price_method=None)[source]#

Create Web3 connection to the live node we are executing against.

Return web3:

Connect to any passed JSON RPC URL

Parameters:

gas_price_method (Optional[GasPriceMethod]) –

Return type:

Optional[Web3Config]