Skip to content

Commit

Permalink
feat(rainbowkit): add MM-wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
moconnell committed Nov 10, 2023
1 parent fb687a7 commit d20fb82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dapp/utils/web3.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {
coinbaseWallet,
injectedWallet,
ledgerWallet,
metaMaskWallet,
rainbowWallet,
walletConnectWallet,
} from '@rainbow-me/rainbowkit/wallets';
Expand Down Expand Up @@ -41,6 +42,7 @@ const connectors = connectorsForWallets([
injectedWallet({ chains, shimDisconnect: true }),
rainbowWallet({ chains, projectId: PROJECT_ID }),
ledgerWallet({ chains, projectId: PROJECT_ID }),
metaMaskWallet({ chains, projectId: PROJECT_ID }),
coinbaseWallet({ appName: APP_NAME, chains }),
walletConnectWallet({ chains, projectId: PROJECT_ID, options }),
],
Expand Down

0 comments on commit d20fb82

Please # to comment.