-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web3.py
cannot connect to Westend Asset Hub
#26
Comments
Thanks for the report, |
For reference this just call
On geth the response is
|
This can be easily added here Maybe use a technique similar to what we do in Revive here to pull the commit sha https://github.com/paritytech/revive/blob/main/crates/solidity/build.rs?plain=1#L1-L7 |
Implements the `web3_clientVersion` method. This is a common requirement for external Ethereum libraries when querying a client. Fixes paritytech/contract-issues#26. --------- Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
I am unable to connect to the Westend Asset Hub RPC endpoint using
Web3.py
. The connection check (web3.is_connected()
) consistently returnsFalse
.Steps to Reproduce:
python -m venv venv source venv/bin/activate pip install web3
The text was updated successfully, but these errors were encountered: