Skip to content

Commit 188e848

Browse files
committed
enable the immutable connector in the web-sdk demo
1 parent 12be46c commit 188e848

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

examples/react/src/config.ts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { SequenceCheckoutConfig } from '@0xsequence/checkout'
22
import { ConnectConfig, createConfig, WalletType } from '@0xsequence/connect'
3-
// import { immutable } from '@0xsequence/immutable-connector'
3+
import { immutable } from '@0xsequence/immutable-connector'
44
import { ChainId } from '@0xsequence/network'
55
import { Environment } from '@imtbl/config'
66
import { passport } from '@imtbl/sdk'
@@ -127,11 +127,10 @@ export const config =
127127
projectId: walletConnectProjectId
128128
},
129129
additionalWallets: [
130-
// Uncomment to enable Immutable
131-
// immutable({
132-
// passportInstance,
133-
// environment: Environment.SANDBOX
134-
// })
130+
immutable({
131+
passportInstance,
132+
environment: Environment.SANDBOX
133+
})
135134
]
136135
})
137136

0 commit comments

Comments
 (0)