From 4c1371884783f98b2ec1532be113b4077d2be0bd Mon Sep 17 00:00:00 2001 From: colmazia Date: Tue, 19 Nov 2024 15:24:22 +0700 Subject: [PATCH] change path in bothan config to be absolute path --- scripts/bothan/bothan-config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/bothan/bothan-config.toml b/scripts/bothan/bothan-config.toml index 7a9ce34d6..b53586aee 100644 --- a/scripts/bothan/bothan-config.toml +++ b/scripts/bothan/bothan-config.toml @@ -11,11 +11,11 @@ endpoint = "https://gateway.pinata.cloud" authentication = "None" [store] -path = "$HOME/.bothan/data" +path = "/root/.bothan/data" [monitoring] endpoint = "https://bothan-monitoring.bandchain.org" -path = "$HOME/.bothan/keyring/broadcaster.info" +path = "/root/.bothan/keyring/broadcaster.info" enabled = false [manager.crypto]