From db3a3f5934164b67a65850f38776981a38659b66 Mon Sep 17 00:00:00 2001 From: ssallam Date: Thu, 28 Jun 2018 16:40:14 +0200 Subject: [PATCH] Update documentation --- parity/README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/parity/README.md b/parity/README.md index 1213169..d553e18 100644 --- a/parity/README.md +++ b/parity/README.md @@ -93,4 +93,19 @@ volumes: "eip658Transition": 0 ``` * The problem is reported in `https://github.com/paritytech/parity/issues/8503` and `https://github.com/ethereum/solidity/issues/3969` - \ No newline at end of file + +## The ocean test net +The private test net is running on Azure VM `ocn-hackaton` with ip address `40.115.16.244` + +To connect to the network, provide the ip address and use port `8545` + +To deploy keeper-contracts, use the following in your truffle.js file: +``` +ocean_poa_net: { + host: 'http://40.115.16.244', + port: 8545, + network_id: '*', + gas: 6000000, + from: "0x00bd138abd70e2f00903268f3db08f2d25677c9e" +}, +``` \ No newline at end of file