From 16f12c5b296c4abe12a932cabaa77c1e01b0bbbc Mon Sep 17 00:00:00 2001 From: "quanquan.luo" Date: Mon, 14 Oct 2024 10:37:43 +0800 Subject: [PATCH] feat: add OKX Mini Wallet --- wallets-v2.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index 6dfdc50..9882c4f 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -284,5 +284,19 @@ ], "platforms": ["ios", "android", "macos", "windows", "linux"], "universal_url": "https://app.binance.com/cedefi/ton-connect" + }, + { + "app_name": "okxMiniWallet", + "name": "OKX Mini Wallet", + "image": "https://static.okx.com/cdn/assets/imgs/247/58E63FEA47A2B7D7.png", + "about_url": "https://www.okx.com/web3", + "universal_url": "https://t.me/OKX_WALLET_BOT?attach=wallet", + "bridge": [ + { + "type": "sse", + "url": "https://www.okx.com/tonbridge/discover/rpc/bridge" + } + ], + "platforms": ["ios", "android", "macos", "windows", "linux"] } ]