Skip to content

Commit

Permalink
Use camelCase for keys in profile.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominator008 committed Apr 11, 2019
1 parent 9538ac6 commit dd719de
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions profile.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"ETHInstance": "wss://ropsten.infura.io/ws",
"SvrETHAddr": "f805979adde8d63d08490c7c965ee5c1df0aaae2",
"ChanAddr": "125d354e99e90fe0764992d1ae0c6146acf50795",
"ResolverAddr": "f44339a31f7b80db56151b75f26151c17f459a2a",
"DepositPoolAddr": "b255c4f6a8e2ea441f3eefd8370a42f998e00818",
"HTLRegistryAddr": "371ec109574ba8208a9d216e07d3a1f04caa054a",
"SvrRPC": "osp1-hack-ropsten.celer.app:10000",
"StoreDir": "celer-hackathon-ropsten",
"WebPort": "",
"WsOrigin": "http://celer.network",
"NoBlockDelay": true,
"ethInstance": "wss://ropsten.infura.io/ws",
"svrEthAddr": "f805979adde8d63d08490c7c965ee5c1df0aaae2",
"chanAddr": "125d354e99e90fe0764992d1ae0c6146acf50795",
"resolverAddr": "f44339a31f7b80db56151b75f26151c17f459a2a",
"depositPoolAddr": "b255c4f6a8e2ea441f3eefd8370a42f998e00818",
"htlRegistryAddr": "371ec109574ba8208a9d216e07d3a1f04caa054a",
"svrRpc": "osp1-hack-ropsten.celer.app:10000",
"storeDir": "celer-hackathon-ropsten",
"webPort": "",
"wsOrigin": "http://celer.network",
"noBlockDelay": true,
"tokens": [
{
"name": "GT",
Expand Down

0 comments on commit dd719de

Please sign in to comment.