Skip to content

Commit

Permalink
use Ropsten for testnet - add HTLC address to config
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hatch committed Nov 14, 2017
1 parent 13313eb commit bc52702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.json.template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"stellarNetwork": "testnet",
"stellarAccountSecret": "<ed25519 secret seed>",
"ethereumNetwork": "rinkeby",
"ethereumNetwork": "ropsten",
"ethereumRPC": "http://localhost:8545",
"ethereumPublicAddress": "<ethereum public address>",
"telehashHashname": "<hashname>"
Expand Down
1 change: 1 addition & 0 deletions src/contracts/deployment.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"rinkeby": "0x12b3432188978a31f6e9a30a0de304b1a8f78722",
"ropsten": "0x131c7BA3eC8eBE69a6c58D084FD70aDFaCEC76c5",
"testrpc": "0x18ceb64e81dbe4ee06769f2a9e3e847a7ee6c6a9"
}

0 comments on commit bc52702

Please sign in to comment.