From 14ee5a1f2e61d91db7a29e483fd9c35d5f3da854 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Wed, 8 May 2024 13:38:21 +0800 Subject: [PATCH] Update 0g.sh --- 0g.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/0g.sh b/0g.sh index 4661f33..a34a350 100644 --- a/0g.sh +++ b/0g.sh @@ -163,10 +163,10 @@ read -p "请输入您的验证者详情(例如'吊毛资本'): " details 0gchaind tx staking create-validator \ - --amount=1000000000000000aevmos \ + --amount=1000000000000000ua0gi \ --pubkey=$(0gchaind tendermint show-validator) \ --moniker=$validator_name \ - --chain-id=zgtendermint_9000-1 \ + --chain-id=zgtendermint_16600-1 \ --commission-rate=0.05 \ --commission-max-rate=0.10 \ --commission-max-change-rate=0.01 \ @@ -175,8 +175,8 @@ read -p "请输入您的验证者详情(例如'吊毛资本'): " details --identity="" \ --website="" \ --details="$details" \ - --gas=500000 \ - --gas-prices=99999aevmos \ + --gas=auto \ + --gas-adjustment=1.4 -y }