Skip to content

Commit

Permalink
metaport#210 Disable broken wallets
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotkk committed Nov 6, 2023
1 parent 8e08923 commit 082770e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/MetaportProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ import { PaletteMode } from '@mui/material'

import {
injectedWallet,
coinbaseWallet,
metaMaskWallet,
enkryptWallet
// coinbaseWallet,
metaMaskWallet
// enkryptWallet
} from '@rainbow-me/rainbowkit/wallets'

import { MetaportConfig, ActionStateUpdate } from '../core/interfaces'
Expand Down Expand Up @@ -74,9 +74,9 @@ export default function MetaportProvider(props: {
)

const wallets = [
enkryptWallet({ chains }),
injectedWallet({ chains }),
coinbaseWallet({ chains, appName: 'SKALE Metaport' })
// enkryptWallet({ chains }),
injectedWallet({ chains })
// coinbaseWallet({ chains, appName: 'SKALE Metaport' })
]

if (props.config.projectId) {
Expand Down

0 comments on commit 082770e

Please sign in to comment.