From 974de063bff7a37e50ee167cb8ffcd20fcbe54f0 Mon Sep 17 00:00:00 2001 From: Rustin Chi Date: Wed, 28 Aug 2024 10:09:55 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9C=A8=20feat:=20add=20HiBit=20ID=20wall?= =?UTF-8?q?et?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wallets-v2.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index c9be270..684329b 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -228,5 +228,18 @@ } ], "platforms": ["ios", "android", "macos", "windows", "linux"] + }, + { + "app_name": "hibitid", + "name": "HiBit ID", + "image": "https://raw.githubusercontent.com/Deland-Labs/hibit-id-examples/main/public/logo_288.png", + "about_url": "https://www.hibit.one/", + "bridge": [ + { + "type": "js", + "key": "hibitid" + } + ], + "platforms": ["chrome"] } ] \ No newline at end of file From c4241aa77509b1311f761ba4cf5da063e08bfcd3 Mon Sep 17 00:00:00 2001 From: Rustin Chi Date: Wed, 28 Aug 2024 10:23:08 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E2=9C=A8=20feat:=20update=20about=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index 684329b..e5075c7 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -233,7 +233,7 @@ "app_name": "hibitid", "name": "HiBit ID", "image": "https://raw.githubusercontent.com/Deland-Labs/hibit-id-examples/main/public/logo_288.png", - "about_url": "https://www.hibit.one/", + "about_url": "https://github.com/Deland-Labs/hibit-id-examples", "bridge": [ { "type": "js",