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 16, 2024
1 parent fbaeffb commit d2630b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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
2 changes: 0 additions & 2 deletions libs/dhedge/withdraw/src/components/BurnForm/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ export const { Provider, useTrackedState, useUpdate } = createContainer(() => {
);
}, [v1VaultAddress]);

console.log(state);

const { data, isLoading, refetch } = useContractReads({
contracts: [
{
Expand Down

0 comments on commit d2630b3

Please sign in to comment.