Add preset none

This commit is contained in:
Arnaud 2026-05-26 16:24:39 +04:00
parent ca46521a63
commit cd6ba705a6
No known key found for this signature in database
GPG Key ID: A6C7C781817146FA

View File

@ -53,6 +53,7 @@ proc `bootstrapNodes`*(self: NetworkPreset): seq[SignedPeerRecord] =
result.add(parse(SignedPeerRecord, record).tryGet())
const NetworkPresets* = [
NetworkPreset.init("none", "No bootstrap nodes", @[]),
NetworkPreset.init(
"logos.test",
"Logos testnet",