From 513ced6a70702bf16ea1b9d1a29af43547e44e7f Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 2 Oct 2025 20:07:23 -0400 Subject: [PATCH] Wow, update root `conf.toml` to new multiaddr style I don't know how this wasn't already committed but.. drops the legacy `marketstore` tsdb socket info vars since we're going all in on `nativedb` BP --- config/conf.toml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config/conf.toml b/config/conf.toml index a14f6bdd..1f2a64bc 100644 --- a/config/conf.toml +++ b/config/conf.toml @@ -1,7 +1,9 @@ [network] -tsdb.backend = 'marketstore' -tsdb.host = 'localhost' -tsdb.grpc_port = 5995 +pikerd = [ + '/ipv4/127.0.0.1/tcp/6116', # std localhost daemon-actor tree + # '/uds/6116', # TODO std uds socket file +] + [ui] # set custom font + size which will scale entire UI