From 72df103dbd4eac43cf6cba71c1322accdc356227 Mon Sep 17 00:00:00 2001 From: SatorFront Date: Thu, 27 Jun 2024 19:22:24 +0300 Subject: [PATCH 1/3] feat: add fintopio wallets --- wallets-v2.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/wallets-v2.json b/wallets-v2.json index 5ac5254..cceed6e 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -148,5 +148,19 @@ ], "platforms": ["ios", "android", "chrome"], "universal_url": "https://bkcode.vip/ton-connect" + }, + { + "app_name": "fintopio-tg", + "name": "Fintopio Telegram", + "image": "https://fintopio.com/favicons/favicon-196x196.png", + "about_url": "https://fintopio.com", + "universal_url": "https://t.me/fintopio/wallet", + "bridge": [ + { + "type": "sse", + "url": "https://wallet-bridge.fintopio.com/bridge" + } + ], + "platforms": ["ios", "android", "macos", "windows", "linux"] } ] From 9d3ee450db9227f992d4d784e5ea475ee8a032f5 Mon Sep 17 00:00:00 2001 From: S_PONY Date: Wed, 25 Sep 2024 12:00:39 +0800 Subject: [PATCH 2/3] fix: update gate logo --- wallets-v2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallets-v2.json b/wallets-v2.json index e746225..6dfdc50 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -251,7 +251,7 @@ { "app_name": "GateWallet", "name": "GateWallet", - "image": "https://prd-web-imgs.s3.ap-northeast-1.amazonaws.com/prd-ordinal-imgs/0192a45e72abbdfb/gateIo.png", + "image": "https://img.gatedataimg.com/prd-ordinal-imgs/036f07bb8730716e/gateio-0925.png", "about_url": "https://www.gate.io/", "bridge": [ { From 232720d6be9586246dff13ccc0c410cc4d19b233 Mon Sep 17 00:00:00 2001 From: ev-macfin <146023324+ev-macfin@users.noreply.github.com> Date: Thu, 17 Oct 2024 15:22:06 +0200 Subject: [PATCH 3/3] Update wallets-v2.json --- wallets-v2.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/wallets-v2.json b/wallets-v2.json index 8853976..e9d8680 100644 --- a/wallets-v2.json +++ b/wallets-v2.json @@ -211,20 +211,6 @@ "android" ] }, - { - "app_name": "fintopio-tg", - "name": "Fintopio Telegram", - "image": "https://fintopio.com/tonconnect-icon.png", - "about_url": "https://fintopio.com", - "universal_url": "https://t.me/fintopio?attach=wallet", - "bridge": [ - { - "type": "sse", - "url": "https://wallet-bridge.fintopio.com/bridge" - } - ], - "platforms": ["ios", "android", "macos", "windows", "linux"] - }, { "app_name": "hot", "name": "HOT", @@ -298,5 +284,19 @@ ], "platforms": ["ios", "android", "macos", "windows", "linux"], "universal_url": "https://app.binance.com/cedefi/ton-connect" + }, + { + "app_name": "fintopio-tg", + "name": "Fintopio Telegram", + "image": "https://fintopio.com/tonconnect-icon.png", + "about_url": "https://fintopio.com", + "universal_url": "https://t.me/fintopio?attach=wallet", + "bridge": [ + { + "type": "sse", + "url": "https://wallet-bridge.fintopio.com/bridge" + } + ], + "platforms": ["ios", "android", "macos", "windows", "linux"] } ]