From 56b58f2541543bb6dd5429dff4f460a3e7374cf4 Mon Sep 17 00:00:00 2001 From: jhernandezb Date: Wed, 11 Oct 2023 18:50:48 -0600 Subject: [PATCH] fix allowed messages ica --- scripts/ci/setup-stargaze.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/setup-stargaze.sh b/scripts/ci/setup-stargaze.sh index e06f3125b..8f98c1fb7 100755 --- a/scripts/ci/setup-stargaze.sh +++ b/scripts/ci/setup-stargaze.sh @@ -15,7 +15,7 @@ sed -i 's/pruning = "syncable"/pruning = "nothing"/g' ~/.starsd/config/app.toml sed -i 's/enable = false/enable = true/g' ~/.starsd/config/app.toml sed -i -e 's/timeout_commit = "5s"/timeout_commit = "100ms"/g' ~/.starsd/config/config.toml sed -i -e 's/timeout_propose = "3s"/timeout_propose = "100ms"/g' ~/.starsd/config/config.toml -sed -i -e 's/\"allow_messages\":.*/\"allow_messages\": [\"\/cosmos.bank.v1beta1.MsgSend\", \"\/cosmos.staking.v1beta1.MsgDelegate\"]/g' ~/.starsd/config/genesis.json +# sed -i -e 's/\"allow_messages\":.*/\"allow_messages\": [\"\/cosmos.bank.v1beta1.MsgSend\", \"\/cosmos.staking.v1beta1.MsgDelegate\"]/g' ~/.starsd/config/genesis.json starsd keys --keyring-backend test add validator starsd genesis add-genesis-account $(starsd keys --keyring-backend test show validator -a) 1000000000000$DENOM