Commit 1f0f119
committed
docker: Support multiple Ethereum networks
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.1 parent 9592fe2 commit 1f0f119
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
0 commit comments