Răsfoiți Sursa

localnets: lilith default rpc url fixed in config

aggstam 3 ani în urmă
părinte
comite
1881cce93d

+ 2 - 2
contrib/localnet/lilith_config.toml

@@ -6,8 +6,8 @@
 ## The default values are left commented. They can be overridden either by
 ## uncommenting, or by using the command-line.
 
-# Daemon published url, common for all enabled networks
-#urls = ["tcp://127.0.0.1"]
+# JSON-RPC listen URL
+#rpc_listen = "tcp://127.0.0.1:18927"
 
 # Daemon published urls, common for all enabled networks
 urls = ["tcp://127.0.0.1"]

+ 2 - 2
script/research/fud/localnet/lilith_config.toml

@@ -6,8 +6,8 @@
 ## The default values are left commented. They can be overridden either by
 ## uncommenting, or by using the command-line.
 
-# Daemon published url, common for all enabled networks
-#urls = ["tcp://127.0.0.1"]
+# JSON-RPC listen URL
+#rpc_listen = "tcp://127.0.0.1:18927"
 
 # Daemon published url, common for all enabled networks
 url = ["tcp://127.0.0.1"]