From f1fc2246f54938afb4cee56bbfd126603a861a4b Mon Sep 17 00:00:00 2001 From: yan <757094197@qq.com> Date: Tue, 5 Aug 2025 18:45:10 +0800 Subject: [PATCH 1/2] feat: add ONTO wallet --- wallets-v2.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index 5c9711f..c933bb7 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -712,5 +712,31 @@ "extraCurrencySupported": false } ] + }, + , + { + "app_name": "walletOnto", + "name": "ONTO", + "image": "https://onto.app/ontoMsgPic/onto.png", + "about_url": "https://onto.app", + "universal_url": "https://link.onto.app/ton-connect", + "bridge": [ + { + "type": "js", + "key": "walletOnto" + }, + { + "type": "sse", + "url": "https://tonbridge.onto.app/bridge" + } + ], + "platforms": ["ios", "android"], + "features": [ + { + "name": "SendTransaction", + "maxMessages": 255, + "extraCurrencySupported": false + } + ] } ] From f0659e32a9df428ff8531122e6cf354fd34da55c Mon Sep 17 00:00:00 2001 From: Yan <757094197@qq.com> Date: Wed, 6 Aug 2025 10:39:51 +0800 Subject: [PATCH 2/2] feat: add ONTO wallet --- wallets-v2.json | 1 - 1 file changed, 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index c933bb7..1a7003e 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -713,7 +713,6 @@ } ] }, - , { "app_name": "walletOnto", "name": "ONTO",