1
0
Files
electrum/electrum/chains/servers_regtest.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

9 lines
122 B
JSON

{
"127.0.0.1": {
"pruning": "-",
"s": "51002",
"t": "51001",
"version": "1.4"
}
}