Skip to content

Commit 03ef951

Browse files
committed
refactor(ramp): make usebalance chainid optional
1 parent 304df29 commit 03ef951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/UI/Ramp/hooks/useBalance.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const defaultReturn = {
3333
interface Asset {
3434
address?: string;
3535
decimals: number;
36-
chainId: string;
36+
chainId?: string;
3737
assetId?: string;
3838
}
3939

0 commit comments

Comments
 (0)