Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Feb 12, 2025
1 parent 92f5c74 commit 5af6548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/manifestChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if (buildType === 'qa') {
const { assets, chain, ibc } = manifestModule;
manifestAssets = assets;
manifestChain = chain;
manifestIbc = ibc;
manifestIbc = ibc!;
}

export { manifestAssets, manifestChain, manifestIbc };

0 comments on commit 5af6548

Please sign in to comment.