Skip to content

Commit

Permalink
Merge pull request #1251 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 Jan 13, 2025
2 parents 78ed18c + 6eb74a7 commit e274bc5
Show file tree
Hide file tree
Showing 5 changed files with 795 additions and 703 deletions.
22 changes: 22 additions & 0 deletions utils/coins_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8695,6 +8695,11 @@
},
"derivation_path": "m/44'/34'",
"electrum": [
{
"url": "chicago.ecoincore.com:34333",
"protocol": "SSL",
"disable_cert_verification": true
},
{
"url": "holland.ecoincore.com:34333",
"protocol": "SSL",
Expand Down Expand Up @@ -8760,6 +8765,11 @@
},
"derivation_path": "m/44'/34'",
"electrum": [
{
"url": "chicago.ecoincore.com:34333",
"protocol": "SSL",
"disable_cert_verification": true
},
{
"url": "holland.ecoincore.com:34333",
"protocol": "SSL",
Expand Down Expand Up @@ -9284,6 +9294,18 @@
}
],
"protocol": "TCP"
},
{
"url": "electrum2.mooo.com:10007",
"contact": [
{
"email": "[email protected]"
},
{
"discord": "honglu69#5911"
}
],
"protocol": "TCP"
}
],
"explorer_block_url": "block/"
Expand Down
10 changes: 10 additions & 0 deletions utils/coins_config_ssl.json
Original file line number Diff line number Diff line change
Expand Up @@ -7830,6 +7830,11 @@
},
"derivation_path": "m/44'/34'",
"electrum": [
{
"url": "chicago.ecoincore.com:34333",
"protocol": "SSL",
"disable_cert_verification": true
},
{
"url": "holland.ecoincore.com:34333",
"protocol": "SSL",
Expand Down Expand Up @@ -7885,6 +7890,11 @@
},
"derivation_path": "m/44'/34'",
"electrum": [
{
"url": "chicago.ecoincore.com:34333",
"protocol": "SSL",
"disable_cert_verification": true
},
{
"url": "holland.ecoincore.com:34333",
"protocol": "SSL",
Expand Down
22 changes: 22 additions & 0 deletions utils/coins_config_tcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -7665,6 +7665,11 @@
},
"derivation_path": "m/44'/34'",
"electrum": [
{
"url": "chicago.ecoincore.com:34333",
"protocol": "SSL",
"disable_cert_verification": true
},
{
"url": "holland.ecoincore.com:34333",
"protocol": "SSL",
Expand Down Expand Up @@ -7720,6 +7725,11 @@
},
"derivation_path": "m/44'/34'",
"electrum": [
{
"url": "chicago.ecoincore.com:34333",
"protocol": "SSL",
"disable_cert_verification": true
},
{
"url": "holland.ecoincore.com:34333",
"protocol": "SSL",
Expand Down Expand Up @@ -8214,6 +8224,18 @@
}
],
"protocol": "TCP"
},
{
"url": "electrum2.mooo.com:10007",
"contact": [
{
"email": "[email protected]"
},
{
"discord": "honglu69#5911"
}
],
"protocol": "TCP"
}
],
"explorer_block_url": "block/"
Expand Down
22 changes: 22 additions & 0 deletions utils/coins_config_unfiltered.json
Original file line number Diff line number Diff line change
Expand Up @@ -8770,6 +8770,11 @@
},
"derivation_path": "m/44'/34'",
"electrum": [
{
"url": "chicago.ecoincore.com:34333",
"protocol": "SSL",
"disable_cert_verification": true
},
{
"url": "holland.ecoincore.com:34333",
"protocol": "SSL",
Expand Down Expand Up @@ -8835,6 +8840,11 @@
},
"derivation_path": "m/44'/34'",
"electrum": [
{
"url": "chicago.ecoincore.com:34333",
"protocol": "SSL",
"disable_cert_verification": true
},
{
"url": "holland.ecoincore.com:34333",
"protocol": "SSL",
Expand Down Expand Up @@ -9359,6 +9369,18 @@
}
],
"protocol": "TCP"
},
{
"url": "electrum2.mooo.com:10007",
"contact": [
{
"email": "[email protected]"
},
{
"discord": "honglu69#5911"
}
],
"protocol": "TCP"
}
],
"explorer_block_url": "block/"
Expand Down
Loading

0 comments on commit e274bc5

Please sign in to comment.