I'm wondering if you could please update it to work with node providers like Chainstack.
Chainstack nodes use Geth and support RPC. The only issue is that (as I understand) is this package expects an IP address and Chainstack uses a hostname with basic auth. A Geth node with RPC from Chainstack has a hostname like https://user-name:pass-word@nd-123-456-789.p2pify.com.
So using it is resulting in an error similar to this:
Thanks a lot for this package.
I'm wondering if you could please update it to work with node providers like Chainstack.
Chainstack nodes use Geth and support RPC. The only issue is that (as I understand) is this package expects an IP address and Chainstack uses a hostname with basic auth. A Geth node with RPC from Chainstack has a hostname like
https://user-name:pass-word@nd-123-456-789.p2pify.com
.So using it is resulting in an error similar to this:
By looking here and here I think the package expects an IP address.
Thanks!