From 564373ac92c0e3040b624b08d387b98c8d3151bd 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 c67ac1e..4ebefbf 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -247,5 +247,18 @@ } ], "platforms": ["ios", "android"] + }, + { + "app_name": "onekey", + "name": "OneKey", + "image": "https://common.onekey-asset.com/logo/onekey.png", + "about_url": "https://onekey.so", + "bridge": [ + { + "type": "js", + "key": "onekeyTonWallet" + } + ], + "platforms": ["chrome"] } ] \ No newline at end of file