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,