Skip to content

Commit

Permalink
hardcode admin (PoC)
Browse files Browse the repository at this point in the history
  • Loading branch information
quasisamurai committed Sep 13, 2022
1 parent ce5a5ea commit f51ac8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions network/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,4 @@ sed -i -e 's/prometheus-retention-time = 0/prometheus-retention-time = 1000/g' $

# Update host chain genesis to allow x/bank/MsgSend ICA tx execution
sed -i -e 's/\"allow_messages\":.*/\"allow_messages\": [\"\/cosmos.bank.v1beta1.MsgSend\", \"\/cosmos.staking.v1beta1.MsgDelegate\", \"\/cosmos.staking.v1beta1.MsgUndelegate\"]/g' $CHAIN_DIR/$CHAINID_2/config/genesis.json
sed -i -e 's/\"admins\":.*/\"admins\": [\"\neutron1mjk79fjjgpplak5wq838w0yd982gzkyf8fxu8u\"]/g' $CHAIN_DIR/$CHAINID_1/config/genesis.json

0 comments on commit f51ac8b

Please sign in to comment.