Update Artela.sh
This commit is contained in:
parent
5f543dab9f
commit
c7e833d86a
@ -173,7 +173,7 @@ function add_validator() {
|
|||||||
read -p "请输入您的钱包名称: " wallet_name
|
read -p "请输入您的钱包名称: " wallet_name
|
||||||
read -p "请输入您想设置的验证者的名字: " validator_name
|
read -p "请输入您想设置的验证者的名字: " validator_name
|
||||||
|
|
||||||
artelad tx staking create-validator \
|
artelad tx staking create-validator --node $Artela_RPC_PORT \
|
||||||
--amount 1000000uart \
|
--amount 1000000uart \
|
||||||
--from $wallet_name \
|
--from $wallet_name \
|
||||||
--commission-rate 0.1 \
|
--commission-rate 0.1 \
|
||||||
@ -186,7 +186,6 @@ artelad tx staking create-validator \
|
|||||||
--details "" \
|
--details "" \
|
||||||
--chain-id artela_11822-1 \
|
--chain-id artela_11822-1 \
|
||||||
--gas 300000 \
|
--gas 300000 \
|
||||||
--node $Artela_RPC_PORT \
|
|
||||||
-y
|
-y
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user