Skip to content

Commit 497bc90

Browse files
authored
Merge pull request #188 from ek-ton-tech/patch-2
Update wallets-v2.json with signData feature
2 parents fb77361 + 331fc4a commit 497bc90

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

wallets-v2.json

Lines changed: 26 additions & 2 deletions
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
},
@@ -648,4 +672,4 @@
648672
],
649673
"platforms": ["ios", "android"]
650674
}
651-
]
675+
]

0 commit comments

Comments
 (0)