Daniel Camargo
Daniel Camargo
#### Problem We at Triton One have seen many developers facing an error like this when using the web3js: ``` FetchError: request to https://client.rpcpool.com/ failed, reason: socket hang up at...
**Describe the bug** I'm able to change all the listen addresses below: ``` --listen-addr /ip4//tcp/9933/ws \ --listen-addr /ip4//tcp/9933/http \ --listen-addr /ip4/0.0.0.0/tcp/30334 \ --listen-addr /ip4/0.0.0.0/tcp/30333 \ --listen-addr /ip6/::/tcp/30334 \ --listen-addr /ip6/::/tcp/30333...
Note: This PR Is not ready yet It's likely the fixes from xLabs will be included in the next release cycle https://github.com/0xPolygonHermez/cdk-erigon/issues/441, which will imply new operators just need to...