Skip to content

Commit

Permalink
feat: available in the docs connection module
Browse files Browse the repository at this point in the history
  • Loading branch information
sanyu1225 committed May 15, 2023
1 parent 1e9052c commit 2ebca6d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/src/lib/services/onboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const intiOnboard = async (theme) => {
const { default: xdefiModule } = await import('@web3-onboard/xdefi')
const { default: cedeModule } = await import('@web3-onboard/cede-store')
const { default: frameModule } = await import('@web3-onboard/frame')
const { default: bloctoModule } = await import('@web3-onboard/blocto')
const INFURA_ID = '8b60d52405694345a99bcb82e722e0af'

const injected = injectedModule()
Expand Down Expand Up @@ -107,6 +108,8 @@ const intiOnboard = async (theme) => {

const frame = frameModule()

const blocto = bloctoModule()

return Onboard({
wallets: [
injected,
Expand All @@ -131,7 +134,8 @@ const intiOnboard = async (theme) => {
keepkey,
portis,
frame,
infinityWallet
infinityWallet,
blocto
],
chains: [
{
Expand Down

0 comments on commit 2ebca6d

Please sign in to comment.