This repository has been archived by the owner on Nov 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 266
Unsupported Web3 Methods #342
Comments
I've seen this before, and it is to do with the RPC you are using. Try using an ANKR RPC! :) |
Hi ser, thanks for poiting it out. It went smoothly with ankr rpc :) I am now testing it with my RETH node with |
Solved this problem by modifying the block number from int to dex in
Is it standard practice to pass block numbers as integers, as used in the codebase? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the poetry file, it shows it is using
web3=5.23
while I tried this version locally and there's no method calledget_block_receipts
. Has anyone met a similar problem before?The text was updated successfully, but these errors were encountered: