Update 0g.sh

This commit is contained in:
smeb y 2024-05-08 13:38:21 +08:00 committed by GitHub
parent f5eb5de329
commit 14ee5a1f2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
0g.sh
View File

@ -163,10 +163,10 @@ read -p "请输入您的验证者详情(例如'吊毛资本': " details
0gchaind tx staking create-validator \ 0gchaind tx staking create-validator \
--amount=1000000000000000aevmos \ --amount=1000000000000000ua0gi \
--pubkey=$(0gchaind tendermint show-validator) \ --pubkey=$(0gchaind tendermint show-validator) \
--moniker=$validator_name \ --moniker=$validator_name \
--chain-id=zgtendermint_9000-1 \ --chain-id=zgtendermint_16600-1 \
--commission-rate=0.05 \ --commission-rate=0.05 \
--commission-max-rate=0.10 \ --commission-max-rate=0.10 \
--commission-max-change-rate=0.01 \ --commission-max-change-rate=0.01 \
@ -175,8 +175,8 @@ read -p "请输入您的验证者详情(例如'吊毛资本': " details
--identity="" \ --identity="" \
--website="" \ --website="" \
--details="$details" \ --details="$details" \
--gas=500000 \ --gas=auto \
--gas-prices=99999aevmos \ --gas-adjustment=1.4
-y -y
} }