From c7e833d86a31fda9ac0fbe4658ddcda9f2d50d7d Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Fri, 19 Apr 2024 20:12:43 +0800 Subject: [PATCH] Update Artela.sh --- Artela.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Artela.sh b/Artela.sh index 209e792..a28d2c6 100644 --- a/Artela.sh +++ b/Artela.sh @@ -173,7 +173,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 \ @@ -186,7 +186,6 @@ artelad tx staking create-validator \ --details "" \ --chain-id artela_11822-1 \ --gas 300000 \ ---node $Artela_RPC_PORT \ -y }