You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This splits up the `ethereum` environment variable into multiple strings
and passes each value on to graph-node as a separate `--ethereum-rpc`
argument. Prior to this, a value like
```
ethereum: "mainnet:... ropsten:..."
```
would be passed in as a single `--ethereum-rpc` argument and would fail
to parse.
0 commit comments