We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 304df29 commit 03ef951Copy full SHA for 03ef951
app/components/UI/Ramp/hooks/useBalance.ts
@@ -33,7 +33,7 @@ const defaultReturn = {
33
interface Asset {
34
address?: string;
35
decimals: number;
36
- chainId: string;
+ chainId?: string;
37
assetId?: string;
38
}
39
0 commit comments