raiden
raiden copied to clipboard
URL formats similar to infura doesn't work
As part of the currently ongoing ETHOnline hackathon, one of the hackers is trying to use pocket.network as an RPC endpoint. This doesn't work and one of the pocket devs looked into it and wrote this:
Hello @czepluch the problem is that our Pocket Gateway uses a URL format similar to Infura's (scheme://<host:
return URI(f"https://{parsed_eth_rpc_endpoint.netloc}{parsed_eth_rpc_endpoint.path}") notice how you guys are using the .path attribute only for Infura URL's