Skip to content

Commit

Permalink
chore(react-components): make makeAssetList type portable
Browse files Browse the repository at this point in the history
  • Loading branch information
samsiegart committed Feb 29, 2024
1 parent 3f4f73a commit 585b47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-components/src/lib/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ export const makeAssetList = (chain_name: string) => {
'Agoric missing from chain registry, cannot initiliaze test chains',
);

return { ...agoricAssetList, chain_name };
return { ...agoricAssetList, chain_name } as AssetList;
};

0 comments on commit 585b47d

Please sign in to comment.