From aa03e8b421d640a3cc6e82fbdd06fb3aa6e77c71 Mon Sep 17 00:00:00 2001 From: Andrei Fleiser Date: Mon, 3 Nov 2025 15:46:37 +0100 Subject: [PATCH] update fields wallet_password to password and wallet_path to wallet --- cli/src/commands/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/src/commands/config.ts b/cli/src/commands/config.ts index 090ea972..0265295d 100644 --- a/cli/src/commands/config.ts +++ b/cli/src/commands/config.ts @@ -10,8 +10,8 @@ export const DEFAULT_NODE_URL = PublicApiUrl.Buildnet export const DEFAULT_CONFIG_FILE = 'deweb_cli_config.json' interface Config { - wallet_password?: string - wallet_path?: string + password?: string + wallet?: string node_url: string chunk_size: number secret_key?: string