From 7c55ba8d8933a928175e1dbf3e5d743f8f8ef3a1 Mon Sep 17 00:00:00 2001 From: Mujahid Khan <106528609+mujahidkay@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:01:39 +0500 Subject: [PATCH] chore: provision gov4 in PREPARE --- a3p-integration/proposals/n:upgrade-next/prepare.sh | 3 +++ a3p-integration/proposals/n:upgrade-next/use.sh | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/a3p-integration/proposals/n:upgrade-next/prepare.sh b/a3p-integration/proposals/n:upgrade-next/prepare.sh index cbf6c4d8fc1..9cc75a341a5 100755 --- a/a3p-integration/proposals/n:upgrade-next/prepare.sh +++ b/a3p-integration/proposals/n:upgrade-next/prepare.sh @@ -7,3 +7,6 @@ set -uxeo pipefail # actions are executed in the previous chain software, and the effects are # persisted so they can be used in the steps after the upgrade is complete, # such as in the "use" or "test" steps, or further proposal layers. + +yarn +node ./addGov4 diff --git a/a3p-integration/proposals/n:upgrade-next/use.sh b/a3p-integration/proposals/n:upgrade-next/use.sh index f5897e5e5a3..2e5c54a8382 100644 --- a/a3p-integration/proposals/n:upgrade-next/use.sh +++ b/a3p-integration/proposals/n:upgrade-next/use.sh @@ -3,8 +3,6 @@ # Exit when any command fails set -uxeo pipefail -node ./addGov4 - # Econ Committee accept invitations for Committee and Charter ./acceptInvites.js