Skip to content

Commit

Permalink
Merge pull request #910 from Emmanex01/added-okxwallet
Browse files Browse the repository at this point in the history
Added okxwallet
  • Loading branch information
Marchand-Nicolas authored Oct 28, 2024
2 parents 286d3f1 + 4db88f4 commit 64b8bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ if (typeof window !== "undefined") {
export const availableConnectors = [
new InjectedConnector({ options: { id: "braavos", name: "Braavos" } }),
new InjectedConnector({ options: { id: "argentX", name: "Argent X" } }),
new InjectedConnector({ options: { id: "okxwallet", name: "Okx Wallet" } }), // Added okxwallet
new WebWalletConnector({
url:
getCurrentNetwork() === "TESTNET"
Expand Down

0 comments on commit 64b8bc4

Please sign in to comment.