From f186f30cef8e207ca5234b428fce3c6e5b085d1a Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Tue, 2 Jul 2024 09:29:56 +0800 Subject: [PATCH] Update new-titan.sh --- new-titan.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/new-titan.sh b/new-titan.sh index dc1714f..776ed55 100644 --- a/new-titan.sh +++ b/new-titan.sh @@ -197,7 +197,8 @@ titand tx staking create-validator \ --commission-rate=0.07 \ --min-self-delegation=1 \ --fees 500uttnt \ ---from="$wallet_name" +--from="$wallet_name" \ +--chain-id=titan-test-1 }