Skip to content

Commit b742fa2

Browse files
committed
Merge branch 'develop' into release/1.27.0
2 parents 31d3007 + fa3595d commit b742fa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/interfaces.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ export interface Wallet {
173173
instance?: any | null
174174
connect?: Connect | null
175175
dashboard?: () => void | null
176+
icons: Pick<WalletModule, 'svg' | 'iconSrc' | 'iconSrcSet'>
176177
}
177178

178179
export interface CommonWalletOptions {

0 commit comments

Comments
 (0)