diff --git a/configs/btc.json b/configs/bitcoin.json similarity index 89% rename from configs/btc.json rename to configs/bitcoin.json index 8cbbc218..97534f9c 100644 --- a/configs/btc.json +++ b/configs/bitcoin.json @@ -1,4 +1,5 @@ { + "coin_name": "Bitcoin", "rpcURL": "http://127.0.0.1:8030", "rpcUser": "rpc", "rpcPass": "rpc", @@ -8,4 +9,4 @@ "mempoolWorkers": 8, "mempoolSubWorkers": 2, "blockAddressesToKeep": 300 -} +} \ No newline at end of file diff --git a/configs/btc-testnet.json b/configs/bitcoin_testnet.json similarity index 89% rename from configs/btc-testnet.json rename to configs/bitcoin_testnet.json index 4d1f9745..0bb00bb4 100644 --- a/configs/btc-testnet.json +++ b/configs/bitcoin_testnet.json @@ -1,4 +1,5 @@ { + "coin_name": "Testnet", "rpcURL": "http://localhost:18030", "rpcUser": "rpc", "rpcPass": "rpc", @@ -8,4 +9,4 @@ "mempoolWorkers": 8, "mempoolSubWorkers": 2, "blockAddressesToKeep": 300 -} +} \ No newline at end of file diff --git a/configs/eth-testnet.json b/configs/ethererum_testnet_ropsten.json similarity index 57% rename from configs/eth-testnet.json rename to configs/ethererum_testnet_ropsten.json index f9174019..d89fc039 100644 --- a/configs/eth-testnet.json +++ b/configs/ethererum_testnet_ropsten.json @@ -1,4 +1,5 @@ { + "coin_name": "Ethereum Testnet Ropsten", "rpcURL": "ws://localhost:18036", "rpcTimeout": 25 } diff --git a/configs/eth.json b/configs/ethereum.json similarity index 68% rename from configs/eth.json rename to configs/ethereum.json index c5f5e3a0..1a3ec103 100644 --- a/configs/eth.json +++ b/configs/ethereum.json @@ -1,4 +1,5 @@ { + "coin_name": "Ethereum", "rpcURL": "ws://localhost:8036", "rpcTimeout": 25 }