From 7837b0cdeb6b9097e7d94fa3f804561c74003617 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Wed, 8 May 2024 13:44:08 +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 a34a350..17b79cc 100644 --- a/0g.sh +++ b/0g.sh @@ -163,7 +163,7 @@ read -p "请输入您的验证者详情(例如'吊毛资本'): " details 0gchaind tx staking create-validator \ - --amount=1000000000000000ua0gi \ + --amount=10000000ua0gi \ --pubkey=$(0gchaind tendermint show-validator) \ --moniker=$validator_name \ --chain-id=zgtendermint_16600-1 \