is_tenderly
Documentation for eth_defi.provider.tenderly.is_tenderly function.
- is_tenderly(web3)
Check if the given web3 instance is connected to Tenderly RPC.
- Parameters
web3 (web3.main.Web3) – Web3 instance to check
- Returns
True if the web3 instance is connected to Tenderly RPC, False otherwise
- Return type