File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11import { SequenceCheckoutConfig } from '@0xsequence/checkout'
22import { ConnectConfig , createConfig , WalletType } from '@0xsequence/connect'
3- // import { immutable } from '@0xsequence/immutable-connector'
3+ import { immutable } from '@0xsequence/immutable-connector'
44import { ChainId } from '@0xsequence/network'
55import { Environment } from '@imtbl/config'
66import { 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
You can’t perform that action at this time.
0 commit comments