Skip to content

Commit

Permalink
Remove Capsule module for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamj1232 committed Dec 7, 2023
1 parent adb13a6 commit a51f52d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/src/lib/services/onboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const intiOnboard = async (theme) => {
const { default: bloctoModule } = await import('@web3-onboard/blocto')
const { default: venlyModule } = await import('@web3-onboard/venly')
const { default: bitgetModule } = await import('@web3-onboard/bitget')
const { default: capsuleModule, Environment } = await import('@web3-onboard/capsule')
// const { default: capsuleModule, Environment } = await import('@web3-onboard/capsule')
const INFURA_ID = '8b60d52405694345a99bcb82e722e0af'

const injected = injectedModule()
Expand Down Expand Up @@ -128,9 +128,10 @@ const intiOnboard = async (theme) => {
environment: 'staging'
})

const capsule = capsuleModule({
environment: Environment.DEVELOPMENT,
})
// const capsule = capsuleModule({
// environment: Environment.DEVELOPMENT,
// apiKey: '992bbd9146d5de8ad0419f141d9a7ca7'
// })

return Onboard({
connect: { autoConnectAllPreviousWallet: true },
Expand Down Expand Up @@ -162,7 +163,7 @@ const intiOnboard = async (theme) => {
frame,
infinityWallet,
blocto,
capsule
// capsule
// venly
],
chains: [
Expand Down

0 comments on commit a51f52d

Please sign in to comment.