Skip to content

Commit

Permalink
Add rainbowWallet and rabbyWallet
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrotkk committed Aug 13, 2024
1 parent bd1fe73 commit 9d8653a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions src/components/MetaportProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ import {
injectedWallet,
metaMaskWallet,
enkryptWallet,
coinbaseWallet
coinbaseWallet,
rainbowWallet,
rabbyWallet
} from '@rainbow-me/rainbowkit/wallets'

import { MetaportConfig, ActionStateUpdate } from '../core/interfaces'
Expand Down Expand Up @@ -71,7 +73,14 @@ export default function MetaportProvider(props: {
[
{
groupName: 'Recommended wallets',
wallets: [enkryptWallet, injectedWallet, metaMaskWallet, coinbaseWallet]
wallets: [
enkryptWallet,
injectedWallet,
metaMaskWallet,
coinbaseWallet,
rainbowWallet,
rabbyWallet
]
}
],
{
Expand Down

0 comments on commit 9d8653a

Please sign in to comment.