Skip to content

Commit

Permalink
Merge pull request #1563 from blocknative/hotfix/docs-remove-infinity
Browse files Browse the repository at this point in the history
Temporarily remove infinity wallet
  • Loading branch information
lnbc1QWFyb24 authored Mar 6, 2023
2 parents e7dda7b + 948a2e7 commit a21b364
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/lib/services/onboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const intiOnboard = async (theme) => {
const { default: trezorModule } = await import('@web3-onboard/trezor')
const { default: ledgerModule } = await import('@web3-onboard/ledger')
const { default: walletConnectModule } = await import('@web3-onboard/walletconnect')
const { default: infinityWalletModule } = await import('@web3-onboard/infinity-wallet')
// const { default: infinityWalletModule } = await import('@web3-onboard/infinity-wallet')
const { default: coinbaseModule } = await import('@web3-onboard/coinbase')
const { default: dcentModule } = await import('@web3-onboard/dcent')
const { default: portisModule } = await import('@web3-onboard/portis')
Expand All @@ -53,7 +53,7 @@ const intiOnboard = async (theme) => {
const INFURA_ID = '8b60d52405694345a99bcb82e722e0af'

const injected = injectedModule()
const infinityWallet = infinityWalletModule()
// const infinityWallet = infinityWalletModule()
const coinbase = coinbaseModule()
const dcent = dcentModule()
const walletConnect = walletConnectModule()
Expand Down Expand Up @@ -114,7 +114,7 @@ const intiOnboard = async (theme) => {
torus,
sequence,
web3auth,
infinityWallet,
// infinityWallet,
dcent,
enkrypt,
mewWallet,
Expand Down

1 comment on commit a21b364

@vercel
Copy link

@vercel vercel bot commented on a21b364 Mar 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.