Skip to content

Commit

Permalink
Merge pull request #244 from Consensys/feat/remove-rainbow-wallet-option
Browse files Browse the repository at this point in the history
feat: removed rainbow wallet option as it's not supported on Linea
  • Loading branch information
Julink-eth authored Sep 18, 2024
2 parents 6a2c95a + 0a4fd24 commit 3598efa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/linea-ens-app/src/utils/getDefaultWallets.ts
Original file line number Diff line number Diff line change
@@ -7,7 +7,6 @@ import {
ledgerWallet,
metaMaskWallet,
phantomWallet,
rainbowWallet,
safeWallet,
walletConnectWallet,
} from '@rainbow-me/rainbowkit/wallets'
@@ -35,7 +34,6 @@ export const getDefaultWallets = ({
}),
// always shown
walletConnectWallet,
rainbowWallet,
coinbaseWallet,
metaMaskWallet,
ledgerWallet,

0 comments on commit 3598efa

Please sign in to comment.