Skip to content

Commit

Permalink
add supported wallet name
Browse files Browse the repository at this point in the history
  • Loading branch information
MickWang committed May 17, 2024
1 parent ed021cf commit 7f4f679
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/wallets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ type WalletEntry = { walletName: string; type: "injected" | "metaMask" | "wallet
export const confirmedSupportedWallets: WalletEntry[] = [
{ walletName: "MetaMask", type: "metaMask" },

{ walletName: "Binance Web3", type: "injected" },
{ walletName: "Injected", type: "injected" },
{ walletName: "OKX", type: "injected" },
{ walletName: "GateWallet", type: "injected" },
Expand Down

0 comments on commit 7f4f679

Please sign in to comment.