icons update

This commit is contained in:
Stephan D
2025-12-04 16:40:26 +01:00
parent bf85ca062c
commit 2052602050
10 changed files with 9 additions and 6 deletions

View File

@@ -65,7 +65,7 @@ func New(logger mlogger.Logger, cfg Config) (*Manager, error) {
}
keyPrefix := strings.Trim(strings.TrimSpace(cfg.KeyPrefix), "/")
if keyPrefix == "" {
keyPrefix = "chain/gateway/wallets"
keyPrefix = "gateway/chain/wallets"
}
clientCfg := api.DefaultConfig()