Skip to content

Commit 2ebca6d

Browse files
committed
feat: available in the docs connection module
1 parent 1e9052c commit 2ebca6d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/src/lib/services/onboard.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const intiOnboard = async (theme) => {
5353
const { default: xdefiModule } = await import('@web3-onboard/xdefi')
5454
const { default: cedeModule } = await import('@web3-onboard/cede-store')
5555
const { default: frameModule } = await import('@web3-onboard/frame')
56+
const { default: bloctoModule } = await import('@web3-onboard/blocto')
5657
const INFURA_ID = '8b60d52405694345a99bcb82e722e0af'
5758

5859
const injected = injectedModule()
@@ -107,6 +108,8 @@ const intiOnboard = async (theme) => {
107108

108109
const frame = frameModule()
109110

111+
const blocto = bloctoModule()
112+
110113
return Onboard({
111114
wallets: [
112115
injected,
@@ -131,7 +134,8 @@ const intiOnboard = async (theme) => {
131134
keepkey,
132135
portis,
133136
frame,
134-
infinityWallet
137+
infinityWallet,
138+
blocto
135139
],
136140
chains: [
137141
{

0 commit comments

Comments
 (0)