diff --git a/app/provider.tsx b/app/provider.tsx index a4b15cdc..6cdd3b42 100644 --- a/app/provider.tsx +++ b/app/provider.tsx @@ -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"