From 366752a77c9c0208961dc27554c695b611ac229c Mon Sep 17 00:00:00 2001 From: David Boreham Date: Wed, 21 Dec 2022 13:47:30 -0700 Subject: [PATCH] Use correct chain id --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index b06d0db4..b18ba487 100755 --- a/init.sh +++ b/init.sh @@ -1,7 +1,7 @@ #!/bin/bash KEY="mykey" -CHAINID="ethermint_9000-1" +CHAINID="laconic_9000-1" MONIKER="localtestnet" KEYRING="test" KEYALGO="eth_secp256k1"