Update new-titan.sh

This commit is contained in:
smeb y 2024-07-02 09:29:56 +08:00 committed by GitHub
parent 7adf3f21aa
commit f186f30cef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -197,7 +197,8 @@ titand tx staking create-validator \
--commission-rate=0.07 \ --commission-rate=0.07 \
--min-self-delegation=1 \ --min-self-delegation=1 \
--fees 500uttnt \ --fees 500uttnt \
--from="$wallet_name" --from="$wallet_name" \
--chain-id=titan-test-1
} }