Skip to content

Commit

Permalink
feat(dHEDGE V1 Withdraw): add Rabby Wallet support
Browse files Browse the repository at this point in the history
  • Loading branch information
dimlbc committed Sep 13, 2024
1 parent fbaeffb commit a8ce2c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/dhedge/src/clients/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
coinbaseWallet,
injectedWallet,
metaMaskWallet,
rabbyWallet,
rainbowWallet,
walletConnectWallet,
} from '@rainbow-me/rainbowkit/wallets';
Expand Down Expand Up @@ -49,6 +50,7 @@ const connectors = connectorsForWallets([
metaMaskWallet({ chains, shimDisconnect: true, projectId }),
walletConnectWallet({ chains, projectId }),
coinbaseWallet({ appName: 'mStable', chains }),
rabbyWallet({ chains }),
],
},
{
Expand Down

0 comments on commit a8ce2c9

Please sign in to comment.