From 59b139ec7ecca677539706dd27a2027ebfd59c7e Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Thu, 9 May 2024 11:12:31 +0800 Subject: [PATCH] Update 0g.sh --- 0g.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0g.sh b/0g.sh index afc49e3..7a48a98 100644 --- a/0g.sh +++ b/0g.sh @@ -149,7 +149,7 @@ function add_wallet() { # 导入钱包 function import_wallet() { read -p "请输入你想设置的钱包名称: " wallet_name - 0gchaind keys add $wallet_name --recover + 0gchaind keys add $wallet_name --recover --eth } # 查询余额