Skip to content

Commit

Permalink
Update coins json file (#1230)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Dec 28, 2024
1 parent f12f0a4 commit 905fceb
Show file tree
Hide file tree
Showing 6 changed files with 743 additions and 676 deletions.
24 changes: 23 additions & 1 deletion utils/coins_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,16 @@
}
]
},
{
"url": "elec-seeder-one.artbytecoin.org:50012",
"protocol": "SSL",
"disable_cert_verification": true
},
{
"url": "elec-seeder-one.artbytecoin.org:50013",
"protocol": "WSS",
"disable_cert_verification": true
},
{
"url": "elec-seeder-two.artbytecoin.org:50012",
"protocol": "SSL"
Expand Down Expand Up @@ -45812,6 +45822,10 @@
{
"url": "electrumx.mainnet.primecoin.org:50011",
"protocol": "TCP"
},
{
"url": "electrumx.primecoin.org:50001",
"protocol": "TCP"
}
],
"explorer_block_url": "block/"
Expand Down Expand Up @@ -46562,9 +46576,17 @@
"derivation_path": "m/44'/77'",
"electrum": [
{
"url": "88.99.26.209:5036",
"url": "electrum-verge.cloud:50001",
"protocol": "TCP"
},
{
"url": "electrum-verge.cloud:50002",
"protocol": "SSL"
},
{
"url": "electrum-verge.cloud:50004",
"protocol": "WSS"
},
{
"url": "electrumx-verge.cloud:50001",
"protocol": "TCP"
Expand Down
9 changes: 9 additions & 0 deletions utils/coins_config_ssl.json
Original file line number Diff line number Diff line change
Expand Up @@ -1038,6 +1038,11 @@
}
]
},
{
"url": "elec-seeder-one.artbytecoin.org:50012",
"protocol": "SSL",
"disable_cert_verification": true
},
{
"url": "elec-seeder-two.artbytecoin.org:50012",
"protocol": "SSL"
Expand Down Expand Up @@ -41040,6 +41045,10 @@
},
"derivation_path": "m/44'/77'",
"electrum": [
{
"url": "electrum-verge.cloud:50002",
"protocol": "SSL"
},
{
"url": "electrumx-verge.cloud:50002",
"protocol": "SSL"
Expand Down
15 changes: 12 additions & 3 deletions utils/coins_config_tcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,11 @@
}
]
},
{
"url": "elec-seeder-one.artbytecoin.org:50012",
"protocol": "SSL",
"disable_cert_verification": true
},
{
"url": "elec-seeder-two.artbytecoin.org:50012",
"protocol": "SSL"
Expand Down Expand Up @@ -39919,6 +39924,10 @@
{
"url": "electrumx.mainnet.primecoin.org:50011",
"protocol": "TCP"
},
{
"url": "electrumx.primecoin.org:50001",
"protocol": "TCP"
}
],
"explorer_block_url": "block/"
Expand Down Expand Up @@ -40538,12 +40547,12 @@
"derivation_path": "m/44'/77'",
"electrum": [
{
"url": "electrumx-verge.cloud:50002",
"url": "electrum-verge.cloud:50002",
"protocol": "SSL"
},
{
"url": "88.99.26.209:5036",
"protocol": "TCP"
"url": "electrumx-verge.cloud:50002",
"protocol": "SSL"
}
],
"explorer_block_url": "block/",
Expand Down
24 changes: 23 additions & 1 deletion utils/coins_config_unfiltered.json
Original file line number Diff line number Diff line change
Expand Up @@ -1059,6 +1059,16 @@
}
]
},
{
"url": "elec-seeder-one.artbytecoin.org:50012",
"protocol": "SSL",
"disable_cert_verification": true
},
{
"url": "elec-seeder-one.artbytecoin.org:50013",
"protocol": "WSS",
"disable_cert_verification": true
},
{
"url": "elec-seeder-two.artbytecoin.org:50012",
"protocol": "SSL"
Expand Down Expand Up @@ -46225,6 +46235,10 @@
{
"url": "electrumx.mainnet.primecoin.org:50011",
"protocol": "TCP"
},
{
"url": "electrumx.primecoin.org:50001",
"protocol": "TCP"
}
],
"explorer_block_url": "block/"
Expand Down Expand Up @@ -46975,9 +46989,17 @@
"derivation_path": "m/44'/77'",
"electrum": [
{
"url": "88.99.26.209:5036",
"url": "electrum-verge.cloud:50001",
"protocol": "TCP"
},
{
"url": "electrum-verge.cloud:50002",
"protocol": "SSL"
},
{
"url": "electrum-verge.cloud:50004",
"protocol": "WSS"
},
{
"url": "electrumx-verge.cloud:50001",
"protocol": "TCP"
Expand Down
9 changes: 9 additions & 0 deletions utils/coins_config_wss.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
}
]
},
{
"url": "elec-seeder-one.artbytecoin.org:50013",
"protocol": "WSS",
"disable_cert_verification": true
},
{
"url": "elec-seeder-two.artbytecoin.org:50013",
"protocol": "WSS"
Expand Down Expand Up @@ -6995,6 +7000,10 @@
},
"derivation_path": "m/44'/77'",
"electrum": [
{
"url": "electrum-verge.cloud:50004",
"protocol": "WSS"
},
{
"url": "electrumx-verge.cloud:50004",
"protocol": "WSS"
Expand Down
Loading

0 comments on commit 905fceb

Please sign in to comment.