Skip to content

Commit

Permalink
Add OKX wallet (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarvu authored Dec 17, 2024
1 parent 64f561d commit 6b0129d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/app/src/config/wagmi/getWallets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { WalletList, getDefaultWallets } from '@rainbow-me/rainbowkit'
import {
coinbaseWallet,
metaMaskWallet,
okxWallet,
rainbowWallet,
safeWallet,
walletConnectWallet,
Expand All @@ -19,6 +20,7 @@ export function getWallets(): WalletList {
...(popularWallets?.wallets ?? [rainbowWallet, coinbaseWallet, metaMaskWallet, walletConnectWallet]),
// Safe wallet (shown when available)
safeWallet,
okxWallet,
],
},
]
Expand Down

0 comments on commit 6b0129d

Please sign in to comment.