We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 981bc08 + 54dd93c commit d72ab23Copy full SHA for d72ab23
packages/sequence/src/index.ts
@@ -20,7 +20,7 @@ function sequence(options?: SequenceOptions): WalletInit {
20
const { sequence } = await import('0xsequence')
21
const { createEIP1193Provider } = await import('@web3-onboard/common')
22
23
- const instance = new sequence.Wallet(network);
+ const instance = await sequence.initWallet(network);
24
25
if (!instance.isConnected()) {
26
const connectDetails = await instance.connect({
0 commit comments