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.
1 parent 2250800 commit 54dd93cCopy full SHA for 54dd93c
packages/sequence/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@web3-onboard/sequence",
3
- "version": "2.0.4-alpha.1",
+ "version": "2.0.4-alpha.2",
4
"description": "Sequence is the smartest Web3 wallet. Easy, fun and secure.",
5
"keywords": [
6
"Ethereum",
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