Skip to content

Commit 6f65c19

Browse files
authored
fix: type issue (#55)
1 parent 025f661 commit 6f65c19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/wallet.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,9 +522,13 @@ describe('MetamaskWallet', () => {
522522
sessionScopes: {
523523
[Scope.MAINNET]: {
524524
accounts: [`${Scope.MAINNET}:${address}`],
525+
methods: [],
526+
notifications: [],
525527
},
526528
[Scope.DEVNET]: {
527529
accounts: [`${Scope.DEVNET}:${address}`],
530+
methods: [],
531+
notifications: [],
528532
},
529533
},
530534
};

0 commit comments

Comments
 (0)