Browse Source

dnet: add evgrd to dnet config defaults

darkfi 1 year ago
parent
commit
3af9c5cd56
1 changed files with 6 additions and 0 deletions
  1. 6 0
      bin/dnet/dnet_config.toml

+ 6 - 0
bin/dnet/dnet_config.toml

@@ -10,6 +10,12 @@ host = "localhost"
 port = 23330
 type = "NORMAL"
 
+#[[nodes]]
+#name = "evgrd"
+#host = "localhost"
+#port = 26690
+#type = "NORMAL"
+
 #[[nodes]]
 #name = "lilith"
 #host = "localhost"