Skip to content

Commit

Permalink
fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Jun 21, 2024
1 parent fa5fcac commit 8e4fd61
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const Template: ComponentStory<typeof GovernanceDepositComponent> = (args) => (
)

export const makeProposal = (): GovProposalWithDecodedContent => ({
chainId: CHAIN_ID,
version: GovProposalVersion.V1_BETA_1,
id: 1n,
title: 'Upgrade to v10 Alpha 1',
Expand Down

0 comments on commit 8e4fd61

Please sign in to comment.