Skip to content

Commit

Permalink
add new params to doc example
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Oct 30, 2024
1 parent ee4bb77 commit a57e6f6
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,18 @@ Komodo DeFi Framework is a true cross chain, cross protocol Decentralized Exchan
"protocol": "TCP"
},
{
"url": "electrum2.cipig.net:10063",
"url": "electrum2.cipig.net:20063",
"protocol": "SSL",
"disable_cert_verification": true
},
{
"url": "electrum3.cipig.net:20063",
"protocol": "SSL"
"ws_url": "electrum3.cipig.net:30063"
}
],
"min_connected": 1,
"max_connected": 2,
"userpass": "RPC_UserP@SSW0RD"
}
```
Expand Down

0 comments on commit a57e6f6

Please sign in to comment.