From f5a19ef9edb255033f869d53a365a23d3910db7e 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 | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index c67ac1e..7a2ec0d 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 +]