This commit is contained in:
Bill He 2024-02-16 13:57:06 -08:00
parent 1bd65739c8
commit 4e0319767f
No known key found for this signature in database
GPG Key ID: 73AEEF9D79E5BBF8

View File

@ -217,7 +217,7 @@ export const wallets: Record<WalletType, WalletConfig> = {
},
[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,