Skip to content

Commit

Permalink
Fixed build.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Dec 14, 2023
1 parent 1d34bd3 commit c250ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stateful/server/makeGetGovStaticProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export const makeGetGovStaticProps: GetGovStaticPropsMaker =
{
type: AccountType.Native,
chainId: chain.chain_id,
address: supportedChain.name,
address: chainConfig.name,
},
],
parentDao: null,
Expand Down

0 comments on commit c250ea7

Please sign in to comment.