Skip to content

Commit 9997086

Browse files
committed
Add TonGate wallet to registry
1 parent 2199e4c commit 9997086

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

wallets-v2.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,5 +575,26 @@
575575
}
576576
],
577577
"platforms": ["ios", "android", "macos", "windows", "linux"]
578+
},
579+
{
580+
"app_name": "tongate",
581+
"name": "TonGate",
582+
"image": "https://tongate.app/assets/images/tongate_icon.png",
583+
"about_url": "https://tongate.app",
584+
"universal_url": "https://tongate.app/connect",
585+
"bridge": [
586+
{
587+
"type": "sse",
588+
"url": "https://bridge.tonapi.io/bridge"
589+
}
590+
],
591+
"platforms": ["ios", "android"],
592+
"features": [
593+
{
594+
"name": "SendTransaction",
595+
"maxMessages": 4,
596+
"extraCurrencySupported": false
597+
}
598+
]
578599
}
579600
]

wallets.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,19 @@
118118
}
119119
],
120120
"platforms": ["chrome"]
121+
},
122+
{
123+
"app_name": "tongate",
124+
"name": "TonGate",
125+
"image": "https://tongate.app/assets/images/tongate_icon.png",
126+
"about_url": "https://tongate.app",
127+
"universal_url": "https://tongate.app/connect",
128+
"bridge": [
129+
{
130+
"type": "sse",
131+
"url": "https://bridge.tonapi.io/bridge"
132+
}
133+
],
134+
"platforms": ["ios", "android"]
121135
}
122136
]

0 commit comments

Comments
 (0)