From 074af9b9baf7e978e2c17e53510e85654ce9c47c Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Wed, 24 Apr 2024 11:57:20 +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 64d9932..f5b047a 100644 --- a/0g.sh +++ b/0g.sh @@ -302,7 +302,7 @@ screen -dmS storage_kv ../target/release/zgs_kv --config config.toml # 给自己地址验证者质押 function delegate_self_validator() { -read -p "请输入质押代币数量: " math +read -p "请输入质押代币数量(1000000为1个): " math read -p "请输入钱包名称: " wallet_name evmosd tx staking delegate $(evmosd keys show $wallet_name --bech val -a) ${math}evmos --from $wallet_name --gas=500000 --gas-prices=99999aevmos --node $OG_RPC_PORT -y