Skip to content

Commit fa3595d

Browse files
1.26.1-0.0.1: [chore] Update Wallet type (#574)
1 parent 79c082b commit fa3595d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bnc-onboard",
3-
"version": "1.26.1-0.2.0",
3+
"version": "1.26.1-0.2.1",
44
"description": "Onboard users to web3 by allowing them to select a wallet, get that wallet ready to transact and have access to synced wallet state.",
55
"keywords": [
66
"ethereum",

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)