Update 0g.sh

This commit is contained in:
smeb y 2024-04-22 18:08:26 +08:00 committed by GitHub
parent 29f4cf65b9
commit ca6e814940
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
0g.sh
View File

@ -196,7 +196,7 @@ read -p "请输入您想设置的验证者的名字: " validator_name
read -p "请输入您的验证者详情(例如'吊毛资本': " details read -p "请输入您的验证者详情(例如'吊毛资本': " details
evmosd tx staking create-validator --node $OG_RPC_PORT \ evmosd tx staking create-validator \
--amount=10000000000000000aevmos \ --amount=10000000000000000aevmos \
--pubkey=$(evmosd tendermint show-validator) \ --pubkey=$(evmosd tendermint show-validator) \
--moniker=$validator_name \ --moniker=$validator_name \