from web3 import Web3
w3 = Web3(
Web3.HTTPProvider(
MY_ENDPOINT, request_kwargs={"timeout": 10000}
)
)
w3.eth.block_number # OK
w3.eth.get_balance('0x0123456789010101000000000000000000000000') # NOK
3 posts - 2 participants