From 2cb8cdba850cb60e8e64c8f2b9098678cd71edf0 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Wed, 8 May 2024 17:11: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 6714f40..37919a8 100644 --- a/0g.sh +++ b/0g.sh @@ -280,7 +280,7 @@ screen -dmS storage_kv ../target/release/zgs_kv --config config.toml function delegate_self_validator() { read -p "请输入质押代币数量(单位为evmos,比如你有1个evmos,留点水给自己,输入0.9回车就行): " math read -p "请输入钱包名称: " wallet_name -0gchaind tx staking delegate $(0gchaind keys show $wallet_name --bech val -a) ${math}evmos --from $wallet_name --gas=500000 --gas-prices=99999aevmos -y +0gchaind tx staking delegate $(0gchaind keys show $wallet_name --bech val -a) ${math}ua0gi --from $wallet_name --gas=500000 --gas-prices=99999ua0gi -y }