Skip to content

Commit

Permalink
Merge pull request #835 from KomodoPlatform/json-config-update
Browse files Browse the repository at this point in the history
[BOT] Update coins config json
  • Loading branch information
cipig authored Oct 4, 2023
2 parents 05044e2 + cd2fc4a commit b61b1d9
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 14 deletions.
16 changes: 11 additions & 5 deletions utils/coins_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2061,6 +2061,11 @@
"protocol": "SSL",
"disable_cert_verification": true,
"ws_url": "failover.aur.ewmcx.biz:50003"
},
{
"url": "lenoir.ecoincore.com:12343",
"protocol": "SSL",
"disable_cert_verification": false
}
],
"explorer_block_url": "block.dws?"
Expand Down Expand Up @@ -10919,6 +10924,12 @@
"protocol": "SSL",
"disable_cert_verification": true,
"ws_url": "holland.ecoincore.com:11019"
},
{
"url": "lenoir.ecoincore.com:11017",
"protocol": "SSL",
"disable_cert_verification": true,
"ws_url": "lenoir.ecoincore.com:11019"
}
],
"explorer_block_url": "block.dws?"
Expand Down Expand Up @@ -36976,11 +36987,6 @@
},
"derivation_path": "m/44'/19167'",
"electrum": [
{
"url": "electrumx2.runonflux.io:50001",
"protocol": "TCP",
"ws_url": "electrumx2.runonflux.io:50004"
},
{
"url": "electrumx.runonflux.io:50002",
"protocol": "SSL",
Expand Down
11 changes: 11 additions & 0 deletions utils/coins_config_ssl.json
Original file line number Diff line number Diff line change
Expand Up @@ -2028,6 +2028,11 @@
"protocol": "SSL",
"disable_cert_verification": true,
"ws_url": "failover.aur.ewmcx.biz:50003"
},
{
"url": "lenoir.ecoincore.com:12343",
"protocol": "SSL",
"disable_cert_verification": false
}
],
"explorer_block_url": "block.dws?"
Expand Down Expand Up @@ -9941,6 +9946,12 @@
"protocol": "SSL",
"disable_cert_verification": true,
"ws_url": "holland.ecoincore.com:11019"
},
{
"url": "lenoir.ecoincore.com:11017",
"protocol": "SSL",
"disable_cert_verification": true,
"ws_url": "lenoir.ecoincore.com:11019"
}
],
"explorer_block_url": "block.dws?"
Expand Down
16 changes: 11 additions & 5 deletions utils/coins_config_tcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -1900,6 +1900,11 @@
"protocol": "SSL",
"disable_cert_verification": true,
"ws_url": "failover.aur.ewmcx.biz:50003"
},
{
"url": "lenoir.ecoincore.com:12343",
"protocol": "SSL",
"disable_cert_verification": false
}
],
"explorer_block_url": "block.dws?"
Expand Down Expand Up @@ -9878,6 +9883,12 @@
"protocol": "SSL",
"disable_cert_verification": true,
"ws_url": "holland.ecoincore.com:11019"
},
{
"url": "lenoir.ecoincore.com:11017",
"protocol": "SSL",
"disable_cert_verification": true,
"ws_url": "lenoir.ecoincore.com:11019"
}
],
"explorer_block_url": "block.dws?"
Expand Down Expand Up @@ -32681,11 +32692,6 @@
"protocol": "SSL",
"disable_cert_verification": true,
"ws_url": "electrumx.runonflux.io:50004"
},
{
"url": "electrumx2.runonflux.io:50001",
"protocol": "TCP",
"ws_url": "electrumx2.runonflux.io:50004"
}
],
"explorer_block_url": "block/"
Expand Down
8 changes: 4 additions & 4 deletions utils/coins_config_wss.json
Original file line number Diff line number Diff line change
Expand Up @@ -9373,6 +9373,10 @@
{
"url": "holland.ecoincore.com:11019",
"protocol": "WSS"
},
{
"url": "lenoir.ecoincore.com:11019",
"protocol": "WSS"
}
],
"explorer_block_url": "block.dws?"
Expand Down Expand Up @@ -30974,10 +30978,6 @@
},
"derivation_path": "m/44'/19167'",
"electrum": [
{
"url": "electrumx2.runonflux.io:50004",
"protocol": "WSS"
},
{
"url": "electrumx.runonflux.io:50004",
"protocol": "WSS"
Expand Down

0 comments on commit b61b1d9

Please sign in to comment.