From f5dc7e7f4112029d1af83acaafeb2ab3e83d05ab Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Sat, 13 Apr 2024 17:08:47 +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 ed51172..c28a348 100644 --- a/0g.sh +++ b/0g.sh @@ -290,7 +290,7 @@ screen -dmS storage_kv ../target/release/zgs_kv --config config.toml function delegate_self_validator() { read -p "请输入质押代币数量: " math read -p "请输入钱包名称: " wallet_name -evmosd tx staking delegate $(evmosd keys show wallet --bech val -a) ${math}evmos --from $wallet_name --gas=500000 --gas-prices=99999aevmos -y +evmosd tx staking delegate $(evmosd keys show $wallet_name --bech val -a) ${math}evmos --from $wallet_name --gas=500000 --gas-prices=99999aevmos -y }