Skip to content

Commit

Permalink
add safe app support (#2906)
Browse files Browse the repository at this point in the history
  • Loading branch information
brightiron committed Jul 19, 2023
1 parent 87d2cb3 commit 08ecc85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hooks/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
okxWallet,
rabbyWallet,
rainbowWallet,
safeWallet,
walletConnectWallet,
} from "@rainbow-me/rainbowkit/wallets";
import { Environment } from "src/helpers/environment/Environment/Environment";
Expand Down Expand Up @@ -81,6 +82,7 @@ const connectors = connectorsForWallets([
coinbaseWallet({ appName: "Olympus DAO", chains }),
rabbyWallet({ chains, shimDisconnect: true }),
okxWallet({ projectId: walletConnectProjectId, chains }),
safeWallet({ chains }),
...(needsInjectedWalletFallback ? [injectedWallet({ chains, shimDisconnect: true })] : []),
],
},
Expand Down

0 comments on commit 08ecc85

Please sign in to comment.