From 6860a98e4bd2723aa1af1a3f27c4e7c8c602d3c9 Mon Sep 17 00:00:00 2001 From: John Y Date: Wed, 5 Jul 2023 18:37:31 -0400 Subject: [PATCH] add admin to factory to allow migration --- scripts/migrate-0.25.0-to-v3/01-init-factory.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/migrate-0.25.0-to-v3/01-init-factory.sh b/scripts/migrate-0.25.0-to-v3/01-init-factory.sh index 6912981e9..8dc9a6fde 100755 --- a/scripts/migrate-0.25.0-to-v3/01-init-factory.sh +++ b/scripts/migrate-0.25.0-to-v3/01-init-factory.sh @@ -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 .