From bf1e2d3cdc77dfc29a75a7bd05953ce4f0b0d5ce Mon Sep 17 00:00:00 2001 From: noot <36753753+noot@users.noreply.github.com> Date: Wed, 8 Apr 2020 15:00:30 -0400 Subject: [PATCH] update key name in init.sh (#243) --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 44fd8d93..1a6972b1 100755 --- a/init.sh +++ b/init.sh @@ -1,6 +1,6 @@ #!/bin/bash -KEY="ethermintkey" +KEY="mykey" CHAINID=8 MONIKER="mymoniker"