Skip to content

Commit 3590ef3

Browse files
committed
enable immutable
1 parent d572231 commit 3590ef3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/react/src/config.ts

Lines changed: 5 additions & 5 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,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

0 commit comments

Comments
 (0)