Skip to content

Commit

Permalink
fix allowed messages ica
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Oct 12, 2023
1 parent ea9aec9 commit 56b58f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/setup-stargaze.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 56b58f2

Please sign in to comment.