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" } } }