Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed Aug 31, 2023
1 parent 6e60e65 commit abf10da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-web/src/hooks/useDenom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ export const useUsdcDenom = () => {

export const getUsdcDenom = () => {
const selectedNetwork = getSelectedNetwork();
return selectedNetwork.id;
return usdcIbcDenoms[selectedNetwork.id];
};

0 comments on commit abf10da

Please sign in to comment.