From adeb6e3aafe8acb4c1ff46370ab332f4cdfc6565 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?khi=C3=AAm?= <87562184+khiemsoft@users.noreply.github.com> Date: Fri, 31 May 2024 17:02:48 +0700 Subject: [PATCH] feat: submit coin98 super wallet --- wallets-v2.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index 00ba1ec..8b50989 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -120,5 +120,18 @@ } ], "platforms": ["chrome"] + }, + { + "app_name": "coin98wallet", + "name": "Coin98", + "image": "https://coin98.s3.ap-southeast-1.amazonaws.com/Logo/c982024.png", + "about_url": "https://chromewebstore.google.com/detail/coin98-wallet/aeachknmefphepccionboohckonoeemg", + "bridge": [ + { + "type": "js", + "key": "coin98" + } + ], + "platforms": ["chrome", "firefox", "android", "ios"] } ]