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