Files
pallectrum/electrum/chains/servers_testnet4.json
SomberNight 9bef4a5322 constants: move mainnet/testnet/regtest-specific json files to chains/
note: I find "chains" less ambiguous than "networks" or "net".
Though the codebase already uses "net"/"network" for the same meaning,
e.g. see `electrum.constants.net` or the `getinfo` cmd dict containing a "network" key.. :/
2025-01-27 13:40:41 +00:00

15 lines
274 B
JSON

{
"testnet4-electrumx.wakiyamap.dev": {
"pruning": "-",
"s": "51002",
"t": "51001",
"version": "1.4"
},
"blackie.c3-soft.com": {
"pruning": "-",
"s": "57010",
"t": "57009",
"version": "1.4"
}
}