Skip to content

Commit

Permalink
feat: Added okx Wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanex01 committed Oct 25, 2024
1 parent 749d5cb commit 4db88f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ if (typeof window !== "undefined") {
export const availableConnectors = [
new InjectedConnector({ options: { id: "braavos", name: "Braavos" } }),
new InjectedConnector({ options: { id: "argentX", name: "Argent X" } }),
// Added okxwallet
new InjectedConnector({ options: { id: "okxwallet", name: "Okx Wallet" } }),
new InjectedConnector({ options: { id: "okxwallet", name: "Okx Wallet" } }), // Added okxwallet
new WebWalletConnector({
url:
getCurrentNetwork() === "TESTNET"
Expand Down

0 comments on commit 4db88f4

Please sign in to comment.