From 910aff830638f6659f7c30fbdd1b5b1f6172982b Mon Sep 17 00:00:00 2001 From: ByteZhang Date: Fri, 30 Aug 2024 08:55:27 +0800 Subject: [PATCH] feat: support onekey wallet --- wallets-v2.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index e404983..99d3bd0 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -265,5 +265,18 @@ ], "platforms": ["ios", "android"], "universal_url": "https://gateio.onelink.me/DmA6/web3" + }, + { + "app_name": "onekey", + "name": "OneKey", + "image": "https://common.onekey-asset.com/logo/onekey-x288.png", + "about_url": "https://onekey.so", + "bridge": [ + { + "type": "js", + "key": "onekeyTonWallet" + } + ], + "platforms": ["chrome"] } ]