File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
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,10 +127,10 @@ export const config =
127127 } ,
128128 additionalWallets : [
129129 // Uncomment to enable Immutable
130- // immutable({
131- // passportInstance,
132- // environment: Environment.SANDBOX
133- // })
130+ immutable ( {
131+ passportInstance,
132+ environment : Environment . SANDBOX
133+ } )
134134 ]
135135 } )
136136
You can’t perform that action at this time.
0 commit comments