Add experimental Ethereum Classic blockbook implementation

This commit is contained in:
Martin Boehm 2018-09-05 15:50:27 +02:00
parent 9b2d408ee4
commit b8dede857c

View File

@ -34,6 +34,7 @@ func init() {
blockChainFactories["Zcash"] = zec.NewZCashRPC
blockChainFactories["Zcash Testnet"] = zec.NewZCashRPC
blockChainFactories["Ethereum"] = eth.NewEthereumRPC
blockChainFactories["Ethereum Classic"] = eth.NewEthereumRPC
blockChainFactories["Ethereum Testnet Ropsten"] = eth.NewEthereumRPC
blockChainFactories["Bcash"] = bch.NewBCashRPC
blockChainFactories["Bcash Testnet"] = bch.NewBCashRPC