From a87f5ab9532e6d390e79e3c403d47e4d19c16831 Mon Sep 17 00:00:00 2001 From: bryanForSafe <87746660+bryanForSafe@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:29:19 +0800 Subject: [PATCH 1/2] SafePal TonConnect 2.0 SafePal TonConnect 2.0 --- wallets.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/wallets.json b/wallets.json index 449674a..87b112b 100644 --- a/wallets.json +++ b/wallets.json @@ -1,4 +1,16 @@ [ + { + "name": "SafePal", + "image": "https://s.pvcliping.com/web/public_image/SafePal_x288.png", + "about_url": "https://www.safepal.com/", + "universal_url": "https://www.safepal.com/download", + "bridge": [ + { + "type": "js", + "key": "safepal" + } + ] + }, { "name": "Tonkeeper", "image": "https://tonkeeper.com/assets/tonconnect-icon.png", From df51dc3a57bd46522a6c2f481bb1a06f004c8eb1 Mon Sep 17 00:00:00 2001 From: bryanForSafe <87746660+bryanForSafe@users.noreply.github.com> Date: Mon, 19 Feb 2024 10:42:19 +0800 Subject: [PATCH 2/2] Update wallets.json Update wallets.json --- wallets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets.json b/wallets.json index 87b112b..32e6be0 100644 --- a/wallets.json +++ b/wallets.json @@ -7,7 +7,7 @@ "bridge": [ { "type": "js", - "key": "safepal" + "key": "safepalwallet" } ] },