Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkx committed Dec 23, 2024
1 parent e6d6d4c commit 402aed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/arb-token-bridge-ui/src/hooks/useSelectedToken.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const commonUSDC = {
type: TokenType.ERC20,
symbol: 'USDC',
decimals: 6,
listIds: new Set<number>()
listIds: new Set<string>()
}

export const useSelectedToken = () => {
Expand Down

0 comments on commit 402aed4

Please sign in to comment.