blockbook/configs/ethereum.json
Martin Boehm 407dd7a5b0 Rename bitcoin and ethereum config json files.
It is necessary to clear the internal state in DB after coin rename:
ldb --db=<datadir> --column_family=default delete internalState
2018-06-05 16:21:54 +02:00

6 lines
85 B
JSON

{
"coin_name": "Ethereum",
"rpcURL": "ws://localhost:8036",
"rpcTimeout": 25
}