Skip to content

Commit 1f80e20

Browse files
chore: added extra connected wallet info params
1 parent e696bf8 commit 1f80e20

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/core/src/utils/TypeUtil.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ export type ConnectedWalletInfo =
2626
| {
2727
name?: string;
2828
icon?: string;
29+
description?: string;
30+
url?: string;
31+
icons?: string[];
32+
redirect?: {
33+
native?: string;
34+
universal?: string;
35+
linkMode?: boolean;
36+
};
2937
[key: string]: unknown;
3038
}
3139
| undefined;

0 commit comments

Comments
 (0)