From 0dc310c4c7835b24e757b33de57aa3b133a46ad8 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Sat, 11 May 2024 10:47:34 +0800 Subject: [PATCH] Update Artela.sh --- Artela.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Artela.sh b/Artela.sh index 66eacb9..8c7a6e8 100644 --- a/Artela.sh +++ b/Artela.sh @@ -176,7 +176,7 @@ function import_wallet() { # 查询余额 function check_balances() { read -p "请输入钱包地址: " wallet_address - artelad query bank balances "$wallet_address" + artelad query bank balances "$wallet_address" --node $Artela_RPC_PORT } # 查看节点同步状态 @@ -189,7 +189,7 @@ function add_validator() { read -p "请输入您的钱包名称: " wallet_name read -p "请输入您想设置的验证者的名字: " validator_name -artelad tx staking create-validator \ +artelad tx staking create-validator --node $Artela_RPC_PORT \ --amount 1000000uart \ --from $wallet_name \ --commission-rate 0.1 \