From 4e0319767f66ea5f59f5651357441d36cb647fa0 Mon Sep 17 00:00:00 2001 From: Bill He Date: Fri, 16 Feb 2024 13:57:06 -0800 Subject: [PATCH] strings --- src/constants/wallets.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/wallets.ts b/src/constants/wallets.ts index e1d0b8f..83411cc 100644 --- a/src/constants/wallets.ts +++ b/src/constants/wallets.ts @@ -217,7 +217,7 @@ export const wallets: Record = { }, [WalletType.OkxWallet]: { type: WalletType.OkxWallet, - stringKey: STRING_KEYS.TRUST_WALLET, + stringKey: STRING_KEYS.OKX_WALLET, icon: OkxWalletIcon, connectionTypes: [WalletConnectionType.InjectedEip1193, WalletConnectionType.WalletConnect2], matchesInjectedEip1193: (provider) => provider.isOkxWallet,