@dydxprotocol/v4-localization 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/publish.yml +38 -0
- package/.gitleaks.toml +17 -0
- package/.gitleaksignore +0 -0
- package/.nvmrc +1 -0
- package/config/countries.json +1117 -0
- package/config/localization/app.ts +23 -0
- package/config/localization/de/app.json +1316 -0
- package/config/localization/de/tooltips.json +228 -0
- package/config/localization/en/app.json +1316 -0
- package/config/localization/en/tooltips.json +228 -0
- package/config/localization/es/app.json +1311 -0
- package/config/localization/es/tooltips.json +228 -0
- package/config/localization/fr/app.json +1311 -0
- package/config/localization/fr/tooltips.json +228 -0
- package/config/localization/ja/app.json +1311 -0
- package/config/localization/ja/tooltips.json +228 -0
- package/config/localization/ko/app.json +1316 -0
- package/config/localization/ko/tooltips.json +228 -0
- package/config/localization/languages.json +43 -0
- package/config/localization/pt/app.json +1311 -0
- package/config/localization/pt/tooltips.json +228 -0
- package/config/localization/ru/app.json +1316 -0
- package/config/localization/ru/tooltips.json +228 -0
- package/config/localization/tooltip.ts +23 -0
- package/config/localization/tr/app.json +1311 -0
- package/config/localization/tr/tooltips.json +228 -0
- package/config/localization/zh-CN/app.json +1124 -0
- package/config/localization/zh-CN/tooltips.json +228 -0
- package/config/localization_notifications/de/app.json +40 -0
- package/config/localization_notifications/en/app.json +40 -0
- package/config/localization_notifications/es/app.json +40 -0
- package/config/localization_notifications/fr/app.json +40 -0
- package/config/localization_notifications/index.ts +23 -0
- package/config/localization_notifications/ja/app.json +40 -0
- package/config/localization_notifications/ko/app.json +40 -0
- package/config/localization_notifications/pt/app.json +40 -0
- package/config/localization_notifications/ru/app.json +40 -0
- package/config/localization_notifications/tr/app.json +40 -0
- package/config/localization_notifications/zh-CN/app.json +40 -0
- package/config/localizations_native/de/app.json +451 -0
- package/config/localizations_native/en/app.json +451 -0
- package/config/localizations_native/es/app.json +451 -0
- package/config/localizations_native/fr/app.json +451 -0
- package/config/localizations_native/index.ts +23 -0
- package/config/localizations_native/ja/app.json +451 -0
- package/config/localizations_native/ko/app.json +451 -0
- package/config/localizations_native/pt/app.json +451 -0
- package/config/localizations_native/ru/app.json +451 -0
- package/config/localizations_native/tr/app.json +451 -0
- package/config/localizations_native/zh-CN/app.json +398 -0
- package/config/markets.json +700 -0
- package/config/prod/walletsV2.json +646 -0
- package/config/staging/walletsV2.json +646 -0
- package/config/version_ios.json +14 -0
- package/index.ts +25 -0
- package/package.json +22 -0
- package/readme.md +63 -0
- package/scripts/codegen_localization_app +0 -0
- package/scripts/codegen_localization_app.swift +59 -0
- package/scripts/codegen_localization_tooltips.swift +46 -0
- package/scripts/generated/app.ts +1356 -0
- package/scripts/generated/tooltips.ts +134 -0
- package/scripts/merge_jsons.sh +48 -0
- package/scripts/publish-if-not-exists.sh +21 -0
- package/v4/staging/markets.json +704 -0
- package/wallet_connect/dapps.json +4836 -0
- package/wallet_connect/index.ts +7 -0
- package/wallet_connect/wallets.json +4033 -0
|
@@ -0,0 +1,4033 @@
|
|
|
1
|
+
{
|
|
2
|
+
"1ae92b26df02f0abca6304df07debccd18262fdf5fe82daa81593582dac9a369": {
|
|
3
|
+
"id": "1ae92b26df02f0abca6304df07debccd18262fdf5fe82daa81593582dac9a369",
|
|
4
|
+
"name": "Rainbow",
|
|
5
|
+
"description": "",
|
|
6
|
+
"homepage": "https://rainbow.me/",
|
|
7
|
+
"chains": [
|
|
8
|
+
"eip155:1"
|
|
9
|
+
],
|
|
10
|
+
"versions": [
|
|
11
|
+
"1"
|
|
12
|
+
],
|
|
13
|
+
"app": {
|
|
14
|
+
"browser": "",
|
|
15
|
+
"ios": "https://apps.apple.com/us/app/rainbow-ethereum-wallet/id1457119021",
|
|
16
|
+
"android": "",
|
|
17
|
+
"mac": "",
|
|
18
|
+
"windows": "",
|
|
19
|
+
"linux": ""
|
|
20
|
+
},
|
|
21
|
+
"mobile": {
|
|
22
|
+
"native": "rainbow:",
|
|
23
|
+
"universal": "https://rnbwapp.com"
|
|
24
|
+
},
|
|
25
|
+
"desktop": {
|
|
26
|
+
"native": "",
|
|
27
|
+
"universal": ""
|
|
28
|
+
},
|
|
29
|
+
"metadata": {
|
|
30
|
+
"shortName": "Rainbow",
|
|
31
|
+
"colors": {
|
|
32
|
+
"primary": "rgb(0, 30, 89)",
|
|
33
|
+
"secondary": ""
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
"4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0": {
|
|
38
|
+
"id": "4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0",
|
|
39
|
+
"name": "Trust Wallet",
|
|
40
|
+
"description": "",
|
|
41
|
+
"homepage": "https://trustwallet.com/",
|
|
42
|
+
"chains": [
|
|
43
|
+
"eip155:1"
|
|
44
|
+
],
|
|
45
|
+
"versions": [
|
|
46
|
+
"1"
|
|
47
|
+
],
|
|
48
|
+
"app": {
|
|
49
|
+
"browser": "",
|
|
50
|
+
"ios": "https://apps.apple.com/app/apple-store/id1288339409",
|
|
51
|
+
"android": "https://play.google.com/store/apps/details?id=com.wallet.crypto.trustapp",
|
|
52
|
+
"mac": "",
|
|
53
|
+
"windows": "",
|
|
54
|
+
"linux": ""
|
|
55
|
+
},
|
|
56
|
+
"mobile": {
|
|
57
|
+
"native": "trust:",
|
|
58
|
+
"universal": "https://link.trustwallet.com"
|
|
59
|
+
},
|
|
60
|
+
"desktop": {
|
|
61
|
+
"native": "",
|
|
62
|
+
"universal": ""
|
|
63
|
+
},
|
|
64
|
+
"metadata": {
|
|
65
|
+
"shortName": "Trust",
|
|
66
|
+
"colors": {
|
|
67
|
+
"primary": "rgb(51, 117, 187)",
|
|
68
|
+
"secondary": ""
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
"cf21952a9bc8108bf13b12c92443751e2cc388d27008be4201b92bbc6d83dd46": {
|
|
73
|
+
"id": "cf21952a9bc8108bf13b12c92443751e2cc388d27008be4201b92bbc6d83dd46",
|
|
74
|
+
"name": "Argent",
|
|
75
|
+
"description": "",
|
|
76
|
+
"homepage": "https://argent.xyz/",
|
|
77
|
+
"chains": [
|
|
78
|
+
"eip155:1"
|
|
79
|
+
],
|
|
80
|
+
"versions": [
|
|
81
|
+
"1"
|
|
82
|
+
],
|
|
83
|
+
"app": {
|
|
84
|
+
"browser": "",
|
|
85
|
+
"ios": "https://apps.apple.com/us/app/argent/id1358741926",
|
|
86
|
+
"android": "https://play.google.com/store/apps/details?id=im.argent.contractwalletclient",
|
|
87
|
+
"mac": "",
|
|
88
|
+
"windows": "",
|
|
89
|
+
"linux": ""
|
|
90
|
+
},
|
|
91
|
+
"mobile": {
|
|
92
|
+
"native": "argent://app",
|
|
93
|
+
"universal": "https://argent.link/app"
|
|
94
|
+
},
|
|
95
|
+
"desktop": {
|
|
96
|
+
"native": "",
|
|
97
|
+
"universal": ""
|
|
98
|
+
},
|
|
99
|
+
"metadata": {
|
|
100
|
+
"shortName": "Argent",
|
|
101
|
+
"colors": {
|
|
102
|
+
"primary": "rgb(255, 135, 91)",
|
|
103
|
+
"secondary": ""
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96": {
|
|
108
|
+
"id": "c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96",
|
|
109
|
+
"name": "MetaMask",
|
|
110
|
+
"description": "",
|
|
111
|
+
"homepage": "https://metamask.io/",
|
|
112
|
+
"chains": [
|
|
113
|
+
"eip155:1"
|
|
114
|
+
],
|
|
115
|
+
"versions": [
|
|
116
|
+
"1"
|
|
117
|
+
],
|
|
118
|
+
"app": {
|
|
119
|
+
"browser": "",
|
|
120
|
+
"ios": "https://apps.apple.com/us/app/metamask/id1438144202",
|
|
121
|
+
"android": "https://play.google.com/store/apps/details?id=io.metamask",
|
|
122
|
+
"mac": "",
|
|
123
|
+
"windows": "",
|
|
124
|
+
"linux": ""
|
|
125
|
+
},
|
|
126
|
+
"mobile": {
|
|
127
|
+
"native": "metamask:",
|
|
128
|
+
"universal": "https://metamask.app.link"
|
|
129
|
+
},
|
|
130
|
+
"desktop": {
|
|
131
|
+
"native": "",
|
|
132
|
+
"universal": ""
|
|
133
|
+
},
|
|
134
|
+
"metadata": {
|
|
135
|
+
"shortName": "MetaMask",
|
|
136
|
+
"colors": {
|
|
137
|
+
"primary": "rgb(255, 255, 255)",
|
|
138
|
+
"secondary": ""
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
"a5cfbd9a263c9dcfb59d6e9dc00933c46f00277ed78a6a0a1e38b0c17e09671f": {
|
|
143
|
+
"id": "a5cfbd9a263c9dcfb59d6e9dc00933c46f00277ed78a6a0a1e38b0c17e09671f",
|
|
144
|
+
"name": "Gnosis Safe Multisig",
|
|
145
|
+
"description": "",
|
|
146
|
+
"homepage": "https://gnosis-safe.io/",
|
|
147
|
+
"chains": [
|
|
148
|
+
"eip155:1"
|
|
149
|
+
],
|
|
150
|
+
"versions": [
|
|
151
|
+
"1"
|
|
152
|
+
],
|
|
153
|
+
"app": {
|
|
154
|
+
"browser": "https://gnosis-safe.io/app/",
|
|
155
|
+
"ios": "https://apps.apple.com/app/id1515759131",
|
|
156
|
+
"android": "https://play.google.com/store/apps/details?id=io.gnosis.safe",
|
|
157
|
+
"mac": "",
|
|
158
|
+
"windows": "",
|
|
159
|
+
"linux": ""
|
|
160
|
+
},
|
|
161
|
+
"mobile": {
|
|
162
|
+
"native": "gnosissafe:",
|
|
163
|
+
"universal": "https://gnosis-safe.io/"
|
|
164
|
+
},
|
|
165
|
+
"desktop": {
|
|
166
|
+
"native": "",
|
|
167
|
+
"universal": ""
|
|
168
|
+
},
|
|
169
|
+
"metadata": {
|
|
170
|
+
"shortName": "Gnosis Safe",
|
|
171
|
+
"colors": {
|
|
172
|
+
"primary": "#091828",
|
|
173
|
+
"secondary": "#fff"
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
"f2436c67184f158d1beda5df53298ee84abfc367581e4505134b5bcf5f46697d": {
|
|
178
|
+
"id": "f2436c67184f158d1beda5df53298ee84abfc367581e4505134b5bcf5f46697d",
|
|
179
|
+
"name": "Crypto.com | DeFi Wallet",
|
|
180
|
+
"description": "",
|
|
181
|
+
"homepage": "https://crypto.com/",
|
|
182
|
+
"chains": [
|
|
183
|
+
"eip155:1"
|
|
184
|
+
],
|
|
185
|
+
"versions": [
|
|
186
|
+
"1"
|
|
187
|
+
],
|
|
188
|
+
"app": {
|
|
189
|
+
"browser": "",
|
|
190
|
+
"ios": "https://apps.apple.com/us/app/id1262148500",
|
|
191
|
+
"android": "https://play.google.com/store/apps/details?id=co.mona.android",
|
|
192
|
+
"mac": "",
|
|
193
|
+
"windows": "",
|
|
194
|
+
"linux": ""
|
|
195
|
+
},
|
|
196
|
+
"mobile": {
|
|
197
|
+
"native": "cryptowallet:",
|
|
198
|
+
"universal": "https://wallet.crypto.com"
|
|
199
|
+
},
|
|
200
|
+
"desktop": {
|
|
201
|
+
"native": "",
|
|
202
|
+
"universal": ""
|
|
203
|
+
},
|
|
204
|
+
"metadata": {
|
|
205
|
+
"shortName": "Crypto.com",
|
|
206
|
+
"colors": {
|
|
207
|
+
"primary": "rgb(17, 153, 250)",
|
|
208
|
+
"secondary": ""
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
"0b58bf037bf943e934706796fb017d59eace1dadcbc1d9fe24d9b46629e5985c": {
|
|
213
|
+
"id": "0b58bf037bf943e934706796fb017d59eace1dadcbc1d9fe24d9b46629e5985c",
|
|
214
|
+
"name": "Pillar",
|
|
215
|
+
"description": "",
|
|
216
|
+
"homepage": "https://pillarproject.io/",
|
|
217
|
+
"chains": [
|
|
218
|
+
"eip155:1"
|
|
219
|
+
],
|
|
220
|
+
"versions": [
|
|
221
|
+
"1"
|
|
222
|
+
],
|
|
223
|
+
"app": {
|
|
224
|
+
"browser": "",
|
|
225
|
+
"ios": "https://apps.apple.com/app/apple-store/id1346582238",
|
|
226
|
+
"android": "https://play.google.com/store/apps/details?id=com.pillarproject.wallet",
|
|
227
|
+
"mac": "",
|
|
228
|
+
"windows": "",
|
|
229
|
+
"linux": ""
|
|
230
|
+
},
|
|
231
|
+
"mobile": {
|
|
232
|
+
"native": "pillarwallet:",
|
|
233
|
+
"universal": ""
|
|
234
|
+
},
|
|
235
|
+
"desktop": {
|
|
236
|
+
"native": "",
|
|
237
|
+
"universal": ""
|
|
238
|
+
},
|
|
239
|
+
"metadata": {
|
|
240
|
+
"shortName": "Pillar",
|
|
241
|
+
"colors": {
|
|
242
|
+
"primary": "rgb(255, 255, 255)",
|
|
243
|
+
"secondary": ""
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
},
|
|
247
|
+
"9d373b43ad4d2cf190fb1a774ec964a1addf406d6fd24af94ab7596e58c291b2": {
|
|
248
|
+
"id": "9d373b43ad4d2cf190fb1a774ec964a1addf406d6fd24af94ab7596e58c291b2",
|
|
249
|
+
"name": "imToken",
|
|
250
|
+
"description": "",
|
|
251
|
+
"homepage": "https://token.im/",
|
|
252
|
+
"chains": [
|
|
253
|
+
"eip155:1"
|
|
254
|
+
],
|
|
255
|
+
"versions": [
|
|
256
|
+
"1"
|
|
257
|
+
],
|
|
258
|
+
"app": {
|
|
259
|
+
"browser": "",
|
|
260
|
+
"ios": "https://itunes.apple.com/us/app/imtoken2/id1384798940",
|
|
261
|
+
"android": "https://play.google.com/store/apps/details?id=im.token.app",
|
|
262
|
+
"mac": "",
|
|
263
|
+
"windows": "",
|
|
264
|
+
"linux": ""
|
|
265
|
+
},
|
|
266
|
+
"mobile": {
|
|
267
|
+
"native": "imtokenv2:",
|
|
268
|
+
"universal": ""
|
|
269
|
+
},
|
|
270
|
+
"desktop": {
|
|
271
|
+
"native": "",
|
|
272
|
+
"universal": ""
|
|
273
|
+
},
|
|
274
|
+
"metadata": {
|
|
275
|
+
"shortName": "imToken",
|
|
276
|
+
"colors": {
|
|
277
|
+
"primary": "rgb(255, 255, 255)",
|
|
278
|
+
"secondary": ""
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
},
|
|
282
|
+
"dceb063851b1833cbb209e3717a0a0b06bf3fb500fe9db8cd3a553e4b1d02137": {
|
|
283
|
+
"id": "dceb063851b1833cbb209e3717a0a0b06bf3fb500fe9db8cd3a553e4b1d02137",
|
|
284
|
+
"name": "ONTO",
|
|
285
|
+
"description": "",
|
|
286
|
+
"homepage": "https://onto.app/",
|
|
287
|
+
"chains": [
|
|
288
|
+
"eip155:1"
|
|
289
|
+
],
|
|
290
|
+
"versions": [
|
|
291
|
+
"1"
|
|
292
|
+
],
|
|
293
|
+
"app": {
|
|
294
|
+
"browser": "",
|
|
295
|
+
"ios": "https://apps.apple.com/us/app/onto-an-ontology-dapp/id1436009823",
|
|
296
|
+
"android": "https://play.google.com/store/apps/details?id=com.github.ontio.onto",
|
|
297
|
+
"mac": "",
|
|
298
|
+
"windows": "",
|
|
299
|
+
"linux": ""
|
|
300
|
+
},
|
|
301
|
+
"mobile": {
|
|
302
|
+
"native": "ontoprovider:",
|
|
303
|
+
"universal": "https://onto.app"
|
|
304
|
+
},
|
|
305
|
+
"desktop": {
|
|
306
|
+
"native": "",
|
|
307
|
+
"universal": ""
|
|
308
|
+
},
|
|
309
|
+
"metadata": {
|
|
310
|
+
"shortName": "ONTO",
|
|
311
|
+
"colors": {
|
|
312
|
+
"primary": "rgb(255, 255, 255)",
|
|
313
|
+
"secondary": ""
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
"20459438007b75f4f4acb98bf29aa3b800550309646d375da5fd4aac6c2a2c66": {
|
|
318
|
+
"id": "20459438007b75f4f4acb98bf29aa3b800550309646d375da5fd4aac6c2a2c66",
|
|
319
|
+
"name": "TokenPocket",
|
|
320
|
+
"description": "",
|
|
321
|
+
"homepage": "https://tokenpocket.pro/",
|
|
322
|
+
"chains": [
|
|
323
|
+
"eip155:1"
|
|
324
|
+
],
|
|
325
|
+
"versions": [
|
|
326
|
+
"1"
|
|
327
|
+
],
|
|
328
|
+
"app": {
|
|
329
|
+
"browser": "",
|
|
330
|
+
"ios": "https://apps.apple.com/us/app/tokenpocket-trusted-wallet/id1436028697",
|
|
331
|
+
"android": "https://play.google.com/store/apps/details?id=vip.mytokenpocket",
|
|
332
|
+
"mac": "",
|
|
333
|
+
"windows": "",
|
|
334
|
+
"linux": ""
|
|
335
|
+
},
|
|
336
|
+
"mobile": {
|
|
337
|
+
"native": "tpoutside:",
|
|
338
|
+
"universal": ""
|
|
339
|
+
},
|
|
340
|
+
"desktop": {
|
|
341
|
+
"native": "",
|
|
342
|
+
"universal": ""
|
|
343
|
+
},
|
|
344
|
+
"metadata": {
|
|
345
|
+
"shortName": "TokenPocket",
|
|
346
|
+
"colors": {
|
|
347
|
+
"primary": "rgb(41, 128, 254)",
|
|
348
|
+
"secondary": ""
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
},
|
|
352
|
+
"7674bb4e353bf52886768a3ddc2a4562ce2f4191c80831291218ebd90f5f5e26": {
|
|
353
|
+
"id": "7674bb4e353bf52886768a3ddc2a4562ce2f4191c80831291218ebd90f5f5e26",
|
|
354
|
+
"name": "MathWallet",
|
|
355
|
+
"description": "",
|
|
356
|
+
"homepage": "https://mathwallet.org/",
|
|
357
|
+
"chains": [
|
|
358
|
+
"eip155:1"
|
|
359
|
+
],
|
|
360
|
+
"versions": [
|
|
361
|
+
"1"
|
|
362
|
+
],
|
|
363
|
+
"app": {
|
|
364
|
+
"browser": "",
|
|
365
|
+
"ios": "https://apps.apple.com/us/app/math-wallet-blockchain-wallet/id1383637331",
|
|
366
|
+
"android": "https://play.google.com/store/apps/details?id=com.medishares.android",
|
|
367
|
+
"mac": "",
|
|
368
|
+
"windows": "",
|
|
369
|
+
"linux": ""
|
|
370
|
+
},
|
|
371
|
+
"mobile": {
|
|
372
|
+
"native": "mathwallet:",
|
|
373
|
+
"universal": "https://www.mathwallet.org"
|
|
374
|
+
},
|
|
375
|
+
"desktop": {
|
|
376
|
+
"native": "",
|
|
377
|
+
"universal": ""
|
|
378
|
+
},
|
|
379
|
+
"metadata": {
|
|
380
|
+
"shortName": "MathWallet",
|
|
381
|
+
"colors": {
|
|
382
|
+
"primary": "",
|
|
383
|
+
"secondary": ""
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
"ccb714920401f7d008dbe11281ae70e3a4bfb621763b187b9e4a3ce1ab8faa3b": {
|
|
388
|
+
"id": "ccb714920401f7d008dbe11281ae70e3a4bfb621763b187b9e4a3ce1ab8faa3b",
|
|
389
|
+
"name": "BitPay",
|
|
390
|
+
"description": "",
|
|
391
|
+
"homepage": "https://bitpay.com",
|
|
392
|
+
"chains": [
|
|
393
|
+
"eip155:1"
|
|
394
|
+
],
|
|
395
|
+
"versions": [
|
|
396
|
+
"1"
|
|
397
|
+
],
|
|
398
|
+
"app": {
|
|
399
|
+
"browser": "",
|
|
400
|
+
"ios": "https://apps.apple.com/us/app/bitpay-buy-crypto/id1149581638",
|
|
401
|
+
"android": "https://play.google.com/store/apps/details?id=com.bitpay.wallet",
|
|
402
|
+
"mac": "",
|
|
403
|
+
"windows": "",
|
|
404
|
+
"linux": ""
|
|
405
|
+
},
|
|
406
|
+
"mobile": {
|
|
407
|
+
"native": "bitpay:",
|
|
408
|
+
"universal": "https://link.bitpay.com/wallet"
|
|
409
|
+
},
|
|
410
|
+
"desktop": {
|
|
411
|
+
"native": "",
|
|
412
|
+
"universal": ""
|
|
413
|
+
},
|
|
414
|
+
"metadata": {
|
|
415
|
+
"shortName": "BitPay",
|
|
416
|
+
"colors": {
|
|
417
|
+
"primary": "rgb(26, 59, 139)",
|
|
418
|
+
"secondary": ""
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
"4ab2542c2799c825a8465ba5ab8aa7def52b7904f38b74484af917ed9c0fc4e5": {
|
|
423
|
+
"id": "4ab2542c2799c825a8465ba5ab8aa7def52b7904f38b74484af917ed9c0fc4e5",
|
|
424
|
+
"name": "Ledger Live",
|
|
425
|
+
"description": "",
|
|
426
|
+
"homepage": "https://www.ledger.com/",
|
|
427
|
+
"chains": [
|
|
428
|
+
"eip155:1"
|
|
429
|
+
],
|
|
430
|
+
"versions": [
|
|
431
|
+
"1"
|
|
432
|
+
],
|
|
433
|
+
"app": {
|
|
434
|
+
"browser": "",
|
|
435
|
+
"ios": "https://itunes.apple.com/app/id1361671700",
|
|
436
|
+
"android": "https://play.google.com/store/apps/details?id=com.ledger.live",
|
|
437
|
+
"mac": "",
|
|
438
|
+
"windows": "",
|
|
439
|
+
"linux": ""
|
|
440
|
+
},
|
|
441
|
+
"mobile": {
|
|
442
|
+
"native": "ledgerlive:",
|
|
443
|
+
"universal": ""
|
|
444
|
+
},
|
|
445
|
+
"desktop": {
|
|
446
|
+
"native": "ledgerlive:",
|
|
447
|
+
"universal": ""
|
|
448
|
+
},
|
|
449
|
+
"metadata": {
|
|
450
|
+
"shortName": "Ledger",
|
|
451
|
+
"colors": {
|
|
452
|
+
"primary": "rgb(255, 255, 255)",
|
|
453
|
+
"secondary": ""
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
},
|
|
457
|
+
"83f26999937cbc2e2014655796da4b05f77c1de9413a0ee6d0c6178ebcfc3168": {
|
|
458
|
+
"id": "83f26999937cbc2e2014655796da4b05f77c1de9413a0ee6d0c6178ebcfc3168",
|
|
459
|
+
"name": "WallETH",
|
|
460
|
+
"description": "",
|
|
461
|
+
"homepage": "https://walleth.org/",
|
|
462
|
+
"chains": [
|
|
463
|
+
"eip155:1",
|
|
464
|
+
"eip155:100",
|
|
465
|
+
"eip155:3",
|
|
466
|
+
"eip155:4",
|
|
467
|
+
"eip155:5",
|
|
468
|
+
"eip155:10",
|
|
469
|
+
"eip155:77"
|
|
470
|
+
],
|
|
471
|
+
"versions": [
|
|
472
|
+
"1"
|
|
473
|
+
],
|
|
474
|
+
"app": {
|
|
475
|
+
"browser": "",
|
|
476
|
+
"ios": "",
|
|
477
|
+
"android": "https://play.google.com/store/apps/details?id=org.walleth",
|
|
478
|
+
"mac": "",
|
|
479
|
+
"windows": "",
|
|
480
|
+
"linux": ""
|
|
481
|
+
},
|
|
482
|
+
"mobile": {
|
|
483
|
+
"native": "",
|
|
484
|
+
"universal": ""
|
|
485
|
+
},
|
|
486
|
+
"desktop": {
|
|
487
|
+
"native": "",
|
|
488
|
+
"universal": ""
|
|
489
|
+
},
|
|
490
|
+
"metadata": {
|
|
491
|
+
"shortName": "WallETH",
|
|
492
|
+
"colors": {
|
|
493
|
+
"primary": "",
|
|
494
|
+
"secondary": ""
|
|
495
|
+
}
|
|
496
|
+
}
|
|
497
|
+
},
|
|
498
|
+
"71dad538ba02a9b321041d388f9c1efe14e0d1915a2ea80a90405d2f6b67a33d": {
|
|
499
|
+
"id": "71dad538ba02a9b321041d388f9c1efe14e0d1915a2ea80a90405d2f6b67a33d",
|
|
500
|
+
"name": "Authereum",
|
|
501
|
+
"description": "",
|
|
502
|
+
"homepage": "https://authereum.org",
|
|
503
|
+
"chains": [
|
|
504
|
+
"eip155:1"
|
|
505
|
+
],
|
|
506
|
+
"versions": [
|
|
507
|
+
"1"
|
|
508
|
+
],
|
|
509
|
+
"app": {
|
|
510
|
+
"browser": "https://authereum.com/i/account",
|
|
511
|
+
"ios": "",
|
|
512
|
+
"android": "",
|
|
513
|
+
"mac": "",
|
|
514
|
+
"windows": "",
|
|
515
|
+
"linux": ""
|
|
516
|
+
},
|
|
517
|
+
"mobile": {
|
|
518
|
+
"native": "",
|
|
519
|
+
"universal": ""
|
|
520
|
+
},
|
|
521
|
+
"desktop": {
|
|
522
|
+
"native": "",
|
|
523
|
+
"universal": ""
|
|
524
|
+
},
|
|
525
|
+
"metadata": {
|
|
526
|
+
"shortName": "Authereum",
|
|
527
|
+
"colors": {
|
|
528
|
+
"primary": "",
|
|
529
|
+
"secondary": ""
|
|
530
|
+
}
|
|
531
|
+
}
|
|
532
|
+
},
|
|
533
|
+
"9dab7bd72148e2f796452630230666daf507935fae7bb9baf22b3c11960b034f": {
|
|
534
|
+
"id": "9dab7bd72148e2f796452630230666daf507935fae7bb9baf22b3c11960b034f",
|
|
535
|
+
"name": "Dharma",
|
|
536
|
+
"description": "",
|
|
537
|
+
"homepage": "https://www.dharma.io/",
|
|
538
|
+
"chains": [
|
|
539
|
+
"eip155:1"
|
|
540
|
+
],
|
|
541
|
+
"versions": [
|
|
542
|
+
"1"
|
|
543
|
+
],
|
|
544
|
+
"app": {
|
|
545
|
+
"browser": "",
|
|
546
|
+
"ios": "https://apps.apple.com/us/app/dharma-save-send-globally/id1495144415",
|
|
547
|
+
"android": "https://play.google.com/store/apps/details?id=io.dharma.Dharma",
|
|
548
|
+
"mac": "",
|
|
549
|
+
"windows": "",
|
|
550
|
+
"linux": ""
|
|
551
|
+
},
|
|
552
|
+
"mobile": {
|
|
553
|
+
"native": "dharma:",
|
|
554
|
+
"universal": ""
|
|
555
|
+
},
|
|
556
|
+
"desktop": {
|
|
557
|
+
"native": "",
|
|
558
|
+
"universal": ""
|
|
559
|
+
},
|
|
560
|
+
"metadata": {
|
|
561
|
+
"shortName": "Dharma",
|
|
562
|
+
"colors": {
|
|
563
|
+
"primary": "#0DD675",
|
|
564
|
+
"secondary": "#F5F5F5"
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
},
|
|
568
|
+
"09102e7bbbd3f92001eda104abe23803181629f695e8f1b95af96d88ff7d5890": {
|
|
569
|
+
"id": "09102e7bbbd3f92001eda104abe23803181629f695e8f1b95af96d88ff7d5890",
|
|
570
|
+
"name": "1inch Wallet",
|
|
571
|
+
"description": "",
|
|
572
|
+
"homepage": "https://1inch.io/wallet/",
|
|
573
|
+
"chains": [
|
|
574
|
+
"eip155:1",
|
|
575
|
+
"eip155:56"
|
|
576
|
+
],
|
|
577
|
+
"versions": [
|
|
578
|
+
"1"
|
|
579
|
+
],
|
|
580
|
+
"app": {
|
|
581
|
+
"browser": "",
|
|
582
|
+
"ios": "https://apps.apple.com/us/app/1inch-defi-wallet/id1546049391",
|
|
583
|
+
"android": "",
|
|
584
|
+
"mac": "",
|
|
585
|
+
"windows": "",
|
|
586
|
+
"linux": ""
|
|
587
|
+
},
|
|
588
|
+
"mobile": {
|
|
589
|
+
"native": "1inch:",
|
|
590
|
+
"universal": "https://wallet.1inch.io"
|
|
591
|
+
},
|
|
592
|
+
"desktop": {
|
|
593
|
+
"native": "",
|
|
594
|
+
"universal": ""
|
|
595
|
+
},
|
|
596
|
+
"metadata": {
|
|
597
|
+
"shortName": "1inch",
|
|
598
|
+
"colors": {
|
|
599
|
+
"primary": "rgb(31, 36, 46)",
|
|
600
|
+
"secondary": ""
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
},
|
|
604
|
+
"bae74827272509a6d63ea25514d9c68ad235c14e45e183518c7ded4572a1b0c4": {
|
|
605
|
+
"id": "bae74827272509a6d63ea25514d9c68ad235c14e45e183518c7ded4572a1b0c4",
|
|
606
|
+
"name": "Huobi Wallet",
|
|
607
|
+
"description": "",
|
|
608
|
+
"homepage": "https://huobiwallet.com/",
|
|
609
|
+
"chains": [
|
|
610
|
+
"eip155:1"
|
|
611
|
+
],
|
|
612
|
+
"versions": [
|
|
613
|
+
"1"
|
|
614
|
+
],
|
|
615
|
+
"app": {
|
|
616
|
+
"browser": "",
|
|
617
|
+
"ios": "https://apps.apple.com/us/app/id1433883012",
|
|
618
|
+
"android": "https://play.google.com/store/apps/details?id=com.huobionchainwallet.gp",
|
|
619
|
+
"mac": "",
|
|
620
|
+
"windows": "",
|
|
621
|
+
"linux": ""
|
|
622
|
+
},
|
|
623
|
+
"mobile": {
|
|
624
|
+
"native": "huobiwallet:",
|
|
625
|
+
"universal": ""
|
|
626
|
+
},
|
|
627
|
+
"desktop": {
|
|
628
|
+
"native": "",
|
|
629
|
+
"universal": ""
|
|
630
|
+
},
|
|
631
|
+
"metadata": {
|
|
632
|
+
"shortName": "Huobi",
|
|
633
|
+
"colors": {
|
|
634
|
+
"primary": "rgb(45,101,248)",
|
|
635
|
+
"secondary": ""
|
|
636
|
+
}
|
|
637
|
+
}
|
|
638
|
+
},
|
|
639
|
+
"efba9ae0a9e0fdd9e3e055ddf3c8e75f294babb8aea3499456eff27f771fda61": {
|
|
640
|
+
"id": "efba9ae0a9e0fdd9e3e055ddf3c8e75f294babb8aea3499456eff27f771fda61",
|
|
641
|
+
"name": "Eidoo",
|
|
642
|
+
"description": "",
|
|
643
|
+
"homepage": "https://eidoo.io/",
|
|
644
|
+
"chains": [
|
|
645
|
+
"eip155:1"
|
|
646
|
+
],
|
|
647
|
+
"versions": [
|
|
648
|
+
"1"
|
|
649
|
+
],
|
|
650
|
+
"app": {
|
|
651
|
+
"browser": "",
|
|
652
|
+
"ios": "https://itunes.apple.com/app/apple-store/id1279896253",
|
|
653
|
+
"android": "https://play.google.com/store/apps/details?id=io.eidoo.wallet.prodnet",
|
|
654
|
+
"mac": "",
|
|
655
|
+
"windows": "",
|
|
656
|
+
"linux": ""
|
|
657
|
+
},
|
|
658
|
+
"mobile": {
|
|
659
|
+
"native": "eidoo:",
|
|
660
|
+
"universal": "https://eidoo.io/crypto-wallet"
|
|
661
|
+
},
|
|
662
|
+
"desktop": {
|
|
663
|
+
"native": "",
|
|
664
|
+
"universal": ""
|
|
665
|
+
},
|
|
666
|
+
"metadata": {
|
|
667
|
+
"shortName": "Eidoo",
|
|
668
|
+
"colors": {
|
|
669
|
+
"primary": "rgb(55, 179, 159)",
|
|
670
|
+
"secondary": ""
|
|
671
|
+
}
|
|
672
|
+
}
|
|
673
|
+
},
|
|
674
|
+
"61f6e716826ae8455ad16abc5ec31e4fd5d6d2675f0ce2dee3336335431f720e": {
|
|
675
|
+
"id": "61f6e716826ae8455ad16abc5ec31e4fd5d6d2675f0ce2dee3336335431f720e",
|
|
676
|
+
"name": "MYKEY",
|
|
677
|
+
"description": "",
|
|
678
|
+
"homepage": "https://mykey.org",
|
|
679
|
+
"chains": [
|
|
680
|
+
"eip155:1"
|
|
681
|
+
],
|
|
682
|
+
"versions": [
|
|
683
|
+
"1"
|
|
684
|
+
],
|
|
685
|
+
"app": {
|
|
686
|
+
"browser": "",
|
|
687
|
+
"ios": "https://itunes.apple.com/app/id1458318224",
|
|
688
|
+
"android": "https://play.google.com/store/apps/details?id=com.mykey.id",
|
|
689
|
+
"mac": "",
|
|
690
|
+
"windows": "",
|
|
691
|
+
"linux": ""
|
|
692
|
+
},
|
|
693
|
+
"mobile": {
|
|
694
|
+
"native": "mykeywalletconnect:",
|
|
695
|
+
"universal": "https://mykey.org"
|
|
696
|
+
},
|
|
697
|
+
"desktop": {
|
|
698
|
+
"native": "",
|
|
699
|
+
"universal": ""
|
|
700
|
+
},
|
|
701
|
+
"metadata": {
|
|
702
|
+
"shortName": "MYKEY",
|
|
703
|
+
"colors": {
|
|
704
|
+
"primary": "rgb(255, 255, 255)",
|
|
705
|
+
"secondary": ""
|
|
706
|
+
}
|
|
707
|
+
}
|
|
708
|
+
},
|
|
709
|
+
"dcf291a025ead3e94ef694fa75617568daf76bf1e525bb240ecf5bf1add53756": {
|
|
710
|
+
"id": "dcf291a025ead3e94ef694fa75617568daf76bf1e525bb240ecf5bf1add53756",
|
|
711
|
+
"name": "Loopring Wallet",
|
|
712
|
+
"description": "",
|
|
713
|
+
"homepage": "https://loopring.io",
|
|
714
|
+
"chains": [
|
|
715
|
+
"eip155:1"
|
|
716
|
+
],
|
|
717
|
+
"versions": [
|
|
718
|
+
"1"
|
|
719
|
+
],
|
|
720
|
+
"app": {
|
|
721
|
+
"browser": "",
|
|
722
|
+
"ios": "https://apps.apple.com/us/app/loopring-smart-wallet/id1550921126",
|
|
723
|
+
"android": "https://play.google.com/store/apps/details?id=loopring.defi.wallet",
|
|
724
|
+
"mac": "",
|
|
725
|
+
"windows": "",
|
|
726
|
+
"linux": ""
|
|
727
|
+
},
|
|
728
|
+
"mobile": {
|
|
729
|
+
"native": "",
|
|
730
|
+
"universal": ""
|
|
731
|
+
},
|
|
732
|
+
"desktop": {
|
|
733
|
+
"native": "",
|
|
734
|
+
"universal": ""
|
|
735
|
+
},
|
|
736
|
+
"metadata": {
|
|
737
|
+
"shortName": "Loopring",
|
|
738
|
+
"colors": {
|
|
739
|
+
"primary": "",
|
|
740
|
+
"secondary": ""
|
|
741
|
+
}
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
"6bb4596640ce9f8c02fbaa83e3685425455a0917d025608b4abc53bfe55887c6": {
|
|
745
|
+
"id": "6bb4596640ce9f8c02fbaa83e3685425455a0917d025608b4abc53bfe55887c6",
|
|
746
|
+
"name": "TrustVault",
|
|
747
|
+
"description": "",
|
|
748
|
+
"homepage": "https://trustology.io/",
|
|
749
|
+
"chains": [
|
|
750
|
+
"eip155:1"
|
|
751
|
+
],
|
|
752
|
+
"versions": [
|
|
753
|
+
"1"
|
|
754
|
+
],
|
|
755
|
+
"app": {
|
|
756
|
+
"browser": "",
|
|
757
|
+
"ios": "https://apps.apple.com/app/apple-store/id1455959680",
|
|
758
|
+
"android": "",
|
|
759
|
+
"mac": "",
|
|
760
|
+
"windows": "",
|
|
761
|
+
"linux": ""
|
|
762
|
+
},
|
|
763
|
+
"mobile": {
|
|
764
|
+
"native": "",
|
|
765
|
+
"universal": ""
|
|
766
|
+
},
|
|
767
|
+
"desktop": {
|
|
768
|
+
"native": "",
|
|
769
|
+
"universal": ""
|
|
770
|
+
},
|
|
771
|
+
"metadata": {
|
|
772
|
+
"shortName": "TrustVault",
|
|
773
|
+
"colors": {
|
|
774
|
+
"primary": "",
|
|
775
|
+
"secondary": ""
|
|
776
|
+
}
|
|
777
|
+
}
|
|
778
|
+
},
|
|
779
|
+
"185850e869e40f4e6c59b5b3f60b7e63a72e88b09e2a43a40b1fd0f237e49e9a": {
|
|
780
|
+
"id": "185850e869e40f4e6c59b5b3f60b7e63a72e88b09e2a43a40b1fd0f237e49e9a",
|
|
781
|
+
"name": "Atomic",
|
|
782
|
+
"description": "",
|
|
783
|
+
"homepage": "https://atomicwallet.io/",
|
|
784
|
+
"chains": [
|
|
785
|
+
"eip155:1"
|
|
786
|
+
],
|
|
787
|
+
"versions": [
|
|
788
|
+
"1"
|
|
789
|
+
],
|
|
790
|
+
"app": {
|
|
791
|
+
"browser": "",
|
|
792
|
+
"ios": "https://apps.apple.com/us/app/atomic-wallet/id1478257827",
|
|
793
|
+
"android": "https://play.google.com/store/apps/details?id=io.atomicwallet",
|
|
794
|
+
"mac": "",
|
|
795
|
+
"windows": "",
|
|
796
|
+
"linux": ""
|
|
797
|
+
},
|
|
798
|
+
"mobile": {
|
|
799
|
+
"native": "",
|
|
800
|
+
"universal": ""
|
|
801
|
+
},
|
|
802
|
+
"desktop": {
|
|
803
|
+
"native": "",
|
|
804
|
+
"universal": ""
|
|
805
|
+
},
|
|
806
|
+
"metadata": {
|
|
807
|
+
"shortName": "Atomic",
|
|
808
|
+
"colors": {
|
|
809
|
+
"primary": "",
|
|
810
|
+
"secondary": ""
|
|
811
|
+
}
|
|
812
|
+
}
|
|
813
|
+
},
|
|
814
|
+
"b021913ba555948a1c81eb3d89b372be46f8354e926679de648e4fa2938bed3e": {
|
|
815
|
+
"id": "b021913ba555948a1c81eb3d89b372be46f8354e926679de648e4fa2938bed3e",
|
|
816
|
+
"name": "Coin98",
|
|
817
|
+
"description": "",
|
|
818
|
+
"homepage": "https://coin98.com/",
|
|
819
|
+
"chains": [
|
|
820
|
+
"eip155:1"
|
|
821
|
+
],
|
|
822
|
+
"versions": [
|
|
823
|
+
"1"
|
|
824
|
+
],
|
|
825
|
+
"app": {
|
|
826
|
+
"browser": "",
|
|
827
|
+
"ios": "https://ios.coin98.com/",
|
|
828
|
+
"android": "https://play.google.com/store/apps/details?id=coin98.crypto.finance.media",
|
|
829
|
+
"mac": "",
|
|
830
|
+
"windows": "",
|
|
831
|
+
"linux": ""
|
|
832
|
+
},
|
|
833
|
+
"mobile": {
|
|
834
|
+
"native": "coin98:",
|
|
835
|
+
"universal": "https://coin98.com"
|
|
836
|
+
},
|
|
837
|
+
"desktop": {
|
|
838
|
+
"native": "",
|
|
839
|
+
"universal": ""
|
|
840
|
+
},
|
|
841
|
+
"metadata": {
|
|
842
|
+
"shortName": "Coin98",
|
|
843
|
+
"colors": {
|
|
844
|
+
"primary": "rgb(39,39,39)",
|
|
845
|
+
"secondary": ""
|
|
846
|
+
}
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
"1f69170bf7a9bdcf89403ec012659b7124e158f925cdd4a2be49274c24cf5e5d": {
|
|
850
|
+
"id": "1f69170bf7a9bdcf89403ec012659b7124e158f925cdd4a2be49274c24cf5e5d",
|
|
851
|
+
"name": "CoolWallet",
|
|
852
|
+
"description": "",
|
|
853
|
+
"homepage": "https://coolwallet.io/",
|
|
854
|
+
"chains": [
|
|
855
|
+
"eip155:1"
|
|
856
|
+
],
|
|
857
|
+
"versions": [
|
|
858
|
+
"1"
|
|
859
|
+
],
|
|
860
|
+
"app": {
|
|
861
|
+
"browser": "",
|
|
862
|
+
"ios": "https://itunes.apple.com/us/app/coolwallet-s-2018/id1328764142",
|
|
863
|
+
"android": "https://play.google.com/store/apps/details?id=com.coolbitx.cwsapp",
|
|
864
|
+
"mac": "",
|
|
865
|
+
"windows": "",
|
|
866
|
+
"linux": ""
|
|
867
|
+
},
|
|
868
|
+
"mobile": {
|
|
869
|
+
"native": "coolwallet:",
|
|
870
|
+
"universal": ""
|
|
871
|
+
},
|
|
872
|
+
"desktop": {
|
|
873
|
+
"native": "",
|
|
874
|
+
"universal": ""
|
|
875
|
+
},
|
|
876
|
+
"metadata": {
|
|
877
|
+
"shortName": "CoolWallet",
|
|
878
|
+
"colors": {
|
|
879
|
+
"primary": "",
|
|
880
|
+
"secondary": ""
|
|
881
|
+
}
|
|
882
|
+
}
|
|
883
|
+
},
|
|
884
|
+
"beea4e71c2ffbb48b59b21e33fb0049ef6522585aa9c8a33a97d3e1c81f16693": {
|
|
885
|
+
"id": "beea4e71c2ffbb48b59b21e33fb0049ef6522585aa9c8a33a97d3e1c81f16693",
|
|
886
|
+
"name": "Alice",
|
|
887
|
+
"description": "",
|
|
888
|
+
"homepage": "https://alicedapp.com/",
|
|
889
|
+
"chains": [
|
|
890
|
+
"eip155:1"
|
|
891
|
+
],
|
|
892
|
+
"versions": [
|
|
893
|
+
"1"
|
|
894
|
+
],
|
|
895
|
+
"app": {
|
|
896
|
+
"browser": "",
|
|
897
|
+
"ios": "https://apps.apple.com/au/app/alice-browser/id1472818028",
|
|
898
|
+
"android": "",
|
|
899
|
+
"mac": "",
|
|
900
|
+
"windows": "",
|
|
901
|
+
"linux": ""
|
|
902
|
+
},
|
|
903
|
+
"mobile": {
|
|
904
|
+
"native": "",
|
|
905
|
+
"universal": ""
|
|
906
|
+
},
|
|
907
|
+
"desktop": {
|
|
908
|
+
"native": "",
|
|
909
|
+
"universal": ""
|
|
910
|
+
},
|
|
911
|
+
"metadata": {
|
|
912
|
+
"shortName": "Alice",
|
|
913
|
+
"colors": {
|
|
914
|
+
"primary": "",
|
|
915
|
+
"secondary": ""
|
|
916
|
+
}
|
|
917
|
+
}
|
|
918
|
+
},
|
|
919
|
+
"138f51c8d00ac7b9ac9d8dc75344d096a7dfe370a568aa167eabc0a21830ed98": {
|
|
920
|
+
"id": "138f51c8d00ac7b9ac9d8dc75344d096a7dfe370a568aa167eabc0a21830ed98",
|
|
921
|
+
"name": "AlphaWallet",
|
|
922
|
+
"description": "",
|
|
923
|
+
"homepage": "https://alphawallet.com/",
|
|
924
|
+
"chains": [
|
|
925
|
+
"eip155:1"
|
|
926
|
+
],
|
|
927
|
+
"versions": [
|
|
928
|
+
"1"
|
|
929
|
+
],
|
|
930
|
+
"app": {
|
|
931
|
+
"browser": "",
|
|
932
|
+
"ios": "https://apps.apple.com/us/app/alphawallet-eth-wallet/id1358230430",
|
|
933
|
+
"android": "https://play.google.com/store/apps/details?id=io.stormbird.wallet",
|
|
934
|
+
"mac": "",
|
|
935
|
+
"windows": "",
|
|
936
|
+
"linux": ""
|
|
937
|
+
},
|
|
938
|
+
"mobile": {
|
|
939
|
+
"native": "",
|
|
940
|
+
"universal": "https://aw.app"
|
|
941
|
+
},
|
|
942
|
+
"desktop": {
|
|
943
|
+
"native": "",
|
|
944
|
+
"universal": ""
|
|
945
|
+
},
|
|
946
|
+
"metadata": {
|
|
947
|
+
"shortName": "AlphaWallet",
|
|
948
|
+
"colors": {
|
|
949
|
+
"primary": "rgb(255, 255, 255)",
|
|
950
|
+
"secondary": ""
|
|
951
|
+
}
|
|
952
|
+
}
|
|
953
|
+
},
|
|
954
|
+
"468b4ab3582757233017ec10735863489104515ab160c053074905a1eecb7e63": {
|
|
955
|
+
"id": "468b4ab3582757233017ec10735863489104515ab160c053074905a1eecb7e63",
|
|
956
|
+
"name": "D'CENT Wallet",
|
|
957
|
+
"description": "",
|
|
958
|
+
"homepage": "https://dcentwallet.com",
|
|
959
|
+
"chains": [
|
|
960
|
+
"eip155:1",
|
|
961
|
+
"eip155:56",
|
|
962
|
+
"eip155:137",
|
|
963
|
+
"eip155:30"
|
|
964
|
+
],
|
|
965
|
+
"versions": [
|
|
966
|
+
"1"
|
|
967
|
+
],
|
|
968
|
+
"app": {
|
|
969
|
+
"browser": "",
|
|
970
|
+
"ios": "https://apps.apple.com/app/dcent-hardware-wallet/id1447206611",
|
|
971
|
+
"android": "https://play.google.com/store/apps/details?id=com.kr.iotrust.dcent.wallet",
|
|
972
|
+
"mac": "",
|
|
973
|
+
"windows": "",
|
|
974
|
+
"linux": ""
|
|
975
|
+
},
|
|
976
|
+
"mobile": {
|
|
977
|
+
"native": "dcent:",
|
|
978
|
+
"universal": "https://link.dcentwallet.com"
|
|
979
|
+
},
|
|
980
|
+
"desktop": {
|
|
981
|
+
"native": "",
|
|
982
|
+
"universal": ""
|
|
983
|
+
},
|
|
984
|
+
"metadata": {
|
|
985
|
+
"shortName": "D'CENT",
|
|
986
|
+
"colors": {
|
|
987
|
+
"primary": "#fff",
|
|
988
|
+
"secondary": "#fff"
|
|
989
|
+
}
|
|
990
|
+
}
|
|
991
|
+
},
|
|
992
|
+
"29f4a70ad5993f3f73ae8119f0e78ecbae51deec2a021a770225c644935c0f09": {
|
|
993
|
+
"id": "29f4a70ad5993f3f73ae8119f0e78ecbae51deec2a021a770225c644935c0f09",
|
|
994
|
+
"name": "ZelCore",
|
|
995
|
+
"description": "",
|
|
996
|
+
"homepage": "https://zel.network",
|
|
997
|
+
"chains": [
|
|
998
|
+
"eip155:1"
|
|
999
|
+
],
|
|
1000
|
+
"versions": [
|
|
1001
|
+
"1"
|
|
1002
|
+
],
|
|
1003
|
+
"app": {
|
|
1004
|
+
"browser": "",
|
|
1005
|
+
"ios": "https://apps.apple.com/us/app/zelcore/id1436296839",
|
|
1006
|
+
"android": "https://play.google.com/store/apps/details?id=com.zelcash.zelcore",
|
|
1007
|
+
"mac": "",
|
|
1008
|
+
"windows": "",
|
|
1009
|
+
"linux": ""
|
|
1010
|
+
},
|
|
1011
|
+
"mobile": {
|
|
1012
|
+
"native": "zel:",
|
|
1013
|
+
"universal": "https://link.zel.network"
|
|
1014
|
+
},
|
|
1015
|
+
"desktop": {
|
|
1016
|
+
"native": "",
|
|
1017
|
+
"universal": ""
|
|
1018
|
+
},
|
|
1019
|
+
"metadata": {
|
|
1020
|
+
"shortName": "ZelCore",
|
|
1021
|
+
"colors": {
|
|
1022
|
+
"primary": "rgb(35, 34, 32)",
|
|
1023
|
+
"secondary": ""
|
|
1024
|
+
}
|
|
1025
|
+
}
|
|
1026
|
+
},
|
|
1027
|
+
"8605171a052e85d629c5efe5db804c7a3fb6d0ecc759d6817f0a18cb3dacbb14": {
|
|
1028
|
+
"id": "8605171a052e85d629c5efe5db804c7a3fb6d0ecc759d6817f0a18cb3dacbb14",
|
|
1029
|
+
"name": "Nash",
|
|
1030
|
+
"description": "",
|
|
1031
|
+
"homepage": "https://nash.io/",
|
|
1032
|
+
"chains": [
|
|
1033
|
+
"eip155:1"
|
|
1034
|
+
],
|
|
1035
|
+
"versions": [
|
|
1036
|
+
"1"
|
|
1037
|
+
],
|
|
1038
|
+
"app": {
|
|
1039
|
+
"browser": "",
|
|
1040
|
+
"ios": "https://apps.apple.com/us/app/nash-app/id1475759236",
|
|
1041
|
+
"android": "https://play.google.com/store/apps/details?id=io.nash.app",
|
|
1042
|
+
"mac": "",
|
|
1043
|
+
"windows": "",
|
|
1044
|
+
"linux": ""
|
|
1045
|
+
},
|
|
1046
|
+
"mobile": {
|
|
1047
|
+
"native": "nash:",
|
|
1048
|
+
"universal": "https://nash.io/walletconnect"
|
|
1049
|
+
},
|
|
1050
|
+
"desktop": {
|
|
1051
|
+
"native": "",
|
|
1052
|
+
"universal": ""
|
|
1053
|
+
},
|
|
1054
|
+
"metadata": {
|
|
1055
|
+
"shortName": "Nash",
|
|
1056
|
+
"colors": {
|
|
1057
|
+
"primary": "rgb(0,82,243)",
|
|
1058
|
+
"secondary": ""
|
|
1059
|
+
}
|
|
1060
|
+
}
|
|
1061
|
+
},
|
|
1062
|
+
"9277bc510b6d95f29be38e7c0e402ae8438262f0f4c6dbb40dfc22f5043e8814": {
|
|
1063
|
+
"id": "9277bc510b6d95f29be38e7c0e402ae8438262f0f4c6dbb40dfc22f5043e8814",
|
|
1064
|
+
"name": "Coinomi",
|
|
1065
|
+
"description": "",
|
|
1066
|
+
"homepage": "https://coinomi.com/",
|
|
1067
|
+
"chains": [
|
|
1068
|
+
"eip155:1"
|
|
1069
|
+
],
|
|
1070
|
+
"versions": [
|
|
1071
|
+
"1"
|
|
1072
|
+
],
|
|
1073
|
+
"app": {
|
|
1074
|
+
"browser": "",
|
|
1075
|
+
"ios": "https://itunes.apple.com/app/coinomi-wallet/id1333588809",
|
|
1076
|
+
"android": "https://play.google.com/store/apps/details?id=com.coinomi.wallet",
|
|
1077
|
+
"mac": "",
|
|
1078
|
+
"windows": "",
|
|
1079
|
+
"linux": ""
|
|
1080
|
+
},
|
|
1081
|
+
"mobile": {
|
|
1082
|
+
"native": "",
|
|
1083
|
+
"universal": ""
|
|
1084
|
+
},
|
|
1085
|
+
"desktop": {
|
|
1086
|
+
"native": "",
|
|
1087
|
+
"universal": ""
|
|
1088
|
+
},
|
|
1089
|
+
"metadata": {
|
|
1090
|
+
"shortName": "Coinomi",
|
|
1091
|
+
"colors": {
|
|
1092
|
+
"primary": "",
|
|
1093
|
+
"secondary": ""
|
|
1094
|
+
}
|
|
1095
|
+
}
|
|
1096
|
+
},
|
|
1097
|
+
"6ec1ffc9627c3b9f87676da3f7b5796828a6c016d3253e51e771e6f951cb5702": {
|
|
1098
|
+
"id": "6ec1ffc9627c3b9f87676da3f7b5796828a6c016d3253e51e771e6f951cb5702",
|
|
1099
|
+
"name": "GridPlus",
|
|
1100
|
+
"description": "",
|
|
1101
|
+
"homepage": "https://gridplus.io/",
|
|
1102
|
+
"chains": [
|
|
1103
|
+
"eip155:1"
|
|
1104
|
+
],
|
|
1105
|
+
"versions": [
|
|
1106
|
+
"1"
|
|
1107
|
+
],
|
|
1108
|
+
"app": {
|
|
1109
|
+
"browser": "",
|
|
1110
|
+
"ios": "",
|
|
1111
|
+
"android": "",
|
|
1112
|
+
"mac": "",
|
|
1113
|
+
"windows": "",
|
|
1114
|
+
"linux": ""
|
|
1115
|
+
},
|
|
1116
|
+
"mobile": {
|
|
1117
|
+
"native": "",
|
|
1118
|
+
"universal": ""
|
|
1119
|
+
},
|
|
1120
|
+
"desktop": {
|
|
1121
|
+
"native": "",
|
|
1122
|
+
"universal": ""
|
|
1123
|
+
},
|
|
1124
|
+
"metadata": {
|
|
1125
|
+
"shortName": "GridPlus",
|
|
1126
|
+
"colors": {
|
|
1127
|
+
"primary": "",
|
|
1128
|
+
"secondary": ""
|
|
1129
|
+
}
|
|
1130
|
+
}
|
|
1131
|
+
},
|
|
1132
|
+
"a395dbfc92b5519cbd1cc6937a4e79830187daaeb2c6fcdf9b9cce4255f2dcd5": {
|
|
1133
|
+
"id": "a395dbfc92b5519cbd1cc6937a4e79830187daaeb2c6fcdf9b9cce4255f2dcd5",
|
|
1134
|
+
"name": "CYBAVO Wallet",
|
|
1135
|
+
"description": "",
|
|
1136
|
+
"homepage": "https://cybavo.com/",
|
|
1137
|
+
"chains": [
|
|
1138
|
+
"eip155:1"
|
|
1139
|
+
],
|
|
1140
|
+
"versions": [
|
|
1141
|
+
"1"
|
|
1142
|
+
],
|
|
1143
|
+
"app": {
|
|
1144
|
+
"browser": "",
|
|
1145
|
+
"ios": "https://apps.apple.com/tw/app/cybavo-wallet/id1510697681",
|
|
1146
|
+
"android": "https://play.google.com/store/apps/details?id=com.cybavo.btc.wallet",
|
|
1147
|
+
"mac": "",
|
|
1148
|
+
"windows": "",
|
|
1149
|
+
"linux": ""
|
|
1150
|
+
},
|
|
1151
|
+
"mobile": {
|
|
1152
|
+
"native": "cybavowallet:",
|
|
1153
|
+
"universal": "https://cdn.cybavo.com"
|
|
1154
|
+
},
|
|
1155
|
+
"desktop": {
|
|
1156
|
+
"native": "",
|
|
1157
|
+
"universal": ""
|
|
1158
|
+
},
|
|
1159
|
+
"metadata": {
|
|
1160
|
+
"shortName": "CYBAVO",
|
|
1161
|
+
"colors": {
|
|
1162
|
+
"primary": "rgb(255, 255, 255)",
|
|
1163
|
+
"secondary": ""
|
|
1164
|
+
}
|
|
1165
|
+
}
|
|
1166
|
+
},
|
|
1167
|
+
"c889f5add667a8c69d147d613c7f18a4bd97c2e47c946cabfdd13ec1d596e4a0": {
|
|
1168
|
+
"id": "c889f5add667a8c69d147d613c7f18a4bd97c2e47c946cabfdd13ec1d596e4a0",
|
|
1169
|
+
"name": "Tokenary",
|
|
1170
|
+
"description": "",
|
|
1171
|
+
"homepage": "https://tokenary.io/",
|
|
1172
|
+
"chains": [
|
|
1173
|
+
"eip155:1",
|
|
1174
|
+
"eip155:10",
|
|
1175
|
+
"eip155:56",
|
|
1176
|
+
"eip155:137",
|
|
1177
|
+
"eip155:42161"
|
|
1178
|
+
],
|
|
1179
|
+
"versions": [
|
|
1180
|
+
"1"
|
|
1181
|
+
],
|
|
1182
|
+
"app": {
|
|
1183
|
+
"browser": "",
|
|
1184
|
+
"ios": "https://apps.apple.com/us/app/tokenary-ethereum-wallet/id1372886601",
|
|
1185
|
+
"android": "",
|
|
1186
|
+
"mac": "https://apps.apple.com/us/app/tokenary-ethereum-wallet/id1375542355",
|
|
1187
|
+
"windows": "",
|
|
1188
|
+
"linux": ""
|
|
1189
|
+
},
|
|
1190
|
+
"mobile": {
|
|
1191
|
+
"native": "",
|
|
1192
|
+
"universal": ""
|
|
1193
|
+
},
|
|
1194
|
+
"desktop": {
|
|
1195
|
+
"native": "tokenary:",
|
|
1196
|
+
"universal": "https://tokenary.io"
|
|
1197
|
+
},
|
|
1198
|
+
"metadata": {
|
|
1199
|
+
"shortName": "Tokenary",
|
|
1200
|
+
"colors": {
|
|
1201
|
+
"primary": "#fff",
|
|
1202
|
+
"secondary": "#fff"
|
|
1203
|
+
}
|
|
1204
|
+
}
|
|
1205
|
+
},
|
|
1206
|
+
"3f1bc4a8fd72b3665459ec5c99ee51b424f6beeebe46b45f4a70cf08a84cbc50": {
|
|
1207
|
+
"id": "3f1bc4a8fd72b3665459ec5c99ee51b424f6beeebe46b45f4a70cf08a84cbc50",
|
|
1208
|
+
"name": "Torus",
|
|
1209
|
+
"description": "",
|
|
1210
|
+
"homepage": "https://toruswallet.io/",
|
|
1211
|
+
"chains": [
|
|
1212
|
+
"eip155:1"
|
|
1213
|
+
],
|
|
1214
|
+
"versions": [
|
|
1215
|
+
"1"
|
|
1216
|
+
],
|
|
1217
|
+
"app": {
|
|
1218
|
+
"browser": "https://app.tor.us/",
|
|
1219
|
+
"ios": "",
|
|
1220
|
+
"android": "",
|
|
1221
|
+
"mac": "",
|
|
1222
|
+
"windows": "",
|
|
1223
|
+
"linux": ""
|
|
1224
|
+
},
|
|
1225
|
+
"mobile": {
|
|
1226
|
+
"native": "",
|
|
1227
|
+
"universal": ""
|
|
1228
|
+
},
|
|
1229
|
+
"desktop": {
|
|
1230
|
+
"native": "",
|
|
1231
|
+
"universal": ""
|
|
1232
|
+
},
|
|
1233
|
+
"metadata": {
|
|
1234
|
+
"shortName": "Torus",
|
|
1235
|
+
"colors": {
|
|
1236
|
+
"primary": "",
|
|
1237
|
+
"secondary": ""
|
|
1238
|
+
}
|
|
1239
|
+
}
|
|
1240
|
+
},
|
|
1241
|
+
"7b83869f03dc3848866e0299bc630aaf3213bea95cd6cecfbe149389cf457a09": {
|
|
1242
|
+
"id": "7b83869f03dc3848866e0299bc630aaf3213bea95cd6cecfbe149389cf457a09",
|
|
1243
|
+
"name": "Spatium",
|
|
1244
|
+
"description": "",
|
|
1245
|
+
"homepage": "https://spatium.net/",
|
|
1246
|
+
"chains": [
|
|
1247
|
+
"eip155:1"
|
|
1248
|
+
],
|
|
1249
|
+
"versions": [
|
|
1250
|
+
"1"
|
|
1251
|
+
],
|
|
1252
|
+
"app": {
|
|
1253
|
+
"browser": "",
|
|
1254
|
+
"ios": "https://apps.apple.com/us/app/spatium/id1404844195",
|
|
1255
|
+
"android": "https://play.google.com/store/apps/details?id=capital.spatium.wallet",
|
|
1256
|
+
"mac": "",
|
|
1257
|
+
"windows": "",
|
|
1258
|
+
"linux": ""
|
|
1259
|
+
},
|
|
1260
|
+
"mobile": {
|
|
1261
|
+
"native": "",
|
|
1262
|
+
"universal": ""
|
|
1263
|
+
},
|
|
1264
|
+
"desktop": {
|
|
1265
|
+
"native": "",
|
|
1266
|
+
"universal": ""
|
|
1267
|
+
},
|
|
1268
|
+
"metadata": {
|
|
1269
|
+
"shortName": "Spatium",
|
|
1270
|
+
"colors": {
|
|
1271
|
+
"primary": "",
|
|
1272
|
+
"secondary": ""
|
|
1273
|
+
}
|
|
1274
|
+
}
|
|
1275
|
+
},
|
|
1276
|
+
"0b415a746fb9ee99cce155c2ceca0c6f6061b1dbca2d722b3ba16381d0562150": {
|
|
1277
|
+
"id": "0b415a746fb9ee99cce155c2ceca0c6f6061b1dbca2d722b3ba16381d0562150",
|
|
1278
|
+
"name": "SafePal",
|
|
1279
|
+
"description": "",
|
|
1280
|
+
"homepage": "https://safepal.io/",
|
|
1281
|
+
"chains": [
|
|
1282
|
+
"eip155:1"
|
|
1283
|
+
],
|
|
1284
|
+
"versions": [
|
|
1285
|
+
"1"
|
|
1286
|
+
],
|
|
1287
|
+
"app": {
|
|
1288
|
+
"browser": "",
|
|
1289
|
+
"ios": "https://apps.apple.com/app/safepal-wallet/id1548297139",
|
|
1290
|
+
"android": "https://play.google.com/store/apps/details?id=io.safepal.wallet",
|
|
1291
|
+
"mac": "",
|
|
1292
|
+
"windows": "",
|
|
1293
|
+
"linux": ""
|
|
1294
|
+
},
|
|
1295
|
+
"mobile": {
|
|
1296
|
+
"native": "safepalwallet:",
|
|
1297
|
+
"universal": "https://link.safepal.io"
|
|
1298
|
+
},
|
|
1299
|
+
"desktop": {
|
|
1300
|
+
"native": "",
|
|
1301
|
+
"universal": ""
|
|
1302
|
+
},
|
|
1303
|
+
"metadata": {
|
|
1304
|
+
"shortName": "SafePal",
|
|
1305
|
+
"colors": {
|
|
1306
|
+
"primary": "rgb(0, 128, 255)",
|
|
1307
|
+
"secondary": ""
|
|
1308
|
+
}
|
|
1309
|
+
}
|
|
1310
|
+
},
|
|
1311
|
+
"d0387325e894a1c4244820260ad7c78bb20d79eeec2fd59ffe3529223f3f84c6": {
|
|
1312
|
+
"id": "d0387325e894a1c4244820260ad7c78bb20d79eeec2fd59ffe3529223f3f84c6",
|
|
1313
|
+
"name": "Infinito",
|
|
1314
|
+
"description": "",
|
|
1315
|
+
"homepage": "https://infinitowallet.io/",
|
|
1316
|
+
"chains": [
|
|
1317
|
+
"eip155:1"
|
|
1318
|
+
],
|
|
1319
|
+
"versions": [
|
|
1320
|
+
"1"
|
|
1321
|
+
],
|
|
1322
|
+
"app": {
|
|
1323
|
+
"browser": "",
|
|
1324
|
+
"ios": "https://apps.apple.com/us/app/infinito-wallet/id1315572736",
|
|
1325
|
+
"android": "https://play.google.com/store/apps/details?id=io.infinito.wallet",
|
|
1326
|
+
"mac": "",
|
|
1327
|
+
"windows": "",
|
|
1328
|
+
"linux": ""
|
|
1329
|
+
},
|
|
1330
|
+
"mobile": {
|
|
1331
|
+
"native": "",
|
|
1332
|
+
"universal": ""
|
|
1333
|
+
},
|
|
1334
|
+
"desktop": {
|
|
1335
|
+
"native": "",
|
|
1336
|
+
"universal": ""
|
|
1337
|
+
},
|
|
1338
|
+
"metadata": {
|
|
1339
|
+
"shortName": "Infinito",
|
|
1340
|
+
"colors": {
|
|
1341
|
+
"primary": "",
|
|
1342
|
+
"secondary": ""
|
|
1343
|
+
}
|
|
1344
|
+
}
|
|
1345
|
+
},
|
|
1346
|
+
"176b83d9268d77438e32aa44770fb37b40d6448740b6a05a97b175323356bd1b": {
|
|
1347
|
+
"id": "176b83d9268d77438e32aa44770fb37b40d6448740b6a05a97b175323356bd1b",
|
|
1348
|
+
"name": "wallet.io",
|
|
1349
|
+
"description": "",
|
|
1350
|
+
"homepage": "https://wallet.io/",
|
|
1351
|
+
"chains": [
|
|
1352
|
+
"eip155:1"
|
|
1353
|
+
],
|
|
1354
|
+
"versions": [
|
|
1355
|
+
"1"
|
|
1356
|
+
],
|
|
1357
|
+
"app": {
|
|
1358
|
+
"browser": "",
|
|
1359
|
+
"ios": "https://apps.apple.com/vn/app/wallet-io/id1459857368",
|
|
1360
|
+
"android": "https://play.google.com/store/apps/details?id=io.wallet",
|
|
1361
|
+
"mac": "",
|
|
1362
|
+
"windows": "",
|
|
1363
|
+
"linux": ""
|
|
1364
|
+
},
|
|
1365
|
+
"mobile": {
|
|
1366
|
+
"native": "",
|
|
1367
|
+
"universal": ""
|
|
1368
|
+
},
|
|
1369
|
+
"desktop": {
|
|
1370
|
+
"native": "",
|
|
1371
|
+
"universal": ""
|
|
1372
|
+
},
|
|
1373
|
+
"metadata": {
|
|
1374
|
+
"shortName": "wallet.io",
|
|
1375
|
+
"colors": {
|
|
1376
|
+
"primary": "",
|
|
1377
|
+
"secondary": ""
|
|
1378
|
+
}
|
|
1379
|
+
}
|
|
1380
|
+
},
|
|
1381
|
+
"802a2041afdaf4c7e41a2903e98df333c8835897532699ad370f829390c6900f": {
|
|
1382
|
+
"id": "802a2041afdaf4c7e41a2903e98df333c8835897532699ad370f829390c6900f",
|
|
1383
|
+
"name": "Infinity Wallet",
|
|
1384
|
+
"description": "",
|
|
1385
|
+
"homepage": "https://infinitywallet.io/",
|
|
1386
|
+
"chains": [
|
|
1387
|
+
"eip155:1",
|
|
1388
|
+
"eip155:56",
|
|
1389
|
+
"eip155:137"
|
|
1390
|
+
],
|
|
1391
|
+
"versions": [
|
|
1392
|
+
"1"
|
|
1393
|
+
],
|
|
1394
|
+
"app": {
|
|
1395
|
+
"browser": "",
|
|
1396
|
+
"ios": "",
|
|
1397
|
+
"android": "",
|
|
1398
|
+
"mac": "https://infinitywallet.io/desktop",
|
|
1399
|
+
"windows": "https://infinitywallet.io/desktop",
|
|
1400
|
+
"linux": "https://infinitywallet.io/desktop"
|
|
1401
|
+
},
|
|
1402
|
+
"mobile": {
|
|
1403
|
+
"native": "",
|
|
1404
|
+
"universal": ""
|
|
1405
|
+
},
|
|
1406
|
+
"desktop": {
|
|
1407
|
+
"native": "infinity:",
|
|
1408
|
+
"universal": "https://infinitywallet.io/"
|
|
1409
|
+
},
|
|
1410
|
+
"metadata": {
|
|
1411
|
+
"shortName": "Infinity",
|
|
1412
|
+
"colors": {
|
|
1413
|
+
"primary": "#197de0",
|
|
1414
|
+
"secondary": "#fff"
|
|
1415
|
+
}
|
|
1416
|
+
}
|
|
1417
|
+
},
|
|
1418
|
+
"8fb830a15679a8537d84c3852e026a4bdb39d0ee3b387411a91e8f6abafdc1ad": {
|
|
1419
|
+
"id": "8fb830a15679a8537d84c3852e026a4bdb39d0ee3b387411a91e8f6abafdc1ad",
|
|
1420
|
+
"name": "Ownbit",
|
|
1421
|
+
"description": "",
|
|
1422
|
+
"homepage": "https://ownbit.io/",
|
|
1423
|
+
"chains": [
|
|
1424
|
+
"eip155:1"
|
|
1425
|
+
],
|
|
1426
|
+
"versions": [
|
|
1427
|
+
"1"
|
|
1428
|
+
],
|
|
1429
|
+
"app": {
|
|
1430
|
+
"browser": "",
|
|
1431
|
+
"ios": "https://apps.apple.com/es/app/ownbit-btc-eth-cold-wallet/id1321798216",
|
|
1432
|
+
"android": "https://play.google.com/store/apps/details?id=com.bitbill.www",
|
|
1433
|
+
"mac": "",
|
|
1434
|
+
"windows": "",
|
|
1435
|
+
"linux": ""
|
|
1436
|
+
},
|
|
1437
|
+
"mobile": {
|
|
1438
|
+
"native": "",
|
|
1439
|
+
"universal": ""
|
|
1440
|
+
},
|
|
1441
|
+
"desktop": {
|
|
1442
|
+
"native": "",
|
|
1443
|
+
"universal": ""
|
|
1444
|
+
},
|
|
1445
|
+
"metadata": {
|
|
1446
|
+
"shortName": "Ownbit",
|
|
1447
|
+
"colors": {
|
|
1448
|
+
"primary": "",
|
|
1449
|
+
"secondary": ""
|
|
1450
|
+
}
|
|
1451
|
+
}
|
|
1452
|
+
},
|
|
1453
|
+
"244a0d93a45df0d0501a9cb9cdfb4e91aa750cfd4fc88f6e97a54d8455a76f5c": {
|
|
1454
|
+
"id": "244a0d93a45df0d0501a9cb9cdfb4e91aa750cfd4fc88f6e97a54d8455a76f5c",
|
|
1455
|
+
"name": "EasyPocket",
|
|
1456
|
+
"description": "",
|
|
1457
|
+
"homepage": "https://easypocket.app/",
|
|
1458
|
+
"chains": [
|
|
1459
|
+
"eip155:1"
|
|
1460
|
+
],
|
|
1461
|
+
"versions": [
|
|
1462
|
+
"1"
|
|
1463
|
+
],
|
|
1464
|
+
"app": {
|
|
1465
|
+
"browser": "",
|
|
1466
|
+
"ios": "https://apps.apple.com/us/app/id1517338927",
|
|
1467
|
+
"android": "https://easypocket.app/",
|
|
1468
|
+
"mac": "",
|
|
1469
|
+
"windows": "",
|
|
1470
|
+
"linux": ""
|
|
1471
|
+
},
|
|
1472
|
+
"mobile": {
|
|
1473
|
+
"native": "easypocket:",
|
|
1474
|
+
"universal": "https://wallet.easypocket.app"
|
|
1475
|
+
},
|
|
1476
|
+
"desktop": {
|
|
1477
|
+
"native": "",
|
|
1478
|
+
"universal": ""
|
|
1479
|
+
},
|
|
1480
|
+
"metadata": {
|
|
1481
|
+
"shortName": "EasyPocket",
|
|
1482
|
+
"colors": {
|
|
1483
|
+
"primary": "rgb(17, 93, 251)",
|
|
1484
|
+
"secondary": ""
|
|
1485
|
+
}
|
|
1486
|
+
}
|
|
1487
|
+
},
|
|
1488
|
+
"881946407ff22a32ec0e42b2cd31ea5dab52242dc3648d777b511a0440d59efb": {
|
|
1489
|
+
"id": "881946407ff22a32ec0e42b2cd31ea5dab52242dc3648d777b511a0440d59efb",
|
|
1490
|
+
"name": "Bridge Wallet",
|
|
1491
|
+
"description": "",
|
|
1492
|
+
"homepage": "https://mtpelerin.com/bridge-wallet",
|
|
1493
|
+
"chains": [
|
|
1494
|
+
"eip155:1"
|
|
1495
|
+
],
|
|
1496
|
+
"versions": [
|
|
1497
|
+
"1"
|
|
1498
|
+
],
|
|
1499
|
+
"app": {
|
|
1500
|
+
"browser": "",
|
|
1501
|
+
"ios": "https://apps.apple.com/us/app/bridge-wallet/id1481859680",
|
|
1502
|
+
"android": "https://play.google.com/store/apps/details?id=com.mtpelerin.bridge",
|
|
1503
|
+
"mac": "",
|
|
1504
|
+
"windows": "",
|
|
1505
|
+
"linux": ""
|
|
1506
|
+
},
|
|
1507
|
+
"mobile": {
|
|
1508
|
+
"native": "bridgewallet:",
|
|
1509
|
+
"universal": "https://bridge.mtpelerin.com"
|
|
1510
|
+
},
|
|
1511
|
+
"desktop": {
|
|
1512
|
+
"native": "",
|
|
1513
|
+
"universal": ""
|
|
1514
|
+
},
|
|
1515
|
+
"metadata": {
|
|
1516
|
+
"shortName": "Bridge",
|
|
1517
|
+
"colors": {
|
|
1518
|
+
"primary": "",
|
|
1519
|
+
"secondary": ""
|
|
1520
|
+
}
|
|
1521
|
+
}
|
|
1522
|
+
},
|
|
1523
|
+
"3b0e861b3a57e98325b82ab687fe0a712c81366d521ceec49eebc35591f1b5d1": {
|
|
1524
|
+
"id": "3b0e861b3a57e98325b82ab687fe0a712c81366d521ceec49eebc35591f1b5d1",
|
|
1525
|
+
"name": "SparkPoint",
|
|
1526
|
+
"description": "",
|
|
1527
|
+
"homepage": "https://sparkpoint.io/",
|
|
1528
|
+
"chains": [
|
|
1529
|
+
"eip155:1"
|
|
1530
|
+
],
|
|
1531
|
+
"versions": [
|
|
1532
|
+
"1"
|
|
1533
|
+
],
|
|
1534
|
+
"app": {
|
|
1535
|
+
"browser": "",
|
|
1536
|
+
"ios": "",
|
|
1537
|
+
"android": "https://play.google.com/store/apps/details?id=com.sparkpoint",
|
|
1538
|
+
"mac": "",
|
|
1539
|
+
"windows": "",
|
|
1540
|
+
"linux": ""
|
|
1541
|
+
},
|
|
1542
|
+
"mobile": {
|
|
1543
|
+
"native": "sparkpoint:",
|
|
1544
|
+
"universal": "https://sparkpoint.io"
|
|
1545
|
+
},
|
|
1546
|
+
"desktop": {
|
|
1547
|
+
"native": "",
|
|
1548
|
+
"universal": ""
|
|
1549
|
+
},
|
|
1550
|
+
"metadata": {
|
|
1551
|
+
"shortName": "SparkPoint",
|
|
1552
|
+
"colors": {
|
|
1553
|
+
"primary": "rgb(20,67,95)",
|
|
1554
|
+
"secondary": ""
|
|
1555
|
+
}
|
|
1556
|
+
}
|
|
1557
|
+
},
|
|
1558
|
+
"ca86f48760bf5f84dcd6b1daca0fd55e2aa073ecf46453ba8a1db0b2e8e85ac1": {
|
|
1559
|
+
"id": "ca86f48760bf5f84dcd6b1daca0fd55e2aa073ecf46453ba8a1db0b2e8e85ac1",
|
|
1560
|
+
"name": "ViaWallet",
|
|
1561
|
+
"description": "",
|
|
1562
|
+
"homepage": "https://viawallet.com/",
|
|
1563
|
+
"chains": [
|
|
1564
|
+
"eip155:1"
|
|
1565
|
+
],
|
|
1566
|
+
"versions": [
|
|
1567
|
+
"1"
|
|
1568
|
+
],
|
|
1569
|
+
"app": {
|
|
1570
|
+
"browser": "",
|
|
1571
|
+
"ios": "https://itunes.apple.com/us/app/viawallet/id1462031389",
|
|
1572
|
+
"android": "https://play.google.com/store/apps/details?id=com.viabtc.wallet",
|
|
1573
|
+
"mac": "",
|
|
1574
|
+
"windows": "",
|
|
1575
|
+
"linux": ""
|
|
1576
|
+
},
|
|
1577
|
+
"mobile": {
|
|
1578
|
+
"native": "",
|
|
1579
|
+
"universal": ""
|
|
1580
|
+
},
|
|
1581
|
+
"desktop": {
|
|
1582
|
+
"native": "",
|
|
1583
|
+
"universal": ""
|
|
1584
|
+
},
|
|
1585
|
+
"metadata": {
|
|
1586
|
+
"shortName": "ViaWallet",
|
|
1587
|
+
"colors": {
|
|
1588
|
+
"primary": "",
|
|
1589
|
+
"secondary": ""
|
|
1590
|
+
}
|
|
1591
|
+
}
|
|
1592
|
+
},
|
|
1593
|
+
"42d72b6b34411dfacdf5364c027979908f971fc60251a817622b7bdb44a03106": {
|
|
1594
|
+
"id": "42d72b6b34411dfacdf5364c027979908f971fc60251a817622b7bdb44a03106",
|
|
1595
|
+
"name": "BitKeep",
|
|
1596
|
+
"description": "",
|
|
1597
|
+
"homepage": "https://bitkeep.com/",
|
|
1598
|
+
"chains": [
|
|
1599
|
+
"eip155:1"
|
|
1600
|
+
],
|
|
1601
|
+
"versions": [
|
|
1602
|
+
"1"
|
|
1603
|
+
],
|
|
1604
|
+
"app": {
|
|
1605
|
+
"browser": "",
|
|
1606
|
+
"ios": "https://itunes.apple.com/app/bitkeep/id1395301115",
|
|
1607
|
+
"android": "https://play.google.com/store/apps/details?id=com.bitkeep.wallet",
|
|
1608
|
+
"mac": "",
|
|
1609
|
+
"windows": "",
|
|
1610
|
+
"linux": ""
|
|
1611
|
+
},
|
|
1612
|
+
"mobile": {
|
|
1613
|
+
"native": "bitkeep:",
|
|
1614
|
+
"universal": ""
|
|
1615
|
+
},
|
|
1616
|
+
"desktop": {
|
|
1617
|
+
"native": "",
|
|
1618
|
+
"universal": ""
|
|
1619
|
+
},
|
|
1620
|
+
"metadata": {
|
|
1621
|
+
"shortName": "BitKeep",
|
|
1622
|
+
"colors": {
|
|
1623
|
+
"primary": "rgb(255, 255, 255)",
|
|
1624
|
+
"secondary": ""
|
|
1625
|
+
}
|
|
1626
|
+
}
|
|
1627
|
+
},
|
|
1628
|
+
"b642ab6de0fe5c7d1e4a2b2821c9c807a81d0f6fd42ee3a75e513ea16e91151c": {
|
|
1629
|
+
"id": "b642ab6de0fe5c7d1e4a2b2821c9c807a81d0f6fd42ee3a75e513ea16e91151c",
|
|
1630
|
+
"name": "Vision",
|
|
1631
|
+
"description": "",
|
|
1632
|
+
"homepage": "https://vision-crypto.com/",
|
|
1633
|
+
"chains": [
|
|
1634
|
+
"eip155:1"
|
|
1635
|
+
],
|
|
1636
|
+
"versions": [
|
|
1637
|
+
"1"
|
|
1638
|
+
],
|
|
1639
|
+
"app": {
|
|
1640
|
+
"browser": "",
|
|
1641
|
+
"ios": "https://apps.apple.com/us/app/id1500186931",
|
|
1642
|
+
"android": "https://play.google.com/store/apps/details?id=com.eletac.tronwallet",
|
|
1643
|
+
"mac": "",
|
|
1644
|
+
"windows": "",
|
|
1645
|
+
"linux": ""
|
|
1646
|
+
},
|
|
1647
|
+
"mobile": {
|
|
1648
|
+
"native": "",
|
|
1649
|
+
"universal": ""
|
|
1650
|
+
},
|
|
1651
|
+
"desktop": {
|
|
1652
|
+
"native": "",
|
|
1653
|
+
"universal": ""
|
|
1654
|
+
},
|
|
1655
|
+
"metadata": {
|
|
1656
|
+
"shortName": "Vision",
|
|
1657
|
+
"colors": {
|
|
1658
|
+
"primary": "",
|
|
1659
|
+
"secondary": ""
|
|
1660
|
+
}
|
|
1661
|
+
}
|
|
1662
|
+
},
|
|
1663
|
+
"38ee551a01e3c5af9d8a9715768861e4d642e2381a62245083f96672b5646c6b": {
|
|
1664
|
+
"id": "38ee551a01e3c5af9d8a9715768861e4d642e2381a62245083f96672b5646c6b",
|
|
1665
|
+
"name": "PEAKDEFI Wallet",
|
|
1666
|
+
"description": "",
|
|
1667
|
+
"homepage": "https://peakdefi.com/",
|
|
1668
|
+
"chains": [
|
|
1669
|
+
"eip155:1"
|
|
1670
|
+
],
|
|
1671
|
+
"versions": [
|
|
1672
|
+
"1"
|
|
1673
|
+
],
|
|
1674
|
+
"app": {
|
|
1675
|
+
"browser": "",
|
|
1676
|
+
"ios": "https://apps.apple.com/app/peakdefi-wallet/id1526193527",
|
|
1677
|
+
"android": "https://play.google.com/store/apps/details?id=com.peakdefiwallet",
|
|
1678
|
+
"mac": "",
|
|
1679
|
+
"windows": "",
|
|
1680
|
+
"linux": ""
|
|
1681
|
+
},
|
|
1682
|
+
"mobile": {
|
|
1683
|
+
"native": "peakdefiwallet:",
|
|
1684
|
+
"universal": "https://peakdefi.com/download"
|
|
1685
|
+
},
|
|
1686
|
+
"desktop": {
|
|
1687
|
+
"native": "",
|
|
1688
|
+
"universal": ""
|
|
1689
|
+
},
|
|
1690
|
+
"metadata": {
|
|
1691
|
+
"shortName": "PEAKDEFI",
|
|
1692
|
+
"colors": {
|
|
1693
|
+
"primary": "rgb(255, 255, 255)",
|
|
1694
|
+
"secondary": ""
|
|
1695
|
+
}
|
|
1696
|
+
}
|
|
1697
|
+
},
|
|
1698
|
+
"7e90b95230bc462869bbb59f952273d89841e1c76bcc5319898e08c9f34bd4cd": {
|
|
1699
|
+
"id": "7e90b95230bc462869bbb59f952273d89841e1c76bcc5319898e08c9f34bd4cd",
|
|
1700
|
+
"name": "Unstoppable Wallet",
|
|
1701
|
+
"description": "",
|
|
1702
|
+
"homepage": "https://unstoppable.money/",
|
|
1703
|
+
"chains": [
|
|
1704
|
+
"eip155:1",
|
|
1705
|
+
"eip155:56"
|
|
1706
|
+
],
|
|
1707
|
+
"versions": [
|
|
1708
|
+
"1"
|
|
1709
|
+
],
|
|
1710
|
+
"app": {
|
|
1711
|
+
"browser": "",
|
|
1712
|
+
"ios": "https://apps.apple.com/app/apple-store/id1447619907",
|
|
1713
|
+
"android": "https://play.google.com/store/apps/details?id=io.horizontalsystems.bankwallet",
|
|
1714
|
+
"mac": "",
|
|
1715
|
+
"windows": "",
|
|
1716
|
+
"linux": ""
|
|
1717
|
+
},
|
|
1718
|
+
"mobile": {
|
|
1719
|
+
"native": "moneyunstoppable:",
|
|
1720
|
+
"universal": "https://unstoppable.money"
|
|
1721
|
+
},
|
|
1722
|
+
"desktop": {
|
|
1723
|
+
"native": "",
|
|
1724
|
+
"universal": ""
|
|
1725
|
+
},
|
|
1726
|
+
"metadata": {
|
|
1727
|
+
"shortName": "Unstoppable",
|
|
1728
|
+
"colors": {
|
|
1729
|
+
"primary": "#FFBE43",
|
|
1730
|
+
"secondary": ""
|
|
1731
|
+
}
|
|
1732
|
+
}
|
|
1733
|
+
},
|
|
1734
|
+
"025247d02e1972362982f04c96c78e7c02c4b68a9ac2107c26fe2ebb85c317c0": {
|
|
1735
|
+
"id": "025247d02e1972362982f04c96c78e7c02c4b68a9ac2107c26fe2ebb85c317c0",
|
|
1736
|
+
"name": "HaloDeFi Wallet",
|
|
1737
|
+
"description": "",
|
|
1738
|
+
"homepage": "https://halodefi.org/",
|
|
1739
|
+
"chains": [
|
|
1740
|
+
"eip155:1"
|
|
1741
|
+
],
|
|
1742
|
+
"versions": [
|
|
1743
|
+
"1"
|
|
1744
|
+
],
|
|
1745
|
+
"app": {
|
|
1746
|
+
"browser": "",
|
|
1747
|
+
"ios": "",
|
|
1748
|
+
"android": "https://play.google.com/store/apps/details?id=com.halodefi.wallet",
|
|
1749
|
+
"mac": "",
|
|
1750
|
+
"windows": "",
|
|
1751
|
+
"linux": ""
|
|
1752
|
+
},
|
|
1753
|
+
"mobile": {
|
|
1754
|
+
"native": "halodefiwallet:",
|
|
1755
|
+
"universal": ""
|
|
1756
|
+
},
|
|
1757
|
+
"desktop": {
|
|
1758
|
+
"native": "",
|
|
1759
|
+
"universal": ""
|
|
1760
|
+
},
|
|
1761
|
+
"metadata": {
|
|
1762
|
+
"shortName": "HaloDeFi",
|
|
1763
|
+
"colors": {
|
|
1764
|
+
"primary": "rgb(255, 255, 255)",
|
|
1765
|
+
"secondary": ""
|
|
1766
|
+
}
|
|
1767
|
+
}
|
|
1768
|
+
},
|
|
1769
|
+
"d12b6e114af8c47a6eec19a576f1022032a5ee4f8cafee612049f4796c803c7e": {
|
|
1770
|
+
"id": "d12b6e114af8c47a6eec19a576f1022032a5ee4f8cafee612049f4796c803c7e",
|
|
1771
|
+
"name": "Dok Wallet",
|
|
1772
|
+
"description": "",
|
|
1773
|
+
"homepage": "https://dokwallet.com/",
|
|
1774
|
+
"chains": [
|
|
1775
|
+
"eip155:1"
|
|
1776
|
+
],
|
|
1777
|
+
"versions": [
|
|
1778
|
+
"1"
|
|
1779
|
+
],
|
|
1780
|
+
"app": {
|
|
1781
|
+
"browser": "",
|
|
1782
|
+
"ios": "https://apps.apple.com/il/app/dokwallet-crypto-wallet/id1533065700",
|
|
1783
|
+
"android": "https://play.google.com/store/apps/details?id=com.dok.wallet",
|
|
1784
|
+
"mac": "",
|
|
1785
|
+
"windows": "",
|
|
1786
|
+
"linux": ""
|
|
1787
|
+
},
|
|
1788
|
+
"mobile": {
|
|
1789
|
+
"native": "",
|
|
1790
|
+
"universal": ""
|
|
1791
|
+
},
|
|
1792
|
+
"desktop": {
|
|
1793
|
+
"native": "",
|
|
1794
|
+
"universal": ""
|
|
1795
|
+
},
|
|
1796
|
+
"metadata": {
|
|
1797
|
+
"shortName": "Dok",
|
|
1798
|
+
"colors": {
|
|
1799
|
+
"primary": "",
|
|
1800
|
+
"secondary": ""
|
|
1801
|
+
}
|
|
1802
|
+
}
|
|
1803
|
+
},
|
|
1804
|
+
"3d56ed42374504f1bb2ba368094269eaea461c075ab796d504f354baac213dc5": {
|
|
1805
|
+
"id": "3d56ed42374504f1bb2ba368094269eaea461c075ab796d504f354baac213dc5",
|
|
1806
|
+
"name": "AT.Wallet",
|
|
1807
|
+
"description": "",
|
|
1808
|
+
"homepage": "https://authentrend.com/at-wallet/",
|
|
1809
|
+
"chains": [
|
|
1810
|
+
"eip155:1"
|
|
1811
|
+
],
|
|
1812
|
+
"versions": [
|
|
1813
|
+
"1"
|
|
1814
|
+
],
|
|
1815
|
+
"app": {
|
|
1816
|
+
"browser": "",
|
|
1817
|
+
"ios": "https://apps.apple.com/us/app/at-wallet/id1479171310",
|
|
1818
|
+
"android": "https://play.google.com/store/apps/details?id=com.authentrend.atwallet",
|
|
1819
|
+
"mac": "",
|
|
1820
|
+
"windows": "",
|
|
1821
|
+
"linux": ""
|
|
1822
|
+
},
|
|
1823
|
+
"mobile": {
|
|
1824
|
+
"native": "",
|
|
1825
|
+
"universal": ""
|
|
1826
|
+
},
|
|
1827
|
+
"desktop": {
|
|
1828
|
+
"native": "",
|
|
1829
|
+
"universal": ""
|
|
1830
|
+
},
|
|
1831
|
+
"metadata": {
|
|
1832
|
+
"shortName": "AT.Wallet",
|
|
1833
|
+
"colors": {
|
|
1834
|
+
"primary": "",
|
|
1835
|
+
"secondary": ""
|
|
1836
|
+
}
|
|
1837
|
+
}
|
|
1838
|
+
},
|
|
1839
|
+
"1e04cf5cddcd84edb1370b12eae1fcecedf125b77209fff80e7ef2a6d3c74719": {
|
|
1840
|
+
"id": "1e04cf5cddcd84edb1370b12eae1fcecedf125b77209fff80e7ef2a6d3c74719",
|
|
1841
|
+
"name": "Midas Wallet",
|
|
1842
|
+
"description": "",
|
|
1843
|
+
"homepage": "https://midasprotocol.io/",
|
|
1844
|
+
"chains": [
|
|
1845
|
+
"eip155:1"
|
|
1846
|
+
],
|
|
1847
|
+
"versions": [
|
|
1848
|
+
"1"
|
|
1849
|
+
],
|
|
1850
|
+
"app": {
|
|
1851
|
+
"browser": "",
|
|
1852
|
+
"ios": "https://itunes.apple.com/us/app/midas-protocol-crypto-wallet/id1436698193",
|
|
1853
|
+
"android": "https://play.google.com/store/apps/details?id=com.midasprotocol.wallet.android",
|
|
1854
|
+
"mac": "",
|
|
1855
|
+
"windows": "",
|
|
1856
|
+
"linux": ""
|
|
1857
|
+
},
|
|
1858
|
+
"mobile": {
|
|
1859
|
+
"native": "",
|
|
1860
|
+
"universal": ""
|
|
1861
|
+
},
|
|
1862
|
+
"desktop": {
|
|
1863
|
+
"native": "",
|
|
1864
|
+
"universal": ""
|
|
1865
|
+
},
|
|
1866
|
+
"metadata": {
|
|
1867
|
+
"shortName": "Midas",
|
|
1868
|
+
"colors": {
|
|
1869
|
+
"primary": "",
|
|
1870
|
+
"secondary": ""
|
|
1871
|
+
}
|
|
1872
|
+
}
|
|
1873
|
+
},
|
|
1874
|
+
"15d1d97de89526a3c259a235304a7c510c40cda3331f0f8433da860ecc528bef": {
|
|
1875
|
+
"id": "15d1d97de89526a3c259a235304a7c510c40cda3331f0f8433da860ecc528bef",
|
|
1876
|
+
"name": "Ellipal",
|
|
1877
|
+
"description": "",
|
|
1878
|
+
"homepage": "https://ellipal.com/",
|
|
1879
|
+
"chains": [
|
|
1880
|
+
"eip155:1"
|
|
1881
|
+
],
|
|
1882
|
+
"versions": [
|
|
1883
|
+
"1"
|
|
1884
|
+
],
|
|
1885
|
+
"app": {
|
|
1886
|
+
"browser": "",
|
|
1887
|
+
"ios": "https://apps.apple.com/us/app/ellipal/id1426179665",
|
|
1888
|
+
"android": "https://play.google.com/store/apps/details?id=com.ellipal.wallet",
|
|
1889
|
+
"mac": "",
|
|
1890
|
+
"windows": "",
|
|
1891
|
+
"linux": ""
|
|
1892
|
+
},
|
|
1893
|
+
"mobile": {
|
|
1894
|
+
"native": "ellipal:",
|
|
1895
|
+
"universal": "https://www.ellipal.com/"
|
|
1896
|
+
},
|
|
1897
|
+
"desktop": {
|
|
1898
|
+
"native": "",
|
|
1899
|
+
"universal": ""
|
|
1900
|
+
},
|
|
1901
|
+
"metadata": {
|
|
1902
|
+
"shortName": "Ellipal",
|
|
1903
|
+
"colors": {
|
|
1904
|
+
"primary": "rgb(48, 124, 249)",
|
|
1905
|
+
"secondary": ""
|
|
1906
|
+
}
|
|
1907
|
+
}
|
|
1908
|
+
},
|
|
1909
|
+
"0fa0f603076de79bbac9a4d47770186de8913da63c8a4070c500a783cddbd1e3": {
|
|
1910
|
+
"id": "0fa0f603076de79bbac9a4d47770186de8913da63c8a4070c500a783cddbd1e3",
|
|
1911
|
+
"name": "KEYRING PRO",
|
|
1912
|
+
"description": "",
|
|
1913
|
+
"homepage": "https://keyring.app/",
|
|
1914
|
+
"chains": [
|
|
1915
|
+
"eip155:1"
|
|
1916
|
+
],
|
|
1917
|
+
"versions": [
|
|
1918
|
+
"1"
|
|
1919
|
+
],
|
|
1920
|
+
"app": {
|
|
1921
|
+
"browser": "",
|
|
1922
|
+
"ios": "https://apps.apple.com/us/app/keyring-pro-wallet-management/id1546824976",
|
|
1923
|
+
"android": "https://play.google.com/store/apps/details?id=co.bacoor.keyring",
|
|
1924
|
+
"mac": "",
|
|
1925
|
+
"windows": "",
|
|
1926
|
+
"linux": ""
|
|
1927
|
+
},
|
|
1928
|
+
"mobile": {
|
|
1929
|
+
"native": "keyring:",
|
|
1930
|
+
"universal": "https://keyring.app"
|
|
1931
|
+
},
|
|
1932
|
+
"desktop": {
|
|
1933
|
+
"native": "",
|
|
1934
|
+
"universal": ""
|
|
1935
|
+
},
|
|
1936
|
+
"metadata": {
|
|
1937
|
+
"shortName": "KEYRINGPRO",
|
|
1938
|
+
"colors": {
|
|
1939
|
+
"primary": "",
|
|
1940
|
+
"secondary": ""
|
|
1941
|
+
}
|
|
1942
|
+
}
|
|
1943
|
+
},
|
|
1944
|
+
"19ad8334f0f034f4176a95722b5746b539b47b37ce17a5abde4755956d05d44c": {
|
|
1945
|
+
"id": "19ad8334f0f034f4176a95722b5746b539b47b37ce17a5abde4755956d05d44c",
|
|
1946
|
+
"name": "Aktionariat",
|
|
1947
|
+
"description": "",
|
|
1948
|
+
"homepage": "https://aktionariat.com/",
|
|
1949
|
+
"chains": [
|
|
1950
|
+
"eip155:1"
|
|
1951
|
+
],
|
|
1952
|
+
"versions": [
|
|
1953
|
+
"1"
|
|
1954
|
+
],
|
|
1955
|
+
"app": {
|
|
1956
|
+
"browser": "",
|
|
1957
|
+
"ios": "https://apps.apple.com/ch/app/aktionariat/id1518326813",
|
|
1958
|
+
"android": "https://play.google.com/store/apps/details?id=com.aktionariat.app",
|
|
1959
|
+
"mac": "",
|
|
1960
|
+
"windows": "",
|
|
1961
|
+
"linux": ""
|
|
1962
|
+
},
|
|
1963
|
+
"mobile": {
|
|
1964
|
+
"native": "aktionariat:",
|
|
1965
|
+
"universal": "https://app.aktionariat.com"
|
|
1966
|
+
},
|
|
1967
|
+
"desktop": {
|
|
1968
|
+
"native": "",
|
|
1969
|
+
"universal": ""
|
|
1970
|
+
},
|
|
1971
|
+
"metadata": {
|
|
1972
|
+
"shortName": "Aktionariat",
|
|
1973
|
+
"colors": {
|
|
1974
|
+
"primary": "rgb(0, 0, 0)",
|
|
1975
|
+
"secondary": ""
|
|
1976
|
+
}
|
|
1977
|
+
}
|
|
1978
|
+
},
|
|
1979
|
+
"95501c1a07c8eb575cb28c753ab9044259546ebcefcd3645461086e49b671f5c": {
|
|
1980
|
+
"id": "95501c1a07c8eb575cb28c753ab9044259546ebcefcd3645461086e49b671f5c",
|
|
1981
|
+
"name": "Talken Wallet",
|
|
1982
|
+
"description": "",
|
|
1983
|
+
"homepage": "https://talken.io",
|
|
1984
|
+
"chains": [
|
|
1985
|
+
"eip155:1"
|
|
1986
|
+
],
|
|
1987
|
+
"versions": [
|
|
1988
|
+
"1"
|
|
1989
|
+
],
|
|
1990
|
+
"app": {
|
|
1991
|
+
"browser": "",
|
|
1992
|
+
"ios": "https://apps.apple.com/us/app/talken/id1459475831",
|
|
1993
|
+
"android": "https://play.google.com/store/apps/details?id=io.talken.wallet",
|
|
1994
|
+
"mac": "",
|
|
1995
|
+
"windows": "",
|
|
1996
|
+
"linux": ""
|
|
1997
|
+
},
|
|
1998
|
+
"mobile": {
|
|
1999
|
+
"native": "talken-wallet:",
|
|
2000
|
+
"universal": "https://talken.io"
|
|
2001
|
+
},
|
|
2002
|
+
"desktop": {
|
|
2003
|
+
"native": "",
|
|
2004
|
+
"universal": ""
|
|
2005
|
+
},
|
|
2006
|
+
"metadata": {
|
|
2007
|
+
"shortName": "Talken",
|
|
2008
|
+
"colors": {
|
|
2009
|
+
"primary": "rgb(255, 255, 255)",
|
|
2010
|
+
"secondary": ""
|
|
2011
|
+
}
|
|
2012
|
+
}
|
|
2013
|
+
},
|
|
2014
|
+
"78640a74036794a5b7f8ea501887c168232723696db4231f54abd3fe524037b4": {
|
|
2015
|
+
"id": "78640a74036794a5b7f8ea501887c168232723696db4231f54abd3fe524037b4",
|
|
2016
|
+
"name": "XinFin XDC Network",
|
|
2017
|
+
"description": "",
|
|
2018
|
+
"homepage": "https://www.xinfin.io/",
|
|
2019
|
+
"chains": [
|
|
2020
|
+
"eip155:1"
|
|
2021
|
+
],
|
|
2022
|
+
"versions": [
|
|
2023
|
+
"1"
|
|
2024
|
+
],
|
|
2025
|
+
"app": {
|
|
2026
|
+
"browser": "https://xinfin.network/",
|
|
2027
|
+
"ios": "",
|
|
2028
|
+
"android": "https://play.google.com/store/apps/details?id=com.xdcwallet",
|
|
2029
|
+
"mac": "",
|
|
2030
|
+
"windows": "",
|
|
2031
|
+
"linux": ""
|
|
2032
|
+
},
|
|
2033
|
+
"mobile": {
|
|
2034
|
+
"native": "",
|
|
2035
|
+
"universal": ""
|
|
2036
|
+
},
|
|
2037
|
+
"desktop": {
|
|
2038
|
+
"native": "",
|
|
2039
|
+
"universal": ""
|
|
2040
|
+
},
|
|
2041
|
+
"metadata": {
|
|
2042
|
+
"shortName": "XinFin",
|
|
2043
|
+
"colors": {
|
|
2044
|
+
"primary": "",
|
|
2045
|
+
"secondary": ""
|
|
2046
|
+
}
|
|
2047
|
+
}
|
|
2048
|
+
},
|
|
2049
|
+
"d612ddb7326d7d64428d035971b82247322a4ffcf126027560502eff4c02bd1c": {
|
|
2050
|
+
"id": "d612ddb7326d7d64428d035971b82247322a4ffcf126027560502eff4c02bd1c",
|
|
2051
|
+
"name": "Flare Wallet",
|
|
2052
|
+
"description": "",
|
|
2053
|
+
"homepage": "https://flarewallet.io",
|
|
2054
|
+
"chains": [
|
|
2055
|
+
"eip155:1"
|
|
2056
|
+
],
|
|
2057
|
+
"versions": [
|
|
2058
|
+
"1"
|
|
2059
|
+
],
|
|
2060
|
+
"app": {
|
|
2061
|
+
"browser": "",
|
|
2062
|
+
"ios": "https://apps.apple.com/us/app/flare-wallet/id1496651406",
|
|
2063
|
+
"android": "https://play.google.com/store/apps/details?id=com.flare",
|
|
2064
|
+
"mac": "",
|
|
2065
|
+
"windows": "",
|
|
2066
|
+
"linux": ""
|
|
2067
|
+
},
|
|
2068
|
+
"mobile": {
|
|
2069
|
+
"native": "flare:",
|
|
2070
|
+
"universal": "https://flarewallet.io"
|
|
2071
|
+
},
|
|
2072
|
+
"desktop": {
|
|
2073
|
+
"native": "",
|
|
2074
|
+
"universal": ""
|
|
2075
|
+
},
|
|
2076
|
+
"metadata": {
|
|
2077
|
+
"shortName": "Flare",
|
|
2078
|
+
"colors": {
|
|
2079
|
+
"primary": "rgb(31, 36, 59)",
|
|
2080
|
+
"secondary": ""
|
|
2081
|
+
}
|
|
2082
|
+
}
|
|
2083
|
+
},
|
|
2084
|
+
"55e5b479c9f49ddac5445c24725857f19888da1ef432ae5e4e01f8054d107670": {
|
|
2085
|
+
"id": "55e5b479c9f49ddac5445c24725857f19888da1ef432ae5e4e01f8054d107670",
|
|
2086
|
+
"name": "KyberSwap",
|
|
2087
|
+
"description": "",
|
|
2088
|
+
"homepage": "https://kyberswap.com/",
|
|
2089
|
+
"chains": [
|
|
2090
|
+
"eip155:1"
|
|
2091
|
+
],
|
|
2092
|
+
"versions": [
|
|
2093
|
+
"1"
|
|
2094
|
+
],
|
|
2095
|
+
"app": {
|
|
2096
|
+
"browser": "https://kyberswap.com/",
|
|
2097
|
+
"ios": "",
|
|
2098
|
+
"android": "",
|
|
2099
|
+
"mac": "",
|
|
2100
|
+
"windows": "",
|
|
2101
|
+
"linux": ""
|
|
2102
|
+
},
|
|
2103
|
+
"mobile": {
|
|
2104
|
+
"native": "kyberswap:",
|
|
2105
|
+
"universal": "https://kyberswapnew.app.link"
|
|
2106
|
+
},
|
|
2107
|
+
"desktop": {
|
|
2108
|
+
"native": "",
|
|
2109
|
+
"universal": ""
|
|
2110
|
+
},
|
|
2111
|
+
"metadata": {
|
|
2112
|
+
"shortName": "KyberSwap",
|
|
2113
|
+
"colors": {
|
|
2114
|
+
"primary": "rgb(255, 255, 255)",
|
|
2115
|
+
"secondary": ""
|
|
2116
|
+
}
|
|
2117
|
+
}
|
|
2118
|
+
},
|
|
2119
|
+
"6193353e17504afc4bb982ee743ab970cd5cf842a35ecc9b7de61c150cf291e0": {
|
|
2120
|
+
"id": "6193353e17504afc4bb982ee743ab970cd5cf842a35ecc9b7de61c150cf291e0",
|
|
2121
|
+
"name": "AToken Wallet",
|
|
2122
|
+
"description": "",
|
|
2123
|
+
"homepage": "https://atoken.com",
|
|
2124
|
+
"chains": [
|
|
2125
|
+
"eip155:1"
|
|
2126
|
+
],
|
|
2127
|
+
"versions": [
|
|
2128
|
+
"1"
|
|
2129
|
+
],
|
|
2130
|
+
"app": {
|
|
2131
|
+
"browser": "",
|
|
2132
|
+
"ios": "https://apps.apple.com/us/app/atoken-app/id1395835245",
|
|
2133
|
+
"android": "https://play.google.com/store/apps/details?id=wallet.gem.com.atoken",
|
|
2134
|
+
"mac": "",
|
|
2135
|
+
"windows": "",
|
|
2136
|
+
"linux": ""
|
|
2137
|
+
},
|
|
2138
|
+
"mobile": {
|
|
2139
|
+
"native": "atoken:",
|
|
2140
|
+
"universal": "https://www.atoken.com"
|
|
2141
|
+
},
|
|
2142
|
+
"desktop": {
|
|
2143
|
+
"native": "",
|
|
2144
|
+
"universal": ""
|
|
2145
|
+
},
|
|
2146
|
+
"metadata": {
|
|
2147
|
+
"shortName": "AToken",
|
|
2148
|
+
"colors": {
|
|
2149
|
+
"primary": "rgb(255, 255, 255)",
|
|
2150
|
+
"secondary": ""
|
|
2151
|
+
}
|
|
2152
|
+
}
|
|
2153
|
+
},
|
|
2154
|
+
"4e6af4201658b52daad51a279bb363a08b3927e74c0f27abeca3b0110bddf0a9": {
|
|
2155
|
+
"id": "4e6af4201658b52daad51a279bb363a08b3927e74c0f27abeca3b0110bddf0a9",
|
|
2156
|
+
"name": "Tongue Wallet",
|
|
2157
|
+
"description": "",
|
|
2158
|
+
"homepage": "https://www.tongue.fi",
|
|
2159
|
+
"chains": [
|
|
2160
|
+
"eip155:1"
|
|
2161
|
+
],
|
|
2162
|
+
"versions": [
|
|
2163
|
+
"1"
|
|
2164
|
+
],
|
|
2165
|
+
"app": {
|
|
2166
|
+
"browser": "",
|
|
2167
|
+
"ios": "https://apps.apple.com/fr/app/tongue-wallet-for-defi-degens/id1534705854",
|
|
2168
|
+
"android": "",
|
|
2169
|
+
"mac": "",
|
|
2170
|
+
"windows": "",
|
|
2171
|
+
"linux": ""
|
|
2172
|
+
},
|
|
2173
|
+
"mobile": {
|
|
2174
|
+
"native": "tongue:",
|
|
2175
|
+
"universal": "https://www.tongue.fi"
|
|
2176
|
+
},
|
|
2177
|
+
"desktop": {
|
|
2178
|
+
"native": "",
|
|
2179
|
+
"universal": ""
|
|
2180
|
+
},
|
|
2181
|
+
"metadata": {
|
|
2182
|
+
"shortName": "Tongue",
|
|
2183
|
+
"colors": {
|
|
2184
|
+
"primary": "rgb(255, 49, 120)",
|
|
2185
|
+
"secondary": ""
|
|
2186
|
+
}
|
|
2187
|
+
}
|
|
2188
|
+
},
|
|
2189
|
+
"b13fcc7e3500a4580c9a5341ed64c49c17d7f864497881048eb160c089be5346": {
|
|
2190
|
+
"id": "b13fcc7e3500a4580c9a5341ed64c49c17d7f864497881048eb160c089be5346",
|
|
2191
|
+
"name": "RWallet",
|
|
2192
|
+
"description": "",
|
|
2193
|
+
"homepage": "https://rsk.co/",
|
|
2194
|
+
"chains": [
|
|
2195
|
+
"eip155:1"
|
|
2196
|
+
],
|
|
2197
|
+
"versions": [
|
|
2198
|
+
"1"
|
|
2199
|
+
],
|
|
2200
|
+
"app": {
|
|
2201
|
+
"browser": "",
|
|
2202
|
+
"ios": "https://apps.apple.com/us/app/rwallet/id1489241342",
|
|
2203
|
+
"android": "https://play.google.com/store/apps/details?id=com.rsk.rwallet.reactnative",
|
|
2204
|
+
"mac": "",
|
|
2205
|
+
"windows": "",
|
|
2206
|
+
"linux": ""
|
|
2207
|
+
},
|
|
2208
|
+
"mobile": {
|
|
2209
|
+
"native": "rwallet:",
|
|
2210
|
+
"universal": "https://www.rwallet.app"
|
|
2211
|
+
},
|
|
2212
|
+
"desktop": {
|
|
2213
|
+
"native": "",
|
|
2214
|
+
"universal": ""
|
|
2215
|
+
},
|
|
2216
|
+
"metadata": {
|
|
2217
|
+
"shortName": "RWallet",
|
|
2218
|
+
"colors": {
|
|
2219
|
+
"primary": "rgb(255, 255, 255)",
|
|
2220
|
+
"secondary": ""
|
|
2221
|
+
}
|
|
2222
|
+
}
|
|
2223
|
+
},
|
|
2224
|
+
"13c6a06b733edf51784f669f508826b2ab0dc80122a8b5d25d84b17d94bbdf70": {
|
|
2225
|
+
"id": "13c6a06b733edf51784f669f508826b2ab0dc80122a8b5d25d84b17d94bbdf70",
|
|
2226
|
+
"name": "PlasmaPay",
|
|
2227
|
+
"description": "",
|
|
2228
|
+
"homepage": "https://plasmapay.com/",
|
|
2229
|
+
"chains": [
|
|
2230
|
+
"eip155:1"
|
|
2231
|
+
],
|
|
2232
|
+
"versions": [
|
|
2233
|
+
"1"
|
|
2234
|
+
],
|
|
2235
|
+
"app": {
|
|
2236
|
+
"browser": "",
|
|
2237
|
+
"ios": "https://apps.apple.com/app/id1461735396",
|
|
2238
|
+
"android": "https://play.google.com/store/apps/details?id=com.plasmapay.androidapp",
|
|
2239
|
+
"mac": "",
|
|
2240
|
+
"windows": "",
|
|
2241
|
+
"linux": ""
|
|
2242
|
+
},
|
|
2243
|
+
"mobile": {
|
|
2244
|
+
"native": "plasmapay:",
|
|
2245
|
+
"universal": "https://plasmapay.com/"
|
|
2246
|
+
},
|
|
2247
|
+
"desktop": {
|
|
2248
|
+
"native": "",
|
|
2249
|
+
"universal": ""
|
|
2250
|
+
},
|
|
2251
|
+
"metadata": {
|
|
2252
|
+
"shortName": "PlasmaPay",
|
|
2253
|
+
"colors": {
|
|
2254
|
+
"primary": "rgb(255, 255, 255)",
|
|
2255
|
+
"secondary": ""
|
|
2256
|
+
}
|
|
2257
|
+
}
|
|
2258
|
+
},
|
|
2259
|
+
"0aafbedfb8eb56dae59ecc37c9a5388509cf9c082635e3f752581cc7128a17c0": {
|
|
2260
|
+
"id": "0aafbedfb8eb56dae59ecc37c9a5388509cf9c082635e3f752581cc7128a17c0",
|
|
2261
|
+
"name": "O3Wallet",
|
|
2262
|
+
"description": "",
|
|
2263
|
+
"homepage": "https://o3.network",
|
|
2264
|
+
"chains": [
|
|
2265
|
+
"eip155:1"
|
|
2266
|
+
],
|
|
2267
|
+
"versions": [
|
|
2268
|
+
"1"
|
|
2269
|
+
],
|
|
2270
|
+
"app": {
|
|
2271
|
+
"browser": "",
|
|
2272
|
+
"ios": "https://itunes.apple.com/app/id1528451572",
|
|
2273
|
+
"android": "https://play.google.com/store/apps/details?id=com.o3.o3wallet",
|
|
2274
|
+
"mac": "",
|
|
2275
|
+
"windows": "",
|
|
2276
|
+
"linux": ""
|
|
2277
|
+
},
|
|
2278
|
+
"mobile": {
|
|
2279
|
+
"native": "O3Wallet:",
|
|
2280
|
+
"universal": "https://o3.network"
|
|
2281
|
+
},
|
|
2282
|
+
"desktop": {
|
|
2283
|
+
"native": "",
|
|
2284
|
+
"universal": ""
|
|
2285
|
+
},
|
|
2286
|
+
"metadata": {
|
|
2287
|
+
"shortName": "O3Wallet",
|
|
2288
|
+
"colors": {
|
|
2289
|
+
"primary": "rgb(255,255,255)",
|
|
2290
|
+
"secondary": ""
|
|
2291
|
+
}
|
|
2292
|
+
}
|
|
2293
|
+
},
|
|
2294
|
+
"761d3d98fd77bdb06e6c90092ee7071c6001e93401d05dcf2b007c1a6c9c222c": {
|
|
2295
|
+
"id": "761d3d98fd77bdb06e6c90092ee7071c6001e93401d05dcf2b007c1a6c9c222c",
|
|
2296
|
+
"name": "HashKey Me",
|
|
2297
|
+
"description": "",
|
|
2298
|
+
"homepage": "https://me.hashkey.com/",
|
|
2299
|
+
"chains": [
|
|
2300
|
+
"eip155:1"
|
|
2301
|
+
],
|
|
2302
|
+
"versions": [
|
|
2303
|
+
"1"
|
|
2304
|
+
],
|
|
2305
|
+
"app": {
|
|
2306
|
+
"browser": "",
|
|
2307
|
+
"ios": "https://apps.apple.com/us/app/hashkey-me/id1547228803",
|
|
2308
|
+
"android": "",
|
|
2309
|
+
"mac": "",
|
|
2310
|
+
"windows": "",
|
|
2311
|
+
"linux": ""
|
|
2312
|
+
},
|
|
2313
|
+
"mobile": {
|
|
2314
|
+
"native": "hashme:",
|
|
2315
|
+
"universal": "https://me.hashkey.com"
|
|
2316
|
+
},
|
|
2317
|
+
"desktop": {
|
|
2318
|
+
"native": "",
|
|
2319
|
+
"universal": ""
|
|
2320
|
+
},
|
|
2321
|
+
"metadata": {
|
|
2322
|
+
"shortName": "HashKey Me",
|
|
2323
|
+
"colors": {
|
|
2324
|
+
"primary": "rgb(254, 142, 63)",
|
|
2325
|
+
"secondary": ""
|
|
2326
|
+
}
|
|
2327
|
+
}
|
|
2328
|
+
},
|
|
2329
|
+
"0a00cbe128dddd6e096ebb78533a2c16ed409152a377c1f61a6a5ea643a2d950": {
|
|
2330
|
+
"id": "0a00cbe128dddd6e096ebb78533a2c16ed409152a377c1f61a6a5ea643a2d950",
|
|
2331
|
+
"name": "Jade Wallet",
|
|
2332
|
+
"description": "",
|
|
2333
|
+
"homepage": "https://jadewallet.io/",
|
|
2334
|
+
"chains": [
|
|
2335
|
+
"eip155:1"
|
|
2336
|
+
],
|
|
2337
|
+
"versions": [
|
|
2338
|
+
"1"
|
|
2339
|
+
],
|
|
2340
|
+
"app": {
|
|
2341
|
+
"browser": "",
|
|
2342
|
+
"ios": "https://apps.apple.com/us/app/jade-wallet-bitcoin-defi/id1544207492",
|
|
2343
|
+
"android": "",
|
|
2344
|
+
"mac": "",
|
|
2345
|
+
"windows": "",
|
|
2346
|
+
"linux": ""
|
|
2347
|
+
},
|
|
2348
|
+
"mobile": {
|
|
2349
|
+
"native": "",
|
|
2350
|
+
"universal": ""
|
|
2351
|
+
},
|
|
2352
|
+
"desktop": {
|
|
2353
|
+
"native": "",
|
|
2354
|
+
"universal": ""
|
|
2355
|
+
},
|
|
2356
|
+
"metadata": {
|
|
2357
|
+
"shortName": "Jade",
|
|
2358
|
+
"colors": {
|
|
2359
|
+
"primary": "#212d66",
|
|
2360
|
+
"secondary": ""
|
|
2361
|
+
}
|
|
2362
|
+
}
|
|
2363
|
+
},
|
|
2364
|
+
"c04ae532094873c054a6c9339746c39c9ba5839c4d5bb2a1d9db51f9e5e77266": {
|
|
2365
|
+
"id": "c04ae532094873c054a6c9339746c39c9ba5839c4d5bb2a1d9db51f9e5e77266",
|
|
2366
|
+
"name": "Guarda Wallet",
|
|
2367
|
+
"description": "",
|
|
2368
|
+
"homepage": "https://guarda.com/",
|
|
2369
|
+
"chains": [
|
|
2370
|
+
"eip155:1"
|
|
2371
|
+
],
|
|
2372
|
+
"versions": [
|
|
2373
|
+
"1"
|
|
2374
|
+
],
|
|
2375
|
+
"app": {
|
|
2376
|
+
"browser": "",
|
|
2377
|
+
"ios": "https://apps.apple.com/app/apple-store/id1442083982?mt=8",
|
|
2378
|
+
"android": "https://play.google.com/store/apps/details?id=com.crypto.multiwallet",
|
|
2379
|
+
"mac": "",
|
|
2380
|
+
"windows": "",
|
|
2381
|
+
"linux": ""
|
|
2382
|
+
},
|
|
2383
|
+
"mobile": {
|
|
2384
|
+
"native": "",
|
|
2385
|
+
"universal": ""
|
|
2386
|
+
},
|
|
2387
|
+
"desktop": {
|
|
2388
|
+
"native": "",
|
|
2389
|
+
"universal": ""
|
|
2390
|
+
},
|
|
2391
|
+
"metadata": {
|
|
2392
|
+
"shortName": "Guarda",
|
|
2393
|
+
"colors": {
|
|
2394
|
+
"primary": "#fff",
|
|
2395
|
+
"secondary": ""
|
|
2396
|
+
}
|
|
2397
|
+
}
|
|
2398
|
+
},
|
|
2399
|
+
"ffa139f74d1c8ebbb748cf0166f92d886e8c81b521c2193aa940e00626f4e215": {
|
|
2400
|
+
"id": "ffa139f74d1c8ebbb748cf0166f92d886e8c81b521c2193aa940e00626f4e215",
|
|
2401
|
+
"name": "Defiant",
|
|
2402
|
+
"description": "",
|
|
2403
|
+
"homepage": "https://defiantapp.tech/",
|
|
2404
|
+
"chains": [
|
|
2405
|
+
"eip155:1",
|
|
2406
|
+
"eip155:42",
|
|
2407
|
+
"eip155:30",
|
|
2408
|
+
"eip155:31"
|
|
2409
|
+
],
|
|
2410
|
+
"versions": [
|
|
2411
|
+
"1"
|
|
2412
|
+
],
|
|
2413
|
+
"app": {
|
|
2414
|
+
"browser": "",
|
|
2415
|
+
"ios": "",
|
|
2416
|
+
"android": "https://play.google.com/store/apps/details?id=ar.com.andinasmart.defiant",
|
|
2417
|
+
"mac": "",
|
|
2418
|
+
"windows": "",
|
|
2419
|
+
"linux": ""
|
|
2420
|
+
},
|
|
2421
|
+
"mobile": {
|
|
2422
|
+
"native": "defiantapp:",
|
|
2423
|
+
"universal": "https://defiantapp.tech"
|
|
2424
|
+
},
|
|
2425
|
+
"desktop": {
|
|
2426
|
+
"native": "",
|
|
2427
|
+
"universal": ""
|
|
2428
|
+
},
|
|
2429
|
+
"metadata": {
|
|
2430
|
+
"shortName": "Defiant",
|
|
2431
|
+
"colors": {
|
|
2432
|
+
"primary": "#274A60",
|
|
2433
|
+
"secondary": "#65ef9d"
|
|
2434
|
+
}
|
|
2435
|
+
}
|
|
2436
|
+
},
|
|
2437
|
+
"1ce6dae0fea7114846382391d946784d95d9032460a857bb23b55bd9807259d1": {
|
|
2438
|
+
"id": "1ce6dae0fea7114846382391d946784d95d9032460a857bb23b55bd9807259d1",
|
|
2439
|
+
"name": "Trustee Wallet",
|
|
2440
|
+
"description": "",
|
|
2441
|
+
"homepage": "https://trusteeglobal.com/",
|
|
2442
|
+
"chains": [
|
|
2443
|
+
"eip155:1"
|
|
2444
|
+
],
|
|
2445
|
+
"versions": [
|
|
2446
|
+
"1"
|
|
2447
|
+
],
|
|
2448
|
+
"app": {
|
|
2449
|
+
"browser": "",
|
|
2450
|
+
"ios": "https://apps.apple.com/us/app/trustee-wallet-bitcoin-wallet/id1462924276",
|
|
2451
|
+
"android": "https://play.google.com/store/apps/details?id=com.trusteewallet",
|
|
2452
|
+
"mac": "",
|
|
2453
|
+
"windows": "",
|
|
2454
|
+
"linux": ""
|
|
2455
|
+
},
|
|
2456
|
+
"mobile": {
|
|
2457
|
+
"native": "",
|
|
2458
|
+
"universal": ""
|
|
2459
|
+
},
|
|
2460
|
+
"desktop": {
|
|
2461
|
+
"native": "",
|
|
2462
|
+
"universal": ""
|
|
2463
|
+
},
|
|
2464
|
+
"metadata": {
|
|
2465
|
+
"shortName": "Trustee",
|
|
2466
|
+
"colors": {
|
|
2467
|
+
"primary": "",
|
|
2468
|
+
"secondary": ""
|
|
2469
|
+
}
|
|
2470
|
+
}
|
|
2471
|
+
},
|
|
2472
|
+
"be6607b0a4093c0443bfe9c19ab30c99c91d2638866c99a6a16a71d3c1df78f8": {
|
|
2473
|
+
"id": "be6607b0a4093c0443bfe9c19ab30c99c91d2638866c99a6a16a71d3c1df78f8",
|
|
2474
|
+
"name": "CoinUs",
|
|
2475
|
+
"description": "",
|
|
2476
|
+
"homepage": "https://coinus.io/",
|
|
2477
|
+
"chains": [
|
|
2478
|
+
"eip155:1"
|
|
2479
|
+
],
|
|
2480
|
+
"versions": [
|
|
2481
|
+
"1"
|
|
2482
|
+
],
|
|
2483
|
+
"app": {
|
|
2484
|
+
"browser": "",
|
|
2485
|
+
"ios": "https://apps.apple.com/us/app/apple-store/id1367339746",
|
|
2486
|
+
"android": "https://play.google.com/store/apps/details?id=com.theblockchain.coinus.wallet",
|
|
2487
|
+
"mac": "",
|
|
2488
|
+
"windows": "",
|
|
2489
|
+
"linux": ""
|
|
2490
|
+
},
|
|
2491
|
+
"mobile": {
|
|
2492
|
+
"native": "",
|
|
2493
|
+
"universal": ""
|
|
2494
|
+
},
|
|
2495
|
+
"desktop": {
|
|
2496
|
+
"native": "",
|
|
2497
|
+
"universal": ""
|
|
2498
|
+
},
|
|
2499
|
+
"metadata": {
|
|
2500
|
+
"shortName": "",
|
|
2501
|
+
"colors": {
|
|
2502
|
+
"primary": "",
|
|
2503
|
+
"secondary": ""
|
|
2504
|
+
}
|
|
2505
|
+
}
|
|
2506
|
+
},
|
|
2507
|
+
"ca151c4caeec5f9cc02ef03e498cb38c02ee5e498a8db13e853315077a5b45dc": {
|
|
2508
|
+
"id": "ca151c4caeec5f9cc02ef03e498cb38c02ee5e498a8db13e853315077a5b45dc",
|
|
2509
|
+
"name": "cmorq",
|
|
2510
|
+
"description": "",
|
|
2511
|
+
"homepage": "https://cmorq.com/",
|
|
2512
|
+
"chains": [
|
|
2513
|
+
"eip155:1"
|
|
2514
|
+
],
|
|
2515
|
+
"versions": [
|
|
2516
|
+
"1"
|
|
2517
|
+
],
|
|
2518
|
+
"app": {
|
|
2519
|
+
"browser": "",
|
|
2520
|
+
"ios": "https://apps.apple.com/us/app/cmorq/id1530022030",
|
|
2521
|
+
"android": "",
|
|
2522
|
+
"mac": "",
|
|
2523
|
+
"windows": "",
|
|
2524
|
+
"linux": ""
|
|
2525
|
+
},
|
|
2526
|
+
"mobile": {
|
|
2527
|
+
"native": "",
|
|
2528
|
+
"universal": ""
|
|
2529
|
+
},
|
|
2530
|
+
"desktop": {
|
|
2531
|
+
"native": "",
|
|
2532
|
+
"universal": ""
|
|
2533
|
+
},
|
|
2534
|
+
"metadata": {
|
|
2535
|
+
"shortName": "",
|
|
2536
|
+
"colors": {
|
|
2537
|
+
"primary": "",
|
|
2538
|
+
"secondary": ""
|
|
2539
|
+
}
|
|
2540
|
+
}
|
|
2541
|
+
},
|
|
2542
|
+
"d01c7758d741b363e637a817a09bcf579feae4db9f5bb16f599fdd1f66e2f974": {
|
|
2543
|
+
"id": "d01c7758d741b363e637a817a09bcf579feae4db9f5bb16f599fdd1f66e2f974",
|
|
2544
|
+
"name": "Valora",
|
|
2545
|
+
"description": "",
|
|
2546
|
+
"homepage": "https://valoraapp.com",
|
|
2547
|
+
"chains": [
|
|
2548
|
+
"eip155:42220"
|
|
2549
|
+
],
|
|
2550
|
+
"versions": [
|
|
2551
|
+
"1"
|
|
2552
|
+
],
|
|
2553
|
+
"app": {
|
|
2554
|
+
"browser": "",
|
|
2555
|
+
"ios": "https://apps.apple.com/app/id1520414263",
|
|
2556
|
+
"android": "https://play.google.com/store/apps/details?id=co.clabs.valora",
|
|
2557
|
+
"mac": "",
|
|
2558
|
+
"windows": "",
|
|
2559
|
+
"linux": ""
|
|
2560
|
+
},
|
|
2561
|
+
"mobile": {
|
|
2562
|
+
"native": "celo:",
|
|
2563
|
+
"universal": "https://valoraapp.com"
|
|
2564
|
+
},
|
|
2565
|
+
"desktop": {
|
|
2566
|
+
"native": "",
|
|
2567
|
+
"universal": ""
|
|
2568
|
+
},
|
|
2569
|
+
"metadata": {
|
|
2570
|
+
"shortName": "Valora",
|
|
2571
|
+
"colors": {
|
|
2572
|
+
"primary": "#42D689",
|
|
2573
|
+
"secondary": "#FBCC5C"
|
|
2574
|
+
}
|
|
2575
|
+
}
|
|
2576
|
+
},
|
|
2577
|
+
"e05615ed22df39c8d9b99ea38b45d4accb103fcef9cfa5d5edd38f5839b5182e": {
|
|
2578
|
+
"id": "e05615ed22df39c8d9b99ea38b45d4accb103fcef9cfa5d5edd38f5839b5182e",
|
|
2579
|
+
"name": "QuiverX",
|
|
2580
|
+
"description": "",
|
|
2581
|
+
"homepage": "https://quiverx.io",
|
|
2582
|
+
"chains": [
|
|
2583
|
+
"eip155:1"
|
|
2584
|
+
],
|
|
2585
|
+
"versions": [
|
|
2586
|
+
"1"
|
|
2587
|
+
],
|
|
2588
|
+
"app": {
|
|
2589
|
+
"browser": "",
|
|
2590
|
+
"ios": "https://apps.apple.com/us/app/quiverx/id1558993212",
|
|
2591
|
+
"android": "https://play.google.com/store/apps/details?id=com.quiverx.app",
|
|
2592
|
+
"mac": "",
|
|
2593
|
+
"windows": "",
|
|
2594
|
+
"linux": ""
|
|
2595
|
+
},
|
|
2596
|
+
"mobile": {
|
|
2597
|
+
"native": "",
|
|
2598
|
+
"universal": ""
|
|
2599
|
+
},
|
|
2600
|
+
"desktop": {
|
|
2601
|
+
"native": "",
|
|
2602
|
+
"universal": ""
|
|
2603
|
+
},
|
|
2604
|
+
"metadata": {
|
|
2605
|
+
"shortName": "",
|
|
2606
|
+
"colors": {
|
|
2607
|
+
"primary": "",
|
|
2608
|
+
"secondary": ""
|
|
2609
|
+
}
|
|
2610
|
+
}
|
|
2611
|
+
},
|
|
2612
|
+
"36d854b702817e228d5c853c528d7bdb46f4bb041d255f67b82eb47111e5676b": {
|
|
2613
|
+
"id": "36d854b702817e228d5c853c528d7bdb46f4bb041d255f67b82eb47111e5676b",
|
|
2614
|
+
"name": "Celo Wallet",
|
|
2615
|
+
"description": "A simple wallet for the Celo network. Manage your funds in a browser or on your desktop",
|
|
2616
|
+
"homepage": "https://celowallet.app/",
|
|
2617
|
+
"chains": [
|
|
2618
|
+
"eip155:42220"
|
|
2619
|
+
],
|
|
2620
|
+
"versions": [
|
|
2621
|
+
"1",
|
|
2622
|
+
"2"
|
|
2623
|
+
],
|
|
2624
|
+
"app": {
|
|
2625
|
+
"browser": "https://celowallet.app/",
|
|
2626
|
+
"ios": "",
|
|
2627
|
+
"android": "",
|
|
2628
|
+
"mac": "",
|
|
2629
|
+
"windows": "",
|
|
2630
|
+
"linux": ""
|
|
2631
|
+
},
|
|
2632
|
+
"mobile": {
|
|
2633
|
+
"native": "celowallet:",
|
|
2634
|
+
"universal": ""
|
|
2635
|
+
},
|
|
2636
|
+
"desktop": {
|
|
2637
|
+
"native": "",
|
|
2638
|
+
"universal": ""
|
|
2639
|
+
},
|
|
2640
|
+
"metadata": {
|
|
2641
|
+
"shortName": "Celo Wallet",
|
|
2642
|
+
"colors": {
|
|
2643
|
+
"primary": "#35D07F",
|
|
2644
|
+
"secondary": "#FBCC5C"
|
|
2645
|
+
}
|
|
2646
|
+
}
|
|
2647
|
+
},
|
|
2648
|
+
"717911f4db0c5eda0e02e76ed179b7940ba1eefffdfb3c9e6540696226860da0": {
|
|
2649
|
+
"id": "717911f4db0c5eda0e02e76ed179b7940ba1eefffdfb3c9e6540696226860da0",
|
|
2650
|
+
"name": "Elastos Essentials",
|
|
2651
|
+
"description": "",
|
|
2652
|
+
"homepage": "https://elastos.org",
|
|
2653
|
+
"chains": [
|
|
2654
|
+
"eip155:20",
|
|
2655
|
+
"eip155:21"
|
|
2656
|
+
],
|
|
2657
|
+
"versions": [
|
|
2658
|
+
"1"
|
|
2659
|
+
],
|
|
2660
|
+
"app": {
|
|
2661
|
+
"browser": "",
|
|
2662
|
+
"ios": "https://apps.apple.com/us/app/elastos-essentials/id1568931743",
|
|
2663
|
+
"android": "https://play.google.com/store/apps/details?id=org.elastos.essentials.app",
|
|
2664
|
+
"mac": "",
|
|
2665
|
+
"windows": "",
|
|
2666
|
+
"linux": ""
|
|
2667
|
+
},
|
|
2668
|
+
"mobile": {
|
|
2669
|
+
"native": "essentials:",
|
|
2670
|
+
"universal": "https://essentials.elastos.net"
|
|
2671
|
+
},
|
|
2672
|
+
"desktop": {
|
|
2673
|
+
"native": "",
|
|
2674
|
+
"universal": ""
|
|
2675
|
+
},
|
|
2676
|
+
"metadata": {
|
|
2677
|
+
"shortName": "Essentials",
|
|
2678
|
+
"colors": {
|
|
2679
|
+
"primary": "#000",
|
|
2680
|
+
"secondary": "#fff"
|
|
2681
|
+
}
|
|
2682
|
+
}
|
|
2683
|
+
},
|
|
2684
|
+
"c20b97dd1679625f4eb0bccd727c80746cb13bd97208b0c8e62c89cfd1d4b9cc": {
|
|
2685
|
+
"id": "c20b97dd1679625f4eb0bccd727c80746cb13bd97208b0c8e62c89cfd1d4b9cc",
|
|
2686
|
+
"name": "fuse.cash",
|
|
2687
|
+
"description": "",
|
|
2688
|
+
"homepage": "https://fuse.cash/",
|
|
2689
|
+
"chains": [
|
|
2690
|
+
"eip155:122"
|
|
2691
|
+
],
|
|
2692
|
+
"versions": [
|
|
2693
|
+
"1"
|
|
2694
|
+
],
|
|
2695
|
+
"app": {
|
|
2696
|
+
"browser": "",
|
|
2697
|
+
"ios": "https://apps.apple.com/us/app/fuse-cash/id1559937899",
|
|
2698
|
+
"android": "https://play.google.com/store/apps/details?id=io.fuse.cash",
|
|
2699
|
+
"mac": "",
|
|
2700
|
+
"windows": "",
|
|
2701
|
+
"linux": ""
|
|
2702
|
+
},
|
|
2703
|
+
"mobile": {
|
|
2704
|
+
"native": "fuse.cash:",
|
|
2705
|
+
"universal": "https://app.fuse.cash/"
|
|
2706
|
+
},
|
|
2707
|
+
"desktop": {
|
|
2708
|
+
"native": "",
|
|
2709
|
+
"universal": ""
|
|
2710
|
+
},
|
|
2711
|
+
"metadata": {
|
|
2712
|
+
"shortName": "fuse.cash",
|
|
2713
|
+
"colors": {
|
|
2714
|
+
"primary": "#37D888",
|
|
2715
|
+
"secondary": "#37D888"
|
|
2716
|
+
}
|
|
2717
|
+
}
|
|
2718
|
+
},
|
|
2719
|
+
"9e3f6d07815cfaf1ef7afb089e5c6895b254fced0b84a9ff2b449a631605b5db": {
|
|
2720
|
+
"id": "9e3f6d07815cfaf1ef7afb089e5c6895b254fced0b84a9ff2b449a631605b5db",
|
|
2721
|
+
"name": "Bitpie",
|
|
2722
|
+
"description": "",
|
|
2723
|
+
"homepage": "https://bitpie.com/",
|
|
2724
|
+
"chains": [
|
|
2725
|
+
"eip155:1"
|
|
2726
|
+
],
|
|
2727
|
+
"versions": [
|
|
2728
|
+
"1"
|
|
2729
|
+
],
|
|
2730
|
+
"app": {
|
|
2731
|
+
"browser": "",
|
|
2732
|
+
"ios": "https://apps.apple.com/us/app/bitpie-wallet/id1481314229",
|
|
2733
|
+
"android": "https://play.google.com/store/apps/details?id=com.bitpie",
|
|
2734
|
+
"mac": "",
|
|
2735
|
+
"windows": "",
|
|
2736
|
+
"linux": ""
|
|
2737
|
+
},
|
|
2738
|
+
"mobile": {
|
|
2739
|
+
"native": "bitpie:",
|
|
2740
|
+
"universal": ""
|
|
2741
|
+
},
|
|
2742
|
+
"desktop": {
|
|
2743
|
+
"native": "",
|
|
2744
|
+
"universal": ""
|
|
2745
|
+
},
|
|
2746
|
+
"metadata": {
|
|
2747
|
+
"shortName": "Bitpie",
|
|
2748
|
+
"colors": {
|
|
2749
|
+
"primary": "#ffffff",
|
|
2750
|
+
"secondary": "#1a24ff"
|
|
2751
|
+
}
|
|
2752
|
+
}
|
|
2753
|
+
},
|
|
2754
|
+
"fbc8d86ad914ebd733fec4812b4b7af5ca709fdd9e75a930115e5baa02c4ef4c": {
|
|
2755
|
+
"id": "fbc8d86ad914ebd733fec4812b4b7af5ca709fdd9e75a930115e5baa02c4ef4c",
|
|
2756
|
+
"name": "Rabby",
|
|
2757
|
+
"description": "",
|
|
2758
|
+
"homepage": "https://rabby.io/",
|
|
2759
|
+
"chains": [
|
|
2760
|
+
"eip155:1"
|
|
2761
|
+
],
|
|
2762
|
+
"versions": [
|
|
2763
|
+
"1"
|
|
2764
|
+
],
|
|
2765
|
+
"app": {
|
|
2766
|
+
"browser": "https://chrome.google.com/webstore/detail/empty-title/acmacodkjbdgmoleebolmdjonilkdbch",
|
|
2767
|
+
"ios": "",
|
|
2768
|
+
"android": "",
|
|
2769
|
+
"mac": "",
|
|
2770
|
+
"windows": "",
|
|
2771
|
+
"linux": ""
|
|
2772
|
+
},
|
|
2773
|
+
"mobile": {
|
|
2774
|
+
"native": "",
|
|
2775
|
+
"universal": ""
|
|
2776
|
+
},
|
|
2777
|
+
"desktop": {
|
|
2778
|
+
"native": "",
|
|
2779
|
+
"universal": ""
|
|
2780
|
+
},
|
|
2781
|
+
"metadata": {
|
|
2782
|
+
"shortName": "",
|
|
2783
|
+
"colors": {
|
|
2784
|
+
"primary": "",
|
|
2785
|
+
"secondary": ""
|
|
2786
|
+
}
|
|
2787
|
+
}
|
|
2788
|
+
},
|
|
2789
|
+
"9d6c614d1995741d5313f1f3dbf1f66dcba694de782087d13b8721822502692f": {
|
|
2790
|
+
"id": "9d6c614d1995741d5313f1f3dbf1f66dcba694de782087d13b8721822502692f",
|
|
2791
|
+
"name": "Stasis",
|
|
2792
|
+
"description": "",
|
|
2793
|
+
"homepage": "https://stasis.net/",
|
|
2794
|
+
"chains": [
|
|
2795
|
+
"eip155:1"
|
|
2796
|
+
],
|
|
2797
|
+
"versions": [
|
|
2798
|
+
"1"
|
|
2799
|
+
],
|
|
2800
|
+
"app": {
|
|
2801
|
+
"browser": "",
|
|
2802
|
+
"ios": "https://apps.apple.com/app/stasis-wallet/id1371949230",
|
|
2803
|
+
"android": "https://play.google.com/store/apps/details?id=com.stasis.stasiswallet&hl=ru&gl=US",
|
|
2804
|
+
"mac": "",
|
|
2805
|
+
"windows": "",
|
|
2806
|
+
"linux": ""
|
|
2807
|
+
},
|
|
2808
|
+
"mobile": {
|
|
2809
|
+
"native": "stasis:",
|
|
2810
|
+
"universal": "https://app.stasis.net"
|
|
2811
|
+
},
|
|
2812
|
+
"desktop": {
|
|
2813
|
+
"native": "",
|
|
2814
|
+
"universal": ""
|
|
2815
|
+
},
|
|
2816
|
+
"metadata": {
|
|
2817
|
+
"shortName": "Stasis",
|
|
2818
|
+
"colors": {
|
|
2819
|
+
"primary": "#2468E4",
|
|
2820
|
+
"secondary": "#FFFFFF"
|
|
2821
|
+
}
|
|
2822
|
+
}
|
|
2823
|
+
},
|
|
2824
|
+
"a6ffb821a3c32d36fc9d29e29c2ff79a0cd1db0bca453714777846ddf3fdff76": {
|
|
2825
|
+
"id": "a6ffb821a3c32d36fc9d29e29c2ff79a0cd1db0bca453714777846ddf3fdff76",
|
|
2826
|
+
"name": "JulWallet",
|
|
2827
|
+
"description": "",
|
|
2828
|
+
"homepage": "https://justliquidity.org/",
|
|
2829
|
+
"chains": [
|
|
2830
|
+
"eip155:1",
|
|
2831
|
+
"eip155:3",
|
|
2832
|
+
"eip155:4",
|
|
2833
|
+
"eip155:5",
|
|
2834
|
+
"eip155:42",
|
|
2835
|
+
"eip155:56",
|
|
2836
|
+
"eip155:88",
|
|
2837
|
+
"eip155:128",
|
|
2838
|
+
"eip155:137",
|
|
2839
|
+
"eip155:250"
|
|
2840
|
+
],
|
|
2841
|
+
"versions": [
|
|
2842
|
+
"1"
|
|
2843
|
+
],
|
|
2844
|
+
"app": {
|
|
2845
|
+
"browser": "https://chrome.google.com/webstore/detail/julwallet/fgkldlaelopgncepgpncndebgdddikii?hl=en-US",
|
|
2846
|
+
"ios": "https://apps.apple.com/app/julwallet/id1555914591",
|
|
2847
|
+
"android": "https://play.google.com/store/apps/details?id=julwallet.com",
|
|
2848
|
+
"mac": "",
|
|
2849
|
+
"windows": "",
|
|
2850
|
+
"linux": ""
|
|
2851
|
+
},
|
|
2852
|
+
"mobile": {
|
|
2853
|
+
"native": "julwallet:",
|
|
2854
|
+
"universal": "https://justliquidity.org"
|
|
2855
|
+
},
|
|
2856
|
+
"desktop": {
|
|
2857
|
+
"native": "",
|
|
2858
|
+
"universal": ""
|
|
2859
|
+
},
|
|
2860
|
+
"metadata": {
|
|
2861
|
+
"shortName": "JulWallet",
|
|
2862
|
+
"colors": {
|
|
2863
|
+
"primary": "#c84ce4",
|
|
2864
|
+
"secondary": "#3f00ff"
|
|
2865
|
+
}
|
|
2866
|
+
}
|
|
2867
|
+
},
|
|
2868
|
+
"2f010ad2b0777998e950b5d72969e3b6a7090f0dde59b509ce9a41a5d1b2f9f4": {
|
|
2869
|
+
"id": "2f010ad2b0777998e950b5d72969e3b6a7090f0dde59b509ce9a41a5d1b2f9f4",
|
|
2870
|
+
"name": "f(x) Wallet",
|
|
2871
|
+
"description": "",
|
|
2872
|
+
"homepage": "https://functionx.io/",
|
|
2873
|
+
"chains": [
|
|
2874
|
+
"eip155:1"
|
|
2875
|
+
],
|
|
2876
|
+
"versions": [
|
|
2877
|
+
"1"
|
|
2878
|
+
],
|
|
2879
|
+
"app": {
|
|
2880
|
+
"browser": "",
|
|
2881
|
+
"ios": "https://apps.apple.com/us/app/f-x-wallet-by-pundi-x-labs/id1504798360",
|
|
2882
|
+
"android": "https://play.google.com/store/apps/details?id=com.pundix.functionx",
|
|
2883
|
+
"mac": "",
|
|
2884
|
+
"windows": "",
|
|
2885
|
+
"linux": ""
|
|
2886
|
+
},
|
|
2887
|
+
"mobile": {
|
|
2888
|
+
"native": "",
|
|
2889
|
+
"universal": ""
|
|
2890
|
+
},
|
|
2891
|
+
"desktop": {
|
|
2892
|
+
"native": "",
|
|
2893
|
+
"universal": ""
|
|
2894
|
+
},
|
|
2895
|
+
"metadata": {
|
|
2896
|
+
"shortName": "",
|
|
2897
|
+
"colors": {
|
|
2898
|
+
"primary": "",
|
|
2899
|
+
"secondary": ""
|
|
2900
|
+
}
|
|
2901
|
+
}
|
|
2902
|
+
},
|
|
2903
|
+
"96bf9b7141215037f4a9f567ce536b1eb2836fb71cc67c07ba73f3c3eadc53d6": {
|
|
2904
|
+
"id": "96bf9b7141215037f4a9f567ce536b1eb2836fb71cc67c07ba73f3c3eadc53d6",
|
|
2905
|
+
"name": "Bull App",
|
|
2906
|
+
"description": "",
|
|
2907
|
+
"homepage": "https://getbull.app/",
|
|
2908
|
+
"chains": [
|
|
2909
|
+
"eip155:1"
|
|
2910
|
+
],
|
|
2911
|
+
"versions": [
|
|
2912
|
+
"1"
|
|
2913
|
+
],
|
|
2914
|
+
"app": {
|
|
2915
|
+
"browser": "",
|
|
2916
|
+
"ios": "https://apps.apple.com/app/id1558608737",
|
|
2917
|
+
"android": "https://play.google.com/store/apps/details?id=crypto.wallet.chainapp",
|
|
2918
|
+
"mac": "",
|
|
2919
|
+
"windows": "",
|
|
2920
|
+
"linux": ""
|
|
2921
|
+
},
|
|
2922
|
+
"mobile": {
|
|
2923
|
+
"native": "",
|
|
2924
|
+
"universal": ""
|
|
2925
|
+
},
|
|
2926
|
+
"desktop": {
|
|
2927
|
+
"native": "",
|
|
2928
|
+
"universal": ""
|
|
2929
|
+
},
|
|
2930
|
+
"metadata": {
|
|
2931
|
+
"shortName": "",
|
|
2932
|
+
"colors": {
|
|
2933
|
+
"primary": "",
|
|
2934
|
+
"secondary": ""
|
|
2935
|
+
}
|
|
2936
|
+
}
|
|
2937
|
+
},
|
|
2938
|
+
"fc65284c7e407387d732fbfe5d57ed378a89db28c3559ada079f9097d43d2575": {
|
|
2939
|
+
"id": "fc65284c7e407387d732fbfe5d57ed378a89db28c3559ada079f9097d43d2575",
|
|
2940
|
+
"name": "Anybit",
|
|
2941
|
+
"description": "",
|
|
2942
|
+
"homepage": "https://anybit.io",
|
|
2943
|
+
"chains": [
|
|
2944
|
+
"eip155:1"
|
|
2945
|
+
],
|
|
2946
|
+
"versions": [
|
|
2947
|
+
"1"
|
|
2948
|
+
],
|
|
2949
|
+
"app": {
|
|
2950
|
+
"browser": "",
|
|
2951
|
+
"ios": "https://www.anybit.io/#/download_ios",
|
|
2952
|
+
"android": "https://anybit-1254113200.cos.ap-shanghai.myqcloud.com/release/anybit-3.0.2.apk",
|
|
2953
|
+
"mac": "",
|
|
2954
|
+
"windows": "",
|
|
2955
|
+
"linux": ""
|
|
2956
|
+
},
|
|
2957
|
+
"mobile": {
|
|
2958
|
+
"native": "",
|
|
2959
|
+
"universal": ""
|
|
2960
|
+
},
|
|
2961
|
+
"desktop": {
|
|
2962
|
+
"native": "",
|
|
2963
|
+
"universal": ""
|
|
2964
|
+
},
|
|
2965
|
+
"metadata": {
|
|
2966
|
+
"shortName": "",
|
|
2967
|
+
"colors": {
|
|
2968
|
+
"primary": "",
|
|
2969
|
+
"secondary": ""
|
|
2970
|
+
}
|
|
2971
|
+
}
|
|
2972
|
+
},
|
|
2973
|
+
"ddc09197f1b87a19f5f40e842a6a502cc64bde8a1d7c03073182f2f23f021398": {
|
|
2974
|
+
"id": "ddc09197f1b87a19f5f40e842a6a502cc64bde8a1d7c03073182f2f23f021398",
|
|
2975
|
+
"name": "Bitpie",
|
|
2976
|
+
"description": "",
|
|
2977
|
+
"homepage": "https://bitpiehk.com/",
|
|
2978
|
+
"chains": [
|
|
2979
|
+
"eip155:1"
|
|
2980
|
+
],
|
|
2981
|
+
"versions": [
|
|
2982
|
+
"1"
|
|
2983
|
+
],
|
|
2984
|
+
"app": {
|
|
2985
|
+
"browser": "",
|
|
2986
|
+
"ios": "https://bitpiehk.com/ios",
|
|
2987
|
+
"android": "https://bitpiehk.com/android",
|
|
2988
|
+
"mac": "",
|
|
2989
|
+
"windows": "",
|
|
2990
|
+
"linux": ""
|
|
2991
|
+
},
|
|
2992
|
+
"mobile": {
|
|
2993
|
+
"native": "",
|
|
2994
|
+
"universal": ""
|
|
2995
|
+
},
|
|
2996
|
+
"desktop": {
|
|
2997
|
+
"native": "",
|
|
2998
|
+
"universal": ""
|
|
2999
|
+
},
|
|
3000
|
+
"metadata": {
|
|
3001
|
+
"shortName": "",
|
|
3002
|
+
"colors": {
|
|
3003
|
+
"primary": "",
|
|
3004
|
+
"secondary": ""
|
|
3005
|
+
}
|
|
3006
|
+
}
|
|
3007
|
+
},
|
|
3008
|
+
"dea4ab675289353a508956c4f821bc4e9141d9f99a5d244ae7af92b4d575db6d": {
|
|
3009
|
+
"id": "dea4ab675289353a508956c4f821bc4e9141d9f99a5d244ae7af92b4d575db6d",
|
|
3010
|
+
"name": "Minerva Wallet",
|
|
3011
|
+
"description": "Minerva Wallet is a user friendly app for sovereign identities, data and money.",
|
|
3012
|
+
"homepage": "https://minerva.digital/",
|
|
3013
|
+
"chains": [
|
|
3014
|
+
"eip155:1",
|
|
3015
|
+
"eip155:3",
|
|
3016
|
+
"eip155:4",
|
|
3017
|
+
"eip155:5",
|
|
3018
|
+
"eip155:22",
|
|
3019
|
+
"eip155:42",
|
|
3020
|
+
"eip155:56",
|
|
3021
|
+
"eip155:77",
|
|
3022
|
+
"eip155:97",
|
|
3023
|
+
"eip155:99",
|
|
3024
|
+
"eip155:100",
|
|
3025
|
+
"eip155:137",
|
|
3026
|
+
"eip155:80001",
|
|
3027
|
+
"eip155:246529",
|
|
3028
|
+
"eip155:246785"
|
|
3029
|
+
],
|
|
3030
|
+
"versions": [
|
|
3031
|
+
"1"
|
|
3032
|
+
],
|
|
3033
|
+
"app": {
|
|
3034
|
+
"browser": "",
|
|
3035
|
+
"ios": "",
|
|
3036
|
+
"android": "https://play.google.com/store/apps/details?id=digital.minerva",
|
|
3037
|
+
"mac": "",
|
|
3038
|
+
"windows": "",
|
|
3039
|
+
"linux": ""
|
|
3040
|
+
},
|
|
3041
|
+
"mobile": {
|
|
3042
|
+
"native": "",
|
|
3043
|
+
"universal": ""
|
|
3044
|
+
},
|
|
3045
|
+
"desktop": {
|
|
3046
|
+
"native": "",
|
|
3047
|
+
"universal": ""
|
|
3048
|
+
},
|
|
3049
|
+
"metadata": {
|
|
3050
|
+
"shortName": "Minerva",
|
|
3051
|
+
"colors": {
|
|
3052
|
+
"primary": "#443ad2",
|
|
3053
|
+
"secondary": "#FFF"
|
|
3054
|
+
}
|
|
3055
|
+
}
|
|
3056
|
+
},
|
|
3057
|
+
"8db861466b91fbfe382fbbc55eb5209d38d2c91fcb3fe03ab622bf6dcb5885bc": {
|
|
3058
|
+
"id": "8db861466b91fbfe382fbbc55eb5209d38d2c91fcb3fe03ab622bf6dcb5885bc",
|
|
3059
|
+
"name": "ArchiPage",
|
|
3060
|
+
"description": "",
|
|
3061
|
+
"homepage": "https://criptoarchi.com/",
|
|
3062
|
+
"chains": [
|
|
3063
|
+
"eip155:1"
|
|
3064
|
+
],
|
|
3065
|
+
"versions": [
|
|
3066
|
+
"1"
|
|
3067
|
+
],
|
|
3068
|
+
"app": {
|
|
3069
|
+
"browser": "",
|
|
3070
|
+
"ios": "",
|
|
3071
|
+
"android": "https://play.google.com/store/apps/details?id=com.archipage",
|
|
3072
|
+
"mac": "",
|
|
3073
|
+
"windows": "",
|
|
3074
|
+
"linux": ""
|
|
3075
|
+
},
|
|
3076
|
+
"mobile": {
|
|
3077
|
+
"native": "archipage:",
|
|
3078
|
+
"universal": ""
|
|
3079
|
+
},
|
|
3080
|
+
"desktop": {
|
|
3081
|
+
"native": "",
|
|
3082
|
+
"universal": ""
|
|
3083
|
+
},
|
|
3084
|
+
"metadata": {
|
|
3085
|
+
"shortName": "ArchiPage",
|
|
3086
|
+
"colors": {
|
|
3087
|
+
"primary": "#000",
|
|
3088
|
+
"secondary": "#FFF"
|
|
3089
|
+
}
|
|
3090
|
+
}
|
|
3091
|
+
},
|
|
3092
|
+
"76745388a50e6fea982c4dee2a3ad61a8aa417668be870754689caa8a7506c93": {
|
|
3093
|
+
"id": "76745388a50e6fea982c4dee2a3ad61a8aa417668be870754689caa8a7506c93",
|
|
3094
|
+
"name": "Tangem",
|
|
3095
|
+
"description": "",
|
|
3096
|
+
"homepage": "https://tangem.com",
|
|
3097
|
+
"chains": [
|
|
3098
|
+
"eip155:1"
|
|
3099
|
+
],
|
|
3100
|
+
"versions": [
|
|
3101
|
+
"1"
|
|
3102
|
+
],
|
|
3103
|
+
"app": {
|
|
3104
|
+
"browser": "",
|
|
3105
|
+
"ios": "https://apps.apple.com/uz/app/tangem/id1354868448",
|
|
3106
|
+
"android": "https://play.google.com/store/apps/details?id=com.tangem.wallet",
|
|
3107
|
+
"mac": "",
|
|
3108
|
+
"windows": "",
|
|
3109
|
+
"linux": ""
|
|
3110
|
+
},
|
|
3111
|
+
"mobile": {
|
|
3112
|
+
"native": "tangem:",
|
|
3113
|
+
"universal": "https://app.tangem.com"
|
|
3114
|
+
},
|
|
3115
|
+
"desktop": {
|
|
3116
|
+
"native": "",
|
|
3117
|
+
"universal": ""
|
|
3118
|
+
},
|
|
3119
|
+
"metadata": {
|
|
3120
|
+
"shortName": "Tangem",
|
|
3121
|
+
"colors": {
|
|
3122
|
+
"primary": "#FFF",
|
|
3123
|
+
"secondary": "#000"
|
|
3124
|
+
}
|
|
3125
|
+
}
|
|
3126
|
+
},
|
|
3127
|
+
"67d728ec0a4d650a7a5b28390df634b86f775efc5075123aab537fc7fc53f045": {
|
|
3128
|
+
"id": "67d728ec0a4d650a7a5b28390df634b86f775efc5075123aab537fc7fc53f045",
|
|
3129
|
+
"name": "Chainge Finance",
|
|
3130
|
+
"description": "",
|
|
3131
|
+
"homepage": "https://chainge.finance",
|
|
3132
|
+
"chains": [
|
|
3133
|
+
"eip155:1",
|
|
3134
|
+
"eip155:56",
|
|
3135
|
+
"eip155:66",
|
|
3136
|
+
"eip155:128",
|
|
3137
|
+
"eip155:137",
|
|
3138
|
+
"eip155:250",
|
|
3139
|
+
"eip155:32659"
|
|
3140
|
+
],
|
|
3141
|
+
"versions": [
|
|
3142
|
+
"1"
|
|
3143
|
+
],
|
|
3144
|
+
"app": {
|
|
3145
|
+
"browser": "",
|
|
3146
|
+
"ios": "https://apps.apple.com/cn/app/id1578987516",
|
|
3147
|
+
"android": "https://play.google.com/store/apps/details?id=com.fusion.chainge.android",
|
|
3148
|
+
"mac": "",
|
|
3149
|
+
"windows": "",
|
|
3150
|
+
"linux": ""
|
|
3151
|
+
},
|
|
3152
|
+
"mobile": {
|
|
3153
|
+
"native": "",
|
|
3154
|
+
"universal": ""
|
|
3155
|
+
},
|
|
3156
|
+
"desktop": {
|
|
3157
|
+
"native": "",
|
|
3158
|
+
"universal": ""
|
|
3159
|
+
},
|
|
3160
|
+
"metadata": {
|
|
3161
|
+
"shortName": "Chainge",
|
|
3162
|
+
"colors": {
|
|
3163
|
+
"primary": "#000",
|
|
3164
|
+
"secondary": "#FFF"
|
|
3165
|
+
}
|
|
3166
|
+
}
|
|
3167
|
+
},
|
|
3168
|
+
"9d93c497dc5c835abd1ddd3c5d388eaf54b995b49573340d9580b366259b7972": {
|
|
3169
|
+
"id": "9d93c497dc5c835abd1ddd3c5d388eaf54b995b49573340d9580b366259b7972",
|
|
3170
|
+
"name": "ioPay",
|
|
3171
|
+
"description": "",
|
|
3172
|
+
"homepage": "https://iotex.io/",
|
|
3173
|
+
"chains": [
|
|
3174
|
+
"eip155:4689",
|
|
3175
|
+
"eip155:4690"
|
|
3176
|
+
],
|
|
3177
|
+
"versions": [
|
|
3178
|
+
"1"
|
|
3179
|
+
],
|
|
3180
|
+
"app": {
|
|
3181
|
+
"browser": "https://iopay-wallet.iotex.io/",
|
|
3182
|
+
"ios": "https://apps.apple.com/app/apple-store/id1478086371",
|
|
3183
|
+
"android": "https://play.google.com/store/apps/details?id=io.iotex.iopay.gp",
|
|
3184
|
+
"mac": "https://github.com/iotexproject/iotex-explorer/releases",
|
|
3185
|
+
"windows": "https://github.com/iotexproject/iotex-explorer/releases",
|
|
3186
|
+
"linux": "https://github.com/iotexproject/iotex-explorer/releases"
|
|
3187
|
+
},
|
|
3188
|
+
"mobile": {
|
|
3189
|
+
"native": "",
|
|
3190
|
+
"universal": ""
|
|
3191
|
+
},
|
|
3192
|
+
"desktop": {
|
|
3193
|
+
"native": "",
|
|
3194
|
+
"universal": ""
|
|
3195
|
+
},
|
|
3196
|
+
"metadata": {
|
|
3197
|
+
"shortName": "ioPay",
|
|
3198
|
+
"colors": {
|
|
3199
|
+
"primary": "#000",
|
|
3200
|
+
"secondary": "#FFF"
|
|
3201
|
+
}
|
|
3202
|
+
}
|
|
3203
|
+
},
|
|
3204
|
+
"0105fbfd71efd3b19dde8060d6c9d959f555c078515a47b1a29cc9b67e6a4531": {
|
|
3205
|
+
"id": "0105fbfd71efd3b19dde8060d6c9d959f555c078515a47b1a29cc9b67e6a4531",
|
|
3206
|
+
"name": "Coinhub",
|
|
3207
|
+
"description": "",
|
|
3208
|
+
"homepage": "https://coinhub.org/",
|
|
3209
|
+
"chains": [
|
|
3210
|
+
"eip155:1"
|
|
3211
|
+
],
|
|
3212
|
+
"versions": [
|
|
3213
|
+
"1"
|
|
3214
|
+
],
|
|
3215
|
+
"app": {
|
|
3216
|
+
"browser": "",
|
|
3217
|
+
"ios": "https://apps.apple.com/tn/app/coinhub/id1567786851",
|
|
3218
|
+
"android": "https://static.coinhub.org/package/Coinhub_v1.2.0.apk",
|
|
3219
|
+
"mac": "",
|
|
3220
|
+
"windows": "",
|
|
3221
|
+
"linux": ""
|
|
3222
|
+
},
|
|
3223
|
+
"mobile": {
|
|
3224
|
+
"native": "",
|
|
3225
|
+
"universal": ""
|
|
3226
|
+
},
|
|
3227
|
+
"desktop": {
|
|
3228
|
+
"native": "",
|
|
3229
|
+
"universal": ""
|
|
3230
|
+
},
|
|
3231
|
+
"metadata": {
|
|
3232
|
+
"shortName": "Coinhub",
|
|
3233
|
+
"colors": {
|
|
3234
|
+
"primary": "#000",
|
|
3235
|
+
"secondary": "#FFF"
|
|
3236
|
+
}
|
|
3237
|
+
}
|
|
3238
|
+
},
|
|
3239
|
+
"b397a6d7fc2eb4895579d0fa043d66bbb0396e40237876d6d9f294f41cf755ac": {
|
|
3240
|
+
"id": "b397a6d7fc2eb4895579d0fa043d66bbb0396e40237876d6d9f294f41cf755ac",
|
|
3241
|
+
"name": "Go Pocket",
|
|
3242
|
+
"description": "",
|
|
3243
|
+
"homepage": "https://gopocket.finance/",
|
|
3244
|
+
"chains": [
|
|
3245
|
+
"eip155:1"
|
|
3246
|
+
],
|
|
3247
|
+
"versions": [
|
|
3248
|
+
"1"
|
|
3249
|
+
],
|
|
3250
|
+
"app": {
|
|
3251
|
+
"browser": "",
|
|
3252
|
+
"ios": "https://apps.apple.com/us/app/go-pocket/id1576488287?l=en",
|
|
3253
|
+
"android": "https://play.google.com/store/apps/details?id=io.gopocket",
|
|
3254
|
+
"mac": "",
|
|
3255
|
+
"windows": "",
|
|
3256
|
+
"linux": ""
|
|
3257
|
+
},
|
|
3258
|
+
"mobile": {
|
|
3259
|
+
"native": "",
|
|
3260
|
+
"universal": ""
|
|
3261
|
+
},
|
|
3262
|
+
"desktop": {
|
|
3263
|
+
"native": "",
|
|
3264
|
+
"universal": ""
|
|
3265
|
+
},
|
|
3266
|
+
"metadata": {
|
|
3267
|
+
"shortName": "",
|
|
3268
|
+
"colors": {
|
|
3269
|
+
"primary": "",
|
|
3270
|
+
"secondary": ""
|
|
3271
|
+
}
|
|
3272
|
+
}
|
|
3273
|
+
},
|
|
3274
|
+
"addb6cfece8fe6d2e7039baf5b2ba3249da48957b08bcc877a2e32eaffa6e7aa": {
|
|
3275
|
+
"id": "addb6cfece8fe6d2e7039baf5b2ba3249da48957b08bcc877a2e32eaffa6e7aa",
|
|
3276
|
+
"name": "Wallet 3",
|
|
3277
|
+
"description": "",
|
|
3278
|
+
"homepage": "https://wallet3.io/",
|
|
3279
|
+
"chains": [
|
|
3280
|
+
"eip155:1"
|
|
3281
|
+
],
|
|
3282
|
+
"versions": [
|
|
3283
|
+
"1"
|
|
3284
|
+
],
|
|
3285
|
+
"app": {
|
|
3286
|
+
"browser": "",
|
|
3287
|
+
"ios": "",
|
|
3288
|
+
"android": "",
|
|
3289
|
+
"mac": "https://wallet3.io/",
|
|
3290
|
+
"windows": "https://wallet3.io/",
|
|
3291
|
+
"linux": ""
|
|
3292
|
+
},
|
|
3293
|
+
"mobile": {
|
|
3294
|
+
"native": "",
|
|
3295
|
+
"universal": ""
|
|
3296
|
+
},
|
|
3297
|
+
"desktop": {
|
|
3298
|
+
"native": "wallet3:",
|
|
3299
|
+
"universal": ""
|
|
3300
|
+
},
|
|
3301
|
+
"metadata": {
|
|
3302
|
+
"shortName": "Wallet 3",
|
|
3303
|
+
"colors": {
|
|
3304
|
+
"primary": "#6186ff",
|
|
3305
|
+
"secondary": "#FFF"
|
|
3306
|
+
}
|
|
3307
|
+
}
|
|
3308
|
+
},
|
|
3309
|
+
"1bc1d561a2a38a2ff0c4dfb21c2236f7335084f822cd5de016bd4725fed389df": {
|
|
3310
|
+
"id": "1bc1d561a2a38a2ff0c4dfb21c2236f7335084f822cd5de016bd4725fed389df",
|
|
3311
|
+
"name": "yiToken",
|
|
3312
|
+
"description": "",
|
|
3313
|
+
"homepage": "https://yitoken.im",
|
|
3314
|
+
"chains": [
|
|
3315
|
+
"eip155:1"
|
|
3316
|
+
],
|
|
3317
|
+
"versions": [
|
|
3318
|
+
"1"
|
|
3319
|
+
],
|
|
3320
|
+
"app": {
|
|
3321
|
+
"browser": "",
|
|
3322
|
+
"ios": "https://testflight.apple.com/join/vwyDi2pn",
|
|
3323
|
+
"android": "https://app.iwishbest.com/apps/yiToken.apk",
|
|
3324
|
+
"mac": "",
|
|
3325
|
+
"windows": "",
|
|
3326
|
+
"linux": ""
|
|
3327
|
+
},
|
|
3328
|
+
"mobile": {
|
|
3329
|
+
"native": "yitoken:",
|
|
3330
|
+
"universal": ""
|
|
3331
|
+
},
|
|
3332
|
+
"desktop": {
|
|
3333
|
+
"native": "",
|
|
3334
|
+
"universal": ""
|
|
3335
|
+
},
|
|
3336
|
+
"metadata": {
|
|
3337
|
+
"shortName": "yiToken",
|
|
3338
|
+
"colors": {
|
|
3339
|
+
"primary": "#2c4cfc",
|
|
3340
|
+
"secondary": "#FFF"
|
|
3341
|
+
}
|
|
3342
|
+
}
|
|
3343
|
+
},
|
|
3344
|
+
"416a17a68726c10896a46e9ecbb25eaa0e342611b2387d4787902bf1984b68e9": {
|
|
3345
|
+
"id": "416a17a68726c10896a46e9ecbb25eaa0e342611b2387d4787902bf1984b68e9",
|
|
3346
|
+
"name": "DID Wallet",
|
|
3347
|
+
"description": "",
|
|
3348
|
+
"homepage": "https://abtwallet.io/",
|
|
3349
|
+
"chains": [
|
|
3350
|
+
"eip155:1"
|
|
3351
|
+
],
|
|
3352
|
+
"versions": [
|
|
3353
|
+
"1"
|
|
3354
|
+
],
|
|
3355
|
+
"app": {
|
|
3356
|
+
"browser": "",
|
|
3357
|
+
"ios": "https://itunes.apple.com/app/id1460083542",
|
|
3358
|
+
"android": "https://play.google.com/store/apps/details?id=com.arcblock.wallet.app.product",
|
|
3359
|
+
"mac": "",
|
|
3360
|
+
"windows": "",
|
|
3361
|
+
"linux": ""
|
|
3362
|
+
},
|
|
3363
|
+
"mobile": {
|
|
3364
|
+
"native": "abt:",
|
|
3365
|
+
"universal": ""
|
|
3366
|
+
},
|
|
3367
|
+
"desktop": {
|
|
3368
|
+
"native": "",
|
|
3369
|
+
"universal": ""
|
|
3370
|
+
},
|
|
3371
|
+
"metadata": {
|
|
3372
|
+
"shortName": "DIDWallet",
|
|
3373
|
+
"colors": {
|
|
3374
|
+
"primary": "#4598FA",
|
|
3375
|
+
"secondary": "#53A8F4"
|
|
3376
|
+
}
|
|
3377
|
+
}
|
|
3378
|
+
},
|
|
3379
|
+
"c1abb33fa718be77d96c56a3f9720400e9c5de2f79ef50ad6a2c19b1c28659f3": {
|
|
3380
|
+
"id": "c1abb33fa718be77d96c56a3f9720400e9c5de2f79ef50ad6a2c19b1c28659f3",
|
|
3381
|
+
"name": "StarBase",
|
|
3382
|
+
"description": "",
|
|
3383
|
+
"homepage": "https://deploystarship.com",
|
|
3384
|
+
"chains": [
|
|
3385
|
+
"eip155:1"
|
|
3386
|
+
],
|
|
3387
|
+
"versions": [
|
|
3388
|
+
"1"
|
|
3389
|
+
],
|
|
3390
|
+
"app": {
|
|
3391
|
+
"browser": "",
|
|
3392
|
+
"ios": "",
|
|
3393
|
+
"android": "https://play.google.com/store/apps/details?id=com.starbase.wallet",
|
|
3394
|
+
"mac": "",
|
|
3395
|
+
"windows": "",
|
|
3396
|
+
"linux": ""
|
|
3397
|
+
},
|
|
3398
|
+
"mobile": {
|
|
3399
|
+
"native": "",
|
|
3400
|
+
"universal": ""
|
|
3401
|
+
},
|
|
3402
|
+
"desktop": {
|
|
3403
|
+
"native": "",
|
|
3404
|
+
"universal": ""
|
|
3405
|
+
},
|
|
3406
|
+
"metadata": {
|
|
3407
|
+
"shortName": "",
|
|
3408
|
+
"colors": {
|
|
3409
|
+
"primary": "",
|
|
3410
|
+
"secondary": ""
|
|
3411
|
+
}
|
|
3412
|
+
}
|
|
3413
|
+
},
|
|
3414
|
+
"29449bf9d53ae02dd64a6719915c65882d7d634cca2d2de19586c772e6cbe759": {
|
|
3415
|
+
"id": "29449bf9d53ae02dd64a6719915c65882d7d634cca2d2de19586c772e6cbe759",
|
|
3416
|
+
"name": "Shinobi Wallet",
|
|
3417
|
+
"description": "",
|
|
3418
|
+
"homepage": "https://shinobi-wallet.net/",
|
|
3419
|
+
"chains": [
|
|
3420
|
+
"eip155:1"
|
|
3421
|
+
],
|
|
3422
|
+
"versions": [
|
|
3423
|
+
"1"
|
|
3424
|
+
],
|
|
3425
|
+
"app": {
|
|
3426
|
+
"browser": "",
|
|
3427
|
+
"ios": "https://apps.apple.com/app/fgraph/id1572609905",
|
|
3428
|
+
"android": "https://play.google.com/store/apps/details?id=io.fgraph.shinobiwallet",
|
|
3429
|
+
"mac": "",
|
|
3430
|
+
"windows": "",
|
|
3431
|
+
"linux": ""
|
|
3432
|
+
},
|
|
3433
|
+
"mobile": {
|
|
3434
|
+
"native": "",
|
|
3435
|
+
"universal": ""
|
|
3436
|
+
},
|
|
3437
|
+
"desktop": {
|
|
3438
|
+
"native": "",
|
|
3439
|
+
"universal": ""
|
|
3440
|
+
},
|
|
3441
|
+
"metadata": {
|
|
3442
|
+
"shortName": "",
|
|
3443
|
+
"colors": {
|
|
3444
|
+
"primary": "",
|
|
3445
|
+
"secondary": ""
|
|
3446
|
+
}
|
|
3447
|
+
}
|
|
3448
|
+
},
|
|
3449
|
+
"0c72ae93696df557d174b7a9616fb4f9128e4476cbaa7afc7788d5c7c935de40": {
|
|
3450
|
+
"id": "0c72ae93696df557d174b7a9616fb4f9128e4476cbaa7afc7788d5c7c935de40",
|
|
3451
|
+
"name": "Steakwallet",
|
|
3452
|
+
"description": "",
|
|
3453
|
+
"homepage": "https://steakwallet.fi",
|
|
3454
|
+
"chains": [
|
|
3455
|
+
"cosmos:akashnet-2",
|
|
3456
|
+
"cosmos:columbus-5",
|
|
3457
|
+
"cosmos:cosmoshub-4",
|
|
3458
|
+
"cosmos:juno-1",
|
|
3459
|
+
"cosmos:osmosis-1",
|
|
3460
|
+
"eip155:1",
|
|
3461
|
+
"eip155:10",
|
|
3462
|
+
"eip155:56",
|
|
3463
|
+
"eip155:100",
|
|
3464
|
+
"eip155:137",
|
|
3465
|
+
"eip155:250",
|
|
3466
|
+
"eip155:42161",
|
|
3467
|
+
"eip155:42220",
|
|
3468
|
+
"eip155:43114",
|
|
3469
|
+
"eip155:1666600000"
|
|
3470
|
+
],
|
|
3471
|
+
"versions": [
|
|
3472
|
+
"1",
|
|
3473
|
+
"2"
|
|
3474
|
+
],
|
|
3475
|
+
"app": {
|
|
3476
|
+
"browser": "",
|
|
3477
|
+
"ios": "https://apps.apple.com/us/app/steakwallet/id1569375204",
|
|
3478
|
+
"android": "https://play.google.com/store/apps/details?id=fi.steakwallet.app",
|
|
3479
|
+
"mac": "",
|
|
3480
|
+
"windows": "",
|
|
3481
|
+
"linux": ""
|
|
3482
|
+
},
|
|
3483
|
+
"mobile": {
|
|
3484
|
+
"native": "steakwallet:",
|
|
3485
|
+
"universal": "https://steakwallet.fi"
|
|
3486
|
+
},
|
|
3487
|
+
"desktop": {
|
|
3488
|
+
"native": "",
|
|
3489
|
+
"universal": ""
|
|
3490
|
+
},
|
|
3491
|
+
"metadata": {
|
|
3492
|
+
"shortName": "Steakwallet",
|
|
3493
|
+
"colors": {
|
|
3494
|
+
"primary": "#EF8784",
|
|
3495
|
+
"secondary": "#8AFC6E"
|
|
3496
|
+
}
|
|
3497
|
+
}
|
|
3498
|
+
},
|
|
3499
|
+
"403308a7b7d5da26558cb3658d963d9a87648940a38cc04143f223815d631aa5": {
|
|
3500
|
+
"id": "403308a7b7d5da26558cb3658d963d9a87648940a38cc04143f223815d631aa5",
|
|
3501
|
+
"name": "GD Wallet",
|
|
3502
|
+
"description": "",
|
|
3503
|
+
"homepage": "https://open.seaio.cc/",
|
|
3504
|
+
"chains": [
|
|
3505
|
+
"eip155:56"
|
|
3506
|
+
],
|
|
3507
|
+
"versions": [
|
|
3508
|
+
"1"
|
|
3509
|
+
],
|
|
3510
|
+
"app": {
|
|
3511
|
+
"browser": "",
|
|
3512
|
+
"ios": "https://dapp-h5.seaio.cc/newsDetail/#/downLoad?lang=ZH",
|
|
3513
|
+
"android": "https://dapp-h5.seaio.cc/newsDetail/#/downLoad?lang=ZH",
|
|
3514
|
+
"mac": "",
|
|
3515
|
+
"windows": "",
|
|
3516
|
+
"linux": ""
|
|
3517
|
+
},
|
|
3518
|
+
"mobile": {
|
|
3519
|
+
"native": "GDWalletWC:",
|
|
3520
|
+
"universal": ""
|
|
3521
|
+
},
|
|
3522
|
+
"desktop": {
|
|
3523
|
+
"native": "",
|
|
3524
|
+
"universal": ""
|
|
3525
|
+
},
|
|
3526
|
+
"metadata": {
|
|
3527
|
+
"shortName": "GD Wallet",
|
|
3528
|
+
"colors": {
|
|
3529
|
+
"primary": "#000",
|
|
3530
|
+
"secondary": "#FFF"
|
|
3531
|
+
}
|
|
3532
|
+
}
|
|
3533
|
+
},
|
|
3534
|
+
"2235b648bdf382bc1a6960f1db8eda5c71f65a1996e6cb549d24783ca58a2903": {
|
|
3535
|
+
"id": "2235b648bdf382bc1a6960f1db8eda5c71f65a1996e6cb549d24783ca58a2903",
|
|
3536
|
+
"name": "Binana",
|
|
3537
|
+
"description": "",
|
|
3538
|
+
"homepage": "https://binana.vip/",
|
|
3539
|
+
"chains": [
|
|
3540
|
+
"eip155:1"
|
|
3541
|
+
],
|
|
3542
|
+
"versions": [
|
|
3543
|
+
"1"
|
|
3544
|
+
],
|
|
3545
|
+
"app": {
|
|
3546
|
+
"browser": "",
|
|
3547
|
+
"ios": "https://binana.vip/",
|
|
3548
|
+
"android": "https://binana.vip/",
|
|
3549
|
+
"mac": "",
|
|
3550
|
+
"windows": "",
|
|
3551
|
+
"linux": ""
|
|
3552
|
+
},
|
|
3553
|
+
"mobile": {
|
|
3554
|
+
"native": "",
|
|
3555
|
+
"universal": "https://master.tokenone.app"
|
|
3556
|
+
},
|
|
3557
|
+
"desktop": {
|
|
3558
|
+
"native": "",
|
|
3559
|
+
"universal": ""
|
|
3560
|
+
},
|
|
3561
|
+
"metadata": {
|
|
3562
|
+
"shortName": "Binana",
|
|
3563
|
+
"colors": {
|
|
3564
|
+
"primary": "#000",
|
|
3565
|
+
"secondary": "#FFF"
|
|
3566
|
+
}
|
|
3567
|
+
}
|
|
3568
|
+
},
|
|
3569
|
+
"a0718f5fb1493e4aaac72cff62d162cb85db40ed68fd8700298f36f1d5c4b73d": {
|
|
3570
|
+
"id": "a0718f5fb1493e4aaac72cff62d162cb85db40ed68fd8700298f36f1d5c4b73d",
|
|
3571
|
+
"name": "AirGap",
|
|
3572
|
+
"description": "",
|
|
3573
|
+
"homepage": "https://airgap.it",
|
|
3574
|
+
"chains": [
|
|
3575
|
+
"eip155:1"
|
|
3576
|
+
],
|
|
3577
|
+
"versions": [
|
|
3578
|
+
"1"
|
|
3579
|
+
],
|
|
3580
|
+
"app": {
|
|
3581
|
+
"browser": "https://wallet.airgap.it",
|
|
3582
|
+
"ios": "https://itunes.apple.com/us/app/airgap-wallet/id1420996542?l=de&ls=1&mt=8",
|
|
3583
|
+
"android": "https://play.google.com/store/apps/details?id=it.airgap.wallet",
|
|
3584
|
+
"mac": "https://github.com/airgap-it/airgap-wallet/releases",
|
|
3585
|
+
"windows": "https://github.com/airgap-it/airgap-wallet/releases",
|
|
3586
|
+
"linux": "https://github.com/airgap-it/airgap-wallet/releases"
|
|
3587
|
+
},
|
|
3588
|
+
"mobile": {
|
|
3589
|
+
"native": "airgap-wallet:",
|
|
3590
|
+
"universal": ""
|
|
3591
|
+
},
|
|
3592
|
+
"desktop": {
|
|
3593
|
+
"native": "",
|
|
3594
|
+
"universal": ""
|
|
3595
|
+
},
|
|
3596
|
+
"metadata": {
|
|
3597
|
+
"shortName": "AirGap",
|
|
3598
|
+
"colors": {
|
|
3599
|
+
"primary": "#50249f",
|
|
3600
|
+
"secondary": "#00e8d0"
|
|
3601
|
+
}
|
|
3602
|
+
}
|
|
3603
|
+
},
|
|
3604
|
+
"76428179ce9213ab6f8f49923310efcf5eea089764196c7a2018bea8afcd6603": {
|
|
3605
|
+
"id": "76428179ce9213ab6f8f49923310efcf5eea089764196c7a2018bea8afcd6603",
|
|
3606
|
+
"name": "PayTube",
|
|
3607
|
+
"description": "",
|
|
3608
|
+
"homepage": "https://paytube.io/",
|
|
3609
|
+
"chains": [
|
|
3610
|
+
"eip155:1"
|
|
3611
|
+
],
|
|
3612
|
+
"versions": [
|
|
3613
|
+
"1"
|
|
3614
|
+
],
|
|
3615
|
+
"app": {
|
|
3616
|
+
"browser": "",
|
|
3617
|
+
"ios": "https://apps.apple.com/us/app/paytube/id1574456998",
|
|
3618
|
+
"android": "https://play.google.com/store/apps/details?id=com.paytube.wallet.zkwallet",
|
|
3619
|
+
"mac": "",
|
|
3620
|
+
"windows": "",
|
|
3621
|
+
"linux": ""
|
|
3622
|
+
},
|
|
3623
|
+
"mobile": {
|
|
3624
|
+
"native": "",
|
|
3625
|
+
"universal": ""
|
|
3626
|
+
},
|
|
3627
|
+
"desktop": {
|
|
3628
|
+
"native": "",
|
|
3629
|
+
"universal": ""
|
|
3630
|
+
},
|
|
3631
|
+
"metadata": {
|
|
3632
|
+
"shortName": "",
|
|
3633
|
+
"colors": {
|
|
3634
|
+
"primary": "",
|
|
3635
|
+
"secondary": ""
|
|
3636
|
+
}
|
|
3637
|
+
}
|
|
3638
|
+
},
|
|
3639
|
+
"6464873279d46030c0b6b005b33da6be5ed57a752be3ef1f857dc10eaf8028aa": {
|
|
3640
|
+
"id": "6464873279d46030c0b6b005b33da6be5ed57a752be3ef1f857dc10eaf8028aa",
|
|
3641
|
+
"name": "SecuX",
|
|
3642
|
+
"description": "",
|
|
3643
|
+
"homepage": "https://secuxtech.com/",
|
|
3644
|
+
"chains": [
|
|
3645
|
+
"eip155:1"
|
|
3646
|
+
],
|
|
3647
|
+
"versions": [
|
|
3648
|
+
"1"
|
|
3649
|
+
],
|
|
3650
|
+
"app": {
|
|
3651
|
+
"browser": "https://wallet.secuxtech.com/secuxess/#/",
|
|
3652
|
+
"ios": "https://apps.apple.com/tw/app/secux-mobile/id1477437607",
|
|
3653
|
+
"android": "https://play.google.com/store/apps/details?id=com.secux.mobile&hl=zh_TW&gl=US",
|
|
3654
|
+
"mac": "",
|
|
3655
|
+
"windows": "",
|
|
3656
|
+
"linux": ""
|
|
3657
|
+
},
|
|
3658
|
+
"mobile": {
|
|
3659
|
+
"native": "",
|
|
3660
|
+
"universal": ""
|
|
3661
|
+
},
|
|
3662
|
+
"desktop": {
|
|
3663
|
+
"native": "",
|
|
3664
|
+
"universal": ""
|
|
3665
|
+
},
|
|
3666
|
+
"metadata": {
|
|
3667
|
+
"shortName": "",
|
|
3668
|
+
"colors": {
|
|
3669
|
+
"primary": "",
|
|
3670
|
+
"secondary": ""
|
|
3671
|
+
}
|
|
3672
|
+
}
|
|
3673
|
+
},
|
|
3674
|
+
"42049d5de7c9e88664bb4e13db614decb08a4ba4f0e6eefd5617f25d3cb2983b": {
|
|
3675
|
+
"id": "42049d5de7c9e88664bb4e13db614decb08a4ba4f0e6eefd5617f25d3cb2983b",
|
|
3676
|
+
"name": "BlockBank",
|
|
3677
|
+
"description": "",
|
|
3678
|
+
"homepage": "https://blockbank.ai",
|
|
3679
|
+
"chains": [
|
|
3680
|
+
"eip155:1"
|
|
3681
|
+
],
|
|
3682
|
+
"versions": [
|
|
3683
|
+
"1"
|
|
3684
|
+
],
|
|
3685
|
+
"app": {
|
|
3686
|
+
"browser": "",
|
|
3687
|
+
"ios": "https://apps.apple.com/us/app/blockbank/id1460965460",
|
|
3688
|
+
"android": "https://play.google.com/store/apps/details?id=com.aibb.wallet",
|
|
3689
|
+
"mac": "",
|
|
3690
|
+
"windows": "",
|
|
3691
|
+
"linux": ""
|
|
3692
|
+
},
|
|
3693
|
+
"mobile": {
|
|
3694
|
+
"native": "",
|
|
3695
|
+
"universal": ""
|
|
3696
|
+
},
|
|
3697
|
+
"desktop": {
|
|
3698
|
+
"native": "",
|
|
3699
|
+
"universal": ""
|
|
3700
|
+
},
|
|
3701
|
+
"metadata": {
|
|
3702
|
+
"shortName": "BBank",
|
|
3703
|
+
"colors": {
|
|
3704
|
+
"primary": "#f26422",
|
|
3705
|
+
"secondary": "#FFF"
|
|
3706
|
+
}
|
|
3707
|
+
}
|
|
3708
|
+
},
|
|
3709
|
+
"d864d048f82084fac88d386c32b3261513ed7b5d1d4b52f96f91022059e984f9": {
|
|
3710
|
+
"id": "d864d048f82084fac88d386c32b3261513ed7b5d1d4b52f96f91022059e984f9",
|
|
3711
|
+
"name": "Orange",
|
|
3712
|
+
"description": "",
|
|
3713
|
+
"homepage": "https://orangewallet.app/",
|
|
3714
|
+
"chains": [
|
|
3715
|
+
"eip155:137"
|
|
3716
|
+
],
|
|
3717
|
+
"versions": [
|
|
3718
|
+
"1"
|
|
3719
|
+
],
|
|
3720
|
+
"app": {
|
|
3721
|
+
"browser": "",
|
|
3722
|
+
"ios": "",
|
|
3723
|
+
"android": "https://play.google.com/store/apps/details?id=org.orange.wallet",
|
|
3724
|
+
"mac": "",
|
|
3725
|
+
"windows": "",
|
|
3726
|
+
"linux": ""
|
|
3727
|
+
},
|
|
3728
|
+
"mobile": {
|
|
3729
|
+
"native": "orangewallet:",
|
|
3730
|
+
"universal": "https://link.orangewallet.app"
|
|
3731
|
+
},
|
|
3732
|
+
"desktop": {
|
|
3733
|
+
"native": "",
|
|
3734
|
+
"universal": ""
|
|
3735
|
+
},
|
|
3736
|
+
"metadata": {
|
|
3737
|
+
"shortName": "Orange",
|
|
3738
|
+
"colors": {
|
|
3739
|
+
"primary": "#EB5B56",
|
|
3740
|
+
"secondary": "#FFF"
|
|
3741
|
+
}
|
|
3742
|
+
}
|
|
3743
|
+
},
|
|
3744
|
+
"28ec413631bf709cc6aeb3d4e3fdd7be541d38ba852ac491840e2501eaa7cb4b": {
|
|
3745
|
+
"id": "28ec413631bf709cc6aeb3d4e3fdd7be541d38ba852ac491840e2501eaa7cb4b",
|
|
3746
|
+
"name": "NEFTiPEDiA",
|
|
3747
|
+
"description": "",
|
|
3748
|
+
"homepage": "https://neftipedia.com/",
|
|
3749
|
+
"chains": [
|
|
3750
|
+
"eip155:56"
|
|
3751
|
+
],
|
|
3752
|
+
"versions": [
|
|
3753
|
+
"1"
|
|
3754
|
+
],
|
|
3755
|
+
"app": {
|
|
3756
|
+
"browser": "",
|
|
3757
|
+
"ios": "",
|
|
3758
|
+
"android": "https://play.google.com/store/apps/details?id=com.NEFTiPEDiA.mp",
|
|
3759
|
+
"mac": "",
|
|
3760
|
+
"windows": "",
|
|
3761
|
+
"linux": ""
|
|
3762
|
+
},
|
|
3763
|
+
"mobile": {
|
|
3764
|
+
"native": "",
|
|
3765
|
+
"universal": ""
|
|
3766
|
+
},
|
|
3767
|
+
"desktop": {
|
|
3768
|
+
"native": "",
|
|
3769
|
+
"universal": ""
|
|
3770
|
+
},
|
|
3771
|
+
"metadata": {
|
|
3772
|
+
"shortName": "",
|
|
3773
|
+
"colors": {
|
|
3774
|
+
"primary": "",
|
|
3775
|
+
"secondary": ""
|
|
3776
|
+
}
|
|
3777
|
+
}
|
|
3778
|
+
},
|
|
3779
|
+
"2969649937a2a6c587e1391446d60e2e06b9c5196162a6aa70a0002292aa8d22": {
|
|
3780
|
+
"id": "2969649937a2a6c587e1391446d60e2e06b9c5196162a6aa70a0002292aa8d22",
|
|
3781
|
+
"name": "Avacus",
|
|
3782
|
+
"description": "",
|
|
3783
|
+
"homepage": "https://avacus.cc/",
|
|
3784
|
+
"chains": [
|
|
3785
|
+
"eip155:1"
|
|
3786
|
+
],
|
|
3787
|
+
"versions": [
|
|
3788
|
+
"1"
|
|
3789
|
+
],
|
|
3790
|
+
"app": {
|
|
3791
|
+
"browser": "",
|
|
3792
|
+
"ios": "https://apps.apple.com/us/app/id1339638445",
|
|
3793
|
+
"android": "https://play.google.com/store/apps/details?id=com.floortracks.avacus",
|
|
3794
|
+
"mac": "",
|
|
3795
|
+
"windows": "",
|
|
3796
|
+
"linux": ""
|
|
3797
|
+
},
|
|
3798
|
+
"mobile": {
|
|
3799
|
+
"native": "avacus:",
|
|
3800
|
+
"universal": "https://avacus.app.link"
|
|
3801
|
+
},
|
|
3802
|
+
"desktop": {
|
|
3803
|
+
"native": "",
|
|
3804
|
+
"universal": ""
|
|
3805
|
+
},
|
|
3806
|
+
"metadata": {
|
|
3807
|
+
"shortName": "Avacus",
|
|
3808
|
+
"colors": {
|
|
3809
|
+
"primary": "#f7a026",
|
|
3810
|
+
"secondary": "#fff"
|
|
3811
|
+
}
|
|
3812
|
+
}
|
|
3813
|
+
},
|
|
3814
|
+
"e70cbcfd76d90f45de86fc1d1548ecd7cbc700c999d26feac0b2badfd05090b3": {
|
|
3815
|
+
"id": "e70cbcfd76d90f45de86fc1d1548ecd7cbc700c999d26feac0b2badfd05090b3",
|
|
3816
|
+
"name": "Krystal",
|
|
3817
|
+
"description": "Krystal is a secure and simple way to access the best DeFi services on a single platform",
|
|
3818
|
+
"homepage": "https://krystal.app/",
|
|
3819
|
+
"chains": [
|
|
3820
|
+
"eip155:1",
|
|
3821
|
+
"eip155:56",
|
|
3822
|
+
"eip155:137",
|
|
3823
|
+
"eip155:43114"
|
|
3824
|
+
],
|
|
3825
|
+
"versions": [
|
|
3826
|
+
"1"
|
|
3827
|
+
],
|
|
3828
|
+
"app": {
|
|
3829
|
+
"browser": "",
|
|
3830
|
+
"ios": "https://apps.apple.com/vn/app/krystal-one-platform-all-defi/id1558105691",
|
|
3831
|
+
"android": "https://play.google.com/store/apps/details?id=com.kyrd.krystal",
|
|
3832
|
+
"mac": "",
|
|
3833
|
+
"windows": "",
|
|
3834
|
+
"linux": ""
|
|
3835
|
+
},
|
|
3836
|
+
"mobile": {
|
|
3837
|
+
"native": "krystalWallet:",
|
|
3838
|
+
"universal": ""
|
|
3839
|
+
},
|
|
3840
|
+
"desktop": {
|
|
3841
|
+
"native": "",
|
|
3842
|
+
"universal": ""
|
|
3843
|
+
},
|
|
3844
|
+
"metadata": {
|
|
3845
|
+
"shortName": "Krystal",
|
|
3846
|
+
"colors": {
|
|
3847
|
+
"primary": "#1de9b6",
|
|
3848
|
+
"secondary": "#000"
|
|
3849
|
+
}
|
|
3850
|
+
}
|
|
3851
|
+
},
|
|
3852
|
+
"dd8ee41915d967e547c80266e883d77ee808427405f4e8026a85ac1308104221": {
|
|
3853
|
+
"id": "dd8ee41915d967e547c80266e883d77ee808427405f4e8026a85ac1308104221",
|
|
3854
|
+
"name": "Linen",
|
|
3855
|
+
"description": "",
|
|
3856
|
+
"homepage": "https://linen.app/",
|
|
3857
|
+
"chains": [
|
|
3858
|
+
"eip155:1",
|
|
3859
|
+
"eip155:42",
|
|
3860
|
+
"eip155:137",
|
|
3861
|
+
"eip155:80001"
|
|
3862
|
+
],
|
|
3863
|
+
"versions": [
|
|
3864
|
+
"1"
|
|
3865
|
+
],
|
|
3866
|
+
"app": {
|
|
3867
|
+
"browser": "",
|
|
3868
|
+
"ios": "https://apps.apple.com/app/linen-app-investing-in-defi/id1480509067",
|
|
3869
|
+
"android": "",
|
|
3870
|
+
"mac": "",
|
|
3871
|
+
"windows": "",
|
|
3872
|
+
"linux": ""
|
|
3873
|
+
},
|
|
3874
|
+
"mobile": {
|
|
3875
|
+
"native": "",
|
|
3876
|
+
"universal": "https://linen.app/"
|
|
3877
|
+
},
|
|
3878
|
+
"desktop": {
|
|
3879
|
+
"native": "",
|
|
3880
|
+
"universal": ""
|
|
3881
|
+
},
|
|
3882
|
+
"metadata": {
|
|
3883
|
+
"shortName": "Linen",
|
|
3884
|
+
"colors": {
|
|
3885
|
+
"primary": "#009fbe",
|
|
3886
|
+
"secondary": "#fff"
|
|
3887
|
+
}
|
|
3888
|
+
}
|
|
3889
|
+
},
|
|
3890
|
+
"8f8506b7f191a8ab95a8295fc8ca147aa152b1358bee4283d6ad2468d97e0ca4": {
|
|
3891
|
+
"id": "8f8506b7f191a8ab95a8295fc8ca147aa152b1358bee4283d6ad2468d97e0ca4",
|
|
3892
|
+
"name": "CeloTerminal",
|
|
3893
|
+
"description": "The one-stop shop for everything Celo",
|
|
3894
|
+
"homepage": "https://celoterminal.com",
|
|
3895
|
+
"chains": [
|
|
3896
|
+
"eip155:42220"
|
|
3897
|
+
],
|
|
3898
|
+
"versions": [
|
|
3899
|
+
"1"
|
|
3900
|
+
],
|
|
3901
|
+
"app": {
|
|
3902
|
+
"browser": "https://celoterminal.com",
|
|
3903
|
+
"ios": "",
|
|
3904
|
+
"android": "",
|
|
3905
|
+
"mac": "",
|
|
3906
|
+
"windows": "",
|
|
3907
|
+
"linux": ""
|
|
3908
|
+
},
|
|
3909
|
+
"mobile": {
|
|
3910
|
+
"native": "",
|
|
3911
|
+
"universal": ""
|
|
3912
|
+
},
|
|
3913
|
+
"desktop": {
|
|
3914
|
+
"native": "",
|
|
3915
|
+
"universal": ""
|
|
3916
|
+
},
|
|
3917
|
+
"metadata": {
|
|
3918
|
+
"shortName": "",
|
|
3919
|
+
"colors": {
|
|
3920
|
+
"primary": "",
|
|
3921
|
+
"secondary": ""
|
|
3922
|
+
}
|
|
3923
|
+
}
|
|
3924
|
+
},
|
|
3925
|
+
"2c81da3add65899baeac53758a07e652eea46dbb5195b8074772c62a77bbf568": {
|
|
3926
|
+
"id": "2c81da3add65899baeac53758a07e652eea46dbb5195b8074772c62a77bbf568",
|
|
3927
|
+
"name": "Ambire Wallet",
|
|
3928
|
+
"description": "Ambire Wallet is a full featured non-custodial open-source wallet that focuses on DeFi and unifies the best earning opportunities, while solving common pain points of DeFi and Ethereum. It combines power, security and ease of use: you can pay gas in stablecoins, send batch transactions, there are no ERC20 approvals, and you can secure your account using Ledger/Trezor.",
|
|
3929
|
+
"homepage": "https://ambire.com",
|
|
3930
|
+
"chains": [
|
|
3931
|
+
"eip155:1",
|
|
3932
|
+
"eip155:56",
|
|
3933
|
+
"eip155:137",
|
|
3934
|
+
"eip155:43114"
|
|
3935
|
+
],
|
|
3936
|
+
"versions": [
|
|
3937
|
+
"1"
|
|
3938
|
+
],
|
|
3939
|
+
"app": {
|
|
3940
|
+
"browser": "https://wallet.walletconnect.com",
|
|
3941
|
+
"ios": "",
|
|
3942
|
+
"android": "",
|
|
3943
|
+
"mac": "",
|
|
3944
|
+
"windows": "",
|
|
3945
|
+
"linux": ""
|
|
3946
|
+
},
|
|
3947
|
+
"mobile": {
|
|
3948
|
+
"native": "",
|
|
3949
|
+
"universal": ""
|
|
3950
|
+
},
|
|
3951
|
+
"desktop": {
|
|
3952
|
+
"native": "",
|
|
3953
|
+
"universal": "https://wallet.ambire.com"
|
|
3954
|
+
},
|
|
3955
|
+
"metadata": {
|
|
3956
|
+
"shortName": "Ambire",
|
|
3957
|
+
"colors": {
|
|
3958
|
+
"primary": "#aa6aff",
|
|
3959
|
+
"secondary": "#80ffdb"
|
|
3960
|
+
}
|
|
3961
|
+
}
|
|
3962
|
+
},
|
|
3963
|
+
"cf53e18ace65b6304a34f9842cf2781c47d4ef3591c8003fda5e2e8ff341efaa": {
|
|
3964
|
+
"id": "cf53e18ace65b6304a34f9842cf2781c47d4ef3591c8003fda5e2e8ff341efaa",
|
|
3965
|
+
"name": "Spot",
|
|
3966
|
+
"description": "Spot is a mobile non-custodial wallet available on iOS and Android. It currently natively supports the following blockchains: Bitcoin, Ethereum, Solana, Tezos and more.",
|
|
3967
|
+
"homepage": "https://spot-wallet.com",
|
|
3968
|
+
"chains": [
|
|
3969
|
+
"eip155:1"
|
|
3970
|
+
],
|
|
3971
|
+
"versions": [
|
|
3972
|
+
"1"
|
|
3973
|
+
],
|
|
3974
|
+
"app": {
|
|
3975
|
+
"browser": "",
|
|
3976
|
+
"ios": "https://apps.apple.com/us/app/buy-bitcoin-spot-wallet-app/id1390560448",
|
|
3977
|
+
"android": "https://play.google.com/store/apps/details?id=com.spot.spot",
|
|
3978
|
+
"mac": "",
|
|
3979
|
+
"windows": "",
|
|
3980
|
+
"linux": ""
|
|
3981
|
+
},
|
|
3982
|
+
"mobile": {
|
|
3983
|
+
"native": "spot:",
|
|
3984
|
+
"universal": "https://spot.so/"
|
|
3985
|
+
},
|
|
3986
|
+
"desktop": {
|
|
3987
|
+
"native": "",
|
|
3988
|
+
"universal": ""
|
|
3989
|
+
},
|
|
3990
|
+
"metadata": {
|
|
3991
|
+
"shortName": "Spot",
|
|
3992
|
+
"colors": {
|
|
3993
|
+
"primary": "#29C0FF",
|
|
3994
|
+
"secondary": "#29C0FF"
|
|
3995
|
+
}
|
|
3996
|
+
}
|
|
3997
|
+
},
|
|
3998
|
+
"dc60a1e5de0012be6f899b2d069837360a874f88e1a453a018a2284d9822dfb6": {
|
|
3999
|
+
"id": "dc60a1e5de0012be6f899b2d069837360a874f88e1a453a018a2284d9822dfb6",
|
|
4000
|
+
"name": "Frontier",
|
|
4001
|
+
"description": "Your Front Seat to Crypto and DeFi",
|
|
4002
|
+
"homepage": "https://frontier.xyz",
|
|
4003
|
+
"chains": [
|
|
4004
|
+
"eip155:1"
|
|
4005
|
+
],
|
|
4006
|
+
"versions": [
|
|
4007
|
+
"1"
|
|
4008
|
+
],
|
|
4009
|
+
"app": {
|
|
4010
|
+
"browser": "",
|
|
4011
|
+
"ios": "https://apps.apple.com/us/app/frontier-defi-wallet/id1482380988",
|
|
4012
|
+
"android": "https://play.google.com/store/apps/details?id=com.frontierwallet&hl=en_IN&gl=US",
|
|
4013
|
+
"mac": "",
|
|
4014
|
+
"windows": "",
|
|
4015
|
+
"linux": ""
|
|
4016
|
+
},
|
|
4017
|
+
"mobile": {
|
|
4018
|
+
"native": "frontier:",
|
|
4019
|
+
"universal": ""
|
|
4020
|
+
},
|
|
4021
|
+
"desktop": {
|
|
4022
|
+
"native": "",
|
|
4023
|
+
"universal": ""
|
|
4024
|
+
},
|
|
4025
|
+
"metadata": {
|
|
4026
|
+
"shortName": "Frontier",
|
|
4027
|
+
"colors": {
|
|
4028
|
+
"primary": "#CC703C",
|
|
4029
|
+
"secondary": "#FFFFFF"
|
|
4030
|
+
}
|
|
4031
|
+
}
|
|
4032
|
+
}
|
|
4033
|
+
}
|