Skip to content

Commit fd33f38

Browse files
authored
Merge branch 'main' into main
2 parents d8e6931 + 497bc90 commit fd33f38

File tree

1 file changed

+44
-1
lines changed

1 file changed

+44
-1
lines changed

wallets-v2.json

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"name": "SendTransaction",
1818
"maxMessages": 255,
1919
"extraCurrencySupported": true
20+
},
21+
{
22+
"name": "SignData",
23+
"types": ["text", "binary", "cell"]
2024
}
2125
]
2226
},
@@ -44,6 +48,10 @@
4448
"name": "SendTransaction",
4549
"maxMessages": 255,
4650
"extraCurrencySupported": true
51+
},
52+
{
53+
"name": "SignData",
54+
"types": ["text", "binary", "cell"]
4755
}
4856
]
4957
},
@@ -78,7 +86,11 @@
7886
"name": "SendTransaction",
7987
"maxMessages": 255,
8088
"extraCurrencySupported": false
81-
}
89+
},
90+
{
91+
"name": "SignData",
92+
"types": ["text", "binary", "cell"]
93+
}
8294
]
8395
},
8496
{
@@ -103,6 +115,10 @@
103115
"name": "SendTransaction",
104116
"maxMessages": 255,
105117
"extraCurrencySupported": true
118+
},
119+
{
120+
"name": "SignData",
121+
"types": ["text", "binary", "cell"]
106122
}
107123
]
108124
},
@@ -517,6 +533,10 @@
517533
"name": "SendTransaction",
518534
"maxMessages": 255,
519535
"extraCurrencySupported": false
536+
},
537+
{
538+
"name": "SignData",
539+
"types": ["text", "binary", "cell"]
520540
}
521541
]
522542
},
@@ -596,6 +616,10 @@
596616
"name": "SendTransaction",
597617
"maxMessages": 255,
598618
"extraCurrencySupported": true
619+
},
620+
{
621+
"name": "SignData",
622+
"types": ["text", "binary", "cell"]
599623
}
600624
]
601625
},
@@ -628,6 +652,25 @@
628652
}
629653
]
630654
},
655+
{
656+
"app_name": "echoooTonWallet",
657+
"name": "EchoooWallet",
658+
"image": "https://cdn.echooo.xyz/front-end/source/images/logo/echooo-ton.png",
659+
"about_url": "https://www.echooo.xyz",
660+
"universal_url": "https://www.echooo.xyz/ton-connect",
661+
"deepLink": "echooo://",
662+
"bridge": [
663+
{
664+
"type": "js",
665+
"key": "echoooTonWallet"
666+
},
667+
{
668+
"type": "sse",
669+
"url": "https://ton-connect-bridge.echooo.link/bridge"
670+
}
671+
],
672+
"platforms": ["ios", "android"]
673+
},
631674
{
632675
"app_name": "blitzwallet",
633676
"name": "BLITZ wallet",

0 commit comments

Comments
 (0)