From cac4fdc56933a4e4aa1f79c472156683fae67ea0 Mon Sep 17 00:00:00 2001 From: Muneeb Zia <31257991+Muneeb147@users.noreply.github.com> Date: Thu, 21 Aug 2025 20:37:21 +0500 Subject: [PATCH] chore(dapp-agoric-basics): upgrade-sdk-v50 --status to --proposal-status --- contract/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contract/Makefile b/contract/Makefile index 3bd65b81..fa83d0a1 100644 --- a/contract/Makefile +++ b/contract/Makefile @@ -46,7 +46,7 @@ gov-q: jq -c '.proposals[] | [.proposal_id,.voting_end_time,.status]' gov-voting-q: - agd query gov proposals --status=voting_period --output json | \ + agd query gov proposals --proposal-status=voting-period --output json | \ jq -c '.proposals[].proposal_id' PROPOSAL=1