From 1e4eaafc3e1aecfa9c4eb0f0d4d61e4c39330f24 Mon Sep 17 00:00:00 2001 From: Nguyen Sy Thanh Son Date: Wed, 22 Aug 2018 11:09:06 +0700 Subject: [PATCH] Update config.json --- config.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config.json b/config.json index 8d0438c..cae676a 100755 --- a/config.json +++ b/config.json @@ -5,13 +5,12 @@ "secret": "6LeKZEAUAAAAAHNB3uSrfvTIebV-kH4w77nykq8J" }, "Ethereum": { - "networkId": 89, "etherToTransfer": 15, "gasLimit": "0x7b0c", "live": { - "rpc": "https://core.tomocoin.io", + "rpc": "https://testnet.tomochain.com", "account": "0xfa6FC26F897027289017bEC8279a3b4b2F3c50D4", - "privateKey": "a9b4e89b1a4b8139a0ee1772b7b13e98cc6b590c89609b86d780fe84bddc1aef" + "privateKey": "xxx" } } }