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