Browse Source

example/config: add ethereum network to cashierd.toml file

ghassmo 4 years ago
parent
commit
c9766f169c
1 changed files with 5 additions and 0 deletions
  1. 5 0
      example/config/cashierd.toml

+ 5 - 0
example/config/cashierd.toml

@@ -58,3 +58,8 @@ keypair = ""
 name = "btc"
 blockchain = "testnet"
 keypair = ""
+
+[[networks]]
+name = "eth"
+blockchain = "ropsten"
+keypair = ""