From 2ab4468bd35cc7cf9c397604ac9467897073a3e1 Mon Sep 17 00:00:00 2001 From: Tien Tran Date: Thu, 27 Feb 2025 17:38:53 +0700 Subject: [PATCH] chore: update wallets-v2.json for Mirai App --- wallets-v2.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index b8b933f..039c420 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -350,5 +350,24 @@ } ], "platforms": ["ios", "android", "macos", "windows", "linux"] + }, + { + "app_name": "miraiapp", + "name": "Mirai App", + "image": "https://cdn.mirailabs.co/miraihub/miraiapp-icon-288.png", + "about_url": "https://mirai.app", + "universal_url": "https://go.miraiapp.io/ton-connect", + "deepLink": "miraiapp://", + "bridge": [ + { + "type": "sse", + "url": "https://bridge.mirai.app" + }, + { + "type": "js", + "key": "miraiapp" + } + ], + "platforms": ["ios", "android", "chrome", "firefox"] } ]