Skip to content

Commit

Permalink
Merge pull request #923 from KomodoPlatform/coins
Browse files Browse the repository at this point in the history
use SSL electrums for VRSC
  • Loading branch information
Milerius authored May 18, 2021
2 parents 02a0fb3 + 18b77e7 commit 211694a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions assets/config/0.4.3-coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2507,13 +2507,19 @@
"coinpaprika_id": "vrsc-verus-coin",
"electrum": [
{
"url": "el3.verus.io:17485"
"url": "el0.verus.io:17486",
"protocol": "SSL",
"disable_cert_verification": false
},
{
"url": "el1.verus.io:17485"
"url": "el1.verus.io:17486",
"protocol": "SSL",
"disable_cert_verification": false
},
{
"url": "el2.verus.io:17485"
"url": "el2.verus.io:17486",
"protocol": "SSL",
"disable_cert_verification": false
}
],
"explorer_url": [
Expand Down

0 comments on commit 211694a

Please sign in to comment.