Skip to content

Commit

Permalink
ci: output json
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond committed Apr 17, 2024
1 parent 4476820 commit 5abcf03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/upgrade-assure/submit-upgrade-proposal.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func submitUpgradeProposal(cmdPath, name, newVersion, upgradeHeight, homePath, k
"--gas", "1000000",
"--deposit", "10000000uelys",
"--home", homePath,
"--output", "json",
"--yes",
}

Expand Down
1 change: 1 addition & 0 deletions scripts/upgrade-assure/vote-on-upgrade-proposal.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ func voteOnUpgradeProposal(cmdPath, name, proposalId, homePath, keyringBackend,
"--fees", "100000uelys",
"--gas", "1000000",
"--home", homePath,
"--output", "json",
"--yes",
}

Expand Down

0 comments on commit 5abcf03

Please sign in to comment.