Skip to content

Commit

Permalink
add admin to factory to allow migration
Browse files Browse the repository at this point in the history
  • Loading branch information
yubrew committed Jul 5, 2023
1 parent 0a606aa commit 6860a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/migrate-0.25.0-to-v3/01-init-factory.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ echo $MSG


starsd tx wasm instantiate $FACTORY_CODE_ID "$MSG" --label "Factory" \
--no-admin --gas-prices 0.025ustars --gas 500000 --gas-adjustment 1.9 \
--admin $ADMIN --gas-prices 0.025ustars --gas 500000 --gas-adjustment 1.9 \
--from $KEY -y -b block -o json | jq .

0 comments on commit 6860a98

Please sign in to comment.