@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.
Files changed (68) hide show
  1. package/.github/workflows/publish.yml +38 -0
  2. package/.gitleaks.toml +17 -0
  3. package/.gitleaksignore +0 -0
  4. package/.nvmrc +1 -0
  5. package/config/countries.json +1117 -0
  6. package/config/localization/app.ts +23 -0
  7. package/config/localization/de/app.json +1316 -0
  8. package/config/localization/de/tooltips.json +228 -0
  9. package/config/localization/en/app.json +1316 -0
  10. package/config/localization/en/tooltips.json +228 -0
  11. package/config/localization/es/app.json +1311 -0
  12. package/config/localization/es/tooltips.json +228 -0
  13. package/config/localization/fr/app.json +1311 -0
  14. package/config/localization/fr/tooltips.json +228 -0
  15. package/config/localization/ja/app.json +1311 -0
  16. package/config/localization/ja/tooltips.json +228 -0
  17. package/config/localization/ko/app.json +1316 -0
  18. package/config/localization/ko/tooltips.json +228 -0
  19. package/config/localization/languages.json +43 -0
  20. package/config/localization/pt/app.json +1311 -0
  21. package/config/localization/pt/tooltips.json +228 -0
  22. package/config/localization/ru/app.json +1316 -0
  23. package/config/localization/ru/tooltips.json +228 -0
  24. package/config/localization/tooltip.ts +23 -0
  25. package/config/localization/tr/app.json +1311 -0
  26. package/config/localization/tr/tooltips.json +228 -0
  27. package/config/localization/zh-CN/app.json +1124 -0
  28. package/config/localization/zh-CN/tooltips.json +228 -0
  29. package/config/localization_notifications/de/app.json +40 -0
  30. package/config/localization_notifications/en/app.json +40 -0
  31. package/config/localization_notifications/es/app.json +40 -0
  32. package/config/localization_notifications/fr/app.json +40 -0
  33. package/config/localization_notifications/index.ts +23 -0
  34. package/config/localization_notifications/ja/app.json +40 -0
  35. package/config/localization_notifications/ko/app.json +40 -0
  36. package/config/localization_notifications/pt/app.json +40 -0
  37. package/config/localization_notifications/ru/app.json +40 -0
  38. package/config/localization_notifications/tr/app.json +40 -0
  39. package/config/localization_notifications/zh-CN/app.json +40 -0
  40. package/config/localizations_native/de/app.json +451 -0
  41. package/config/localizations_native/en/app.json +451 -0
  42. package/config/localizations_native/es/app.json +451 -0
  43. package/config/localizations_native/fr/app.json +451 -0
  44. package/config/localizations_native/index.ts +23 -0
  45. package/config/localizations_native/ja/app.json +451 -0
  46. package/config/localizations_native/ko/app.json +451 -0
  47. package/config/localizations_native/pt/app.json +451 -0
  48. package/config/localizations_native/ru/app.json +451 -0
  49. package/config/localizations_native/tr/app.json +451 -0
  50. package/config/localizations_native/zh-CN/app.json +398 -0
  51. package/config/markets.json +700 -0
  52. package/config/prod/walletsV2.json +646 -0
  53. package/config/staging/walletsV2.json +646 -0
  54. package/config/version_ios.json +14 -0
  55. package/index.ts +25 -0
  56. package/package.json +22 -0
  57. package/readme.md +63 -0
  58. package/scripts/codegen_localization_app +0 -0
  59. package/scripts/codegen_localization_app.swift +59 -0
  60. package/scripts/codegen_localization_tooltips.swift +46 -0
  61. package/scripts/generated/app.ts +1356 -0
  62. package/scripts/generated/tooltips.ts +134 -0
  63. package/scripts/merge_jsons.sh +48 -0
  64. package/scripts/publish-if-not-exists.sh +21 -0
  65. package/v4/staging/markets.json +704 -0
  66. package/wallet_connect/dapps.json +4836 -0
  67. package/wallet_connect/index.ts +7 -0
  68. package/wallet_connect/wallets.json +4033 -0
@@ -0,0 +1,646 @@
1
+ [
2
+ {
3
+ "id": "c57ca95b47569778a828d19178114f4db188b89b763c899ba0be274e97267d96",
4
+ "name": "MetaMask",
5
+ "description": "",
6
+ "homepage": "https://metamask.io/",
7
+ "chains": [
8
+ "eip155:1"
9
+ ],
10
+ "versions": [
11
+ "1"
12
+ ],
13
+ "app": {
14
+ "browser": "",
15
+ "ios": "https://apps.apple.com/us/app/metamask/id1438144202",
16
+ "android": "https://play.google.com/store/apps/details?id=io.metamask",
17
+ "mac": "",
18
+ "windows": "",
19
+ "linux": ""
20
+ },
21
+ "mobile": {
22
+ "native": "metamask:",
23
+ "universal": "https://metamask.app.link"
24
+ },
25
+ "desktop": {
26
+ "native": "",
27
+ "universal": ""
28
+ },
29
+ "metadata": {
30
+ "shortName": "MetaMask",
31
+ "colors": {
32
+ "primary": "rgb(255, 255, 255)",
33
+ "secondary": ""
34
+ }
35
+ },
36
+ "config": {
37
+ "comment": "MetaMask",
38
+ "iosMinVersion": "0",
39
+ "encoding": "=\"#%/<>?@\\^`{|}:&",
40
+ "connections": [
41
+ {
42
+ "type": "walletConnect",
43
+ "native": "metamask:",
44
+ "universal": "https://metamask.app.link"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "id": "coinbase-wallet",
51
+ "name": "Coinbase Wallet",
52
+ "description": "",
53
+ "homepage": "https://www.coinbase.com/wallet",
54
+ "chains": [
55
+ "eip155:1"
56
+ ],
57
+ "versions": [
58
+ "1"
59
+ ],
60
+ "app": {
61
+ "browser": "",
62
+ "ios": "https://apps.apple.com/us/app/coinbase-wallet-nfts-crypto/id1278383455",
63
+ "android": "https://play.google.com/store/apps/details?id=org.toshi",
64
+ "mac": "",
65
+ "windows": "",
66
+ "linux": ""
67
+ },
68
+ "mobile": {
69
+ "native": "cbwallet:",
70
+ "universal": ""
71
+ },
72
+ "desktop": {
73
+ "native": "",
74
+ "universal": ""
75
+ },
76
+ "metadata": {
77
+ "shortName": "Coinbase",
78
+ "colors": {
79
+ "primary": "rgb(255, 255, 255)",
80
+ "secondary": ""
81
+ }
82
+ },
83
+ "config": {
84
+ "comment": "Coinbase",
85
+ "iosMinVersion": "1.8.0",
86
+ "imageUrl": "https://s3.amazonaws.com/dydx.exchange/logos/wallets/coinbase-wallet.png",
87
+ "encoding": "=\"#%/<>?@\\^`{|}:&",
88
+ "connections": [
89
+ {
90
+ "type": "walletSegue",
91
+ "native": "cbwallet:",
92
+ "universal": ""
93
+ }
94
+ ]
95
+ }
96
+ },
97
+ {
98
+ "id": "magic-link",
99
+ "name": "Magic-Link (Non-displayable)",
100
+ "description": "",
101
+ "homepage": "",
102
+ "chains": [
103
+ "eip155:1"
104
+ ],
105
+ "versions": [
106
+ "1"
107
+ ],
108
+ "app": {
109
+ "browser": "",
110
+ "ios": "",
111
+ "android": "",
112
+ "mac": "",
113
+ "windows": "",
114
+ "linux": ""
115
+ },
116
+ "mobile": {
117
+ "native": "",
118
+ "universal": ""
119
+ },
120
+ "desktop": {
121
+ "native": "",
122
+ "universal": ""
123
+ },
124
+ "metadata": {
125
+ "shortName": "MagicLink",
126
+ "colors": {
127
+ "primary": "rgb(255, 255, 255)",
128
+ "secondary": ""
129
+ }
130
+ },
131
+ "config": {
132
+ "comment": "MagicLink",
133
+ "displayable": false,
134
+ "iosMinVersion": "1.8",
135
+ "imageUrl": "https://s3.amazonaws.com/dydx.exchange/logos/wallets/magic_link.svg",
136
+ "encoding": "",
137
+ "connections": [
138
+ {
139
+ "type": "magicLink",
140
+ "native": "",
141
+ "universal": ""
142
+ }
143
+ ]
144
+ }
145
+ },
146
+ {
147
+ "id": "9d373b43ad4d2cf190fb1a774ec964a1addf406d6fd24af94ab7596e58c291b2",
148
+ "name": "imToken",
149
+ "description": "",
150
+ "homepage": "https://token.im/",
151
+ "chains": [
152
+ "eip155:1"
153
+ ],
154
+ "versions": [
155
+ "1"
156
+ ],
157
+ "app": {
158
+ "browser": "",
159
+ "ios": "https://itunes.apple.com/us/app/imtoken2/id1384798940",
160
+ "android": "https://play.google.com/store/apps/details?id=im.token.app",
161
+ "mac": "",
162
+ "windows": "",
163
+ "linux": ""
164
+ },
165
+ "mobile": {
166
+ "native": "imtokenv2:",
167
+ "universal": ""
168
+ },
169
+ "desktop": {
170
+ "native": "",
171
+ "universal": ""
172
+ },
173
+ "metadata": {
174
+ "shortName": "imToken",
175
+ "colors": {
176
+ "primary": "rgb(255, 255, 255)",
177
+ "secondary": ""
178
+ }
179
+ },
180
+ "config": {
181
+ "comment": "imToken",
182
+ "iosMinVersion": "0",
183
+ "connections": [
184
+ {
185
+ "type": "walletConnect",
186
+ "native": "imtokenv2:",
187
+ "universal": ""
188
+ }
189
+ ]
190
+ }
191
+ },
192
+ {
193
+ "id": "4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0",
194
+ "name": "Trust Wallet",
195
+ "description": "",
196
+ "homepage": "https://trustwallet.com/",
197
+ "chains": [
198
+ "eip155:1"
199
+ ],
200
+ "versions": [
201
+ "1"
202
+ ],
203
+ "app": {
204
+ "browser": "",
205
+ "ios": "https://apps.apple.com/app/apple-store/id1288339409",
206
+ "android": "https://play.google.com/store/apps/details?id=com.wallet.crypto.trustapp",
207
+ "mac": "",
208
+ "windows": "",
209
+ "linux": ""
210
+ },
211
+ "mobile": {
212
+ "native": "trust:",
213
+ "universal": "https://link.trustwallet.com"
214
+ },
215
+ "desktop": {
216
+ "native": "",
217
+ "universal": ""
218
+ },
219
+ "metadata": {
220
+ "shortName": "Trust",
221
+ "colors": {
222
+ "primary": "rgb(51, 117, 187)",
223
+ "secondary": ""
224
+ }
225
+ },
226
+ "config": {
227
+ "comment": "Trust Wallet",
228
+ "iosMinVersion": "0",
229
+ "encoding": "=\"#%/<>?@\\^`{|}:&",
230
+ "imageUrl": "https://s3.amazonaws.com/dydx.exchange/logos/wallets/trust.svg",
231
+ "connections": [
232
+ {
233
+ "type": "walletConnect",
234
+ "native": "trust:",
235
+ "universal": "https://link.trustwallet.com"
236
+ }
237
+ ]
238
+ }
239
+ },
240
+ {
241
+ "id": "20459438007b75f4f4acb98bf29aa3b800550309646d375da5fd4aac6c2a2c66",
242
+ "name": "TokenPocket",
243
+ "description": "",
244
+ "homepage": "https://tokenpocket.pro/",
245
+ "chains": [
246
+ "eip155:1"
247
+ ],
248
+ "versions": [
249
+ "1"
250
+ ],
251
+ "app": {
252
+ "browser": "",
253
+ "ios": "https://apps.apple.com/us/app/tokenpocket-trusted-wallet/id1436028697",
254
+ "android": "https://play.google.com/store/apps/details?id=vip.mytokenpocket",
255
+ "mac": "",
256
+ "windows": "",
257
+ "linux": ""
258
+ },
259
+ "mobile": {
260
+ "native": "tpoutside:",
261
+ "universal": ""
262
+ },
263
+ "desktop": {
264
+ "native": "",
265
+ "universal": ""
266
+ },
267
+ "metadata": {
268
+ "shortName": "TokenPocket",
269
+ "colors": {
270
+ "primary": "rgb(41, 128, 254)",
271
+ "secondary": ""
272
+ }
273
+ },
274
+ "config": {
275
+ "comment": "TokenPocket",
276
+ "iosMinVersion": "0",
277
+ "connections": [
278
+ {
279
+ "type": "walletConnect",
280
+ "native": "tpoutside:",
281
+ "universal": ""
282
+ }
283
+ ]
284
+ }
285
+ },
286
+ {
287
+ "id": "1ae92b26df02f0abca6304df07debccd18262fdf5fe82daa81593582dac9a369",
288
+ "name": "Rainbow",
289
+ "description": "",
290
+ "homepage": "https://rainbow.me/",
291
+ "chains": [
292
+ "eip155:1"
293
+ ],
294
+ "versions": [
295
+ "1"
296
+ ],
297
+ "app": {
298
+ "browser": "",
299
+ "ios": "https://apps.apple.com/us/app/rainbow-ethereum-wallet/id1457119021",
300
+ "android": "",
301
+ "mac": "",
302
+ "windows": "",
303
+ "linux": ""
304
+ },
305
+ "mobile": {
306
+ "native": "rainbow:",
307
+ "universal": "https://rnbwapp.com"
308
+ },
309
+ "desktop": {
310
+ "native": "",
311
+ "universal": ""
312
+ },
313
+ "metadata": {
314
+ "shortName": "Rainbow",
315
+ "colors": {
316
+ "primary": "rgb(0, 30, 89)",
317
+ "secondary": ""
318
+ }
319
+ },
320
+ "config": {
321
+ "comment": "Rainbow",
322
+ "iosMinVersion": "0",
323
+ "encoding": "=\"#%/<>?@\\^`{|}:&",
324
+ "backlinked": true,
325
+ "imageUrl": "https://s3.amazonaws.com/dydx.exchange/logos/wallets/rainbow.png",
326
+ "connections": [
327
+ {
328
+ "type": "walletConnect",
329
+ "native": "rainbow:",
330
+ "universal": "https://rnbwapp.com"
331
+ }
332
+ ]
333
+ }
334
+ },
335
+ {
336
+ "id": "09102e7bbbd3f92001eda104abe23803181629f695e8f1b95af96d88ff7d5890",
337
+ "name": "1inch Wallet",
338
+ "description": "",
339
+ "homepage": "https://1inch.io/wallet/",
340
+ "chains": [
341
+ "eip155:1",
342
+ "eip155:56"
343
+ ],
344
+ "versions": [
345
+ "1"
346
+ ],
347
+ "app": {
348
+ "browser": "",
349
+ "ios": "https://apps.apple.com/us/app/1inch-defi-wallet/id1546049391",
350
+ "android": "",
351
+ "mac": "",
352
+ "windows": "",
353
+ "linux": ""
354
+ },
355
+ "mobile": {
356
+ "native": "1inch:",
357
+ "universal": "https://wallet.1inch.io"
358
+ },
359
+ "desktop": {
360
+ "native": "",
361
+ "universal": ""
362
+ },
363
+ "metadata": {
364
+ "shortName": "1inch",
365
+ "colors": {
366
+ "primary": "rgb(31, 36, 46)",
367
+ "secondary": ""
368
+ }
369
+ },
370
+ "config": {
371
+ "comment": "1inch",
372
+ "iosMinVersion": "0",
373
+ "encoding": "=\"#%/<>?@\\^`{|}:&",
374
+ "connections": [
375
+ {
376
+ "type": "walletConnect",
377
+ "native": "oneinch:",
378
+ "universal": "https://wallet.1inch.io"
379
+ }
380
+ ]
381
+ }
382
+ },
383
+ {
384
+ "id": "bae74827272509a6d63ea25514d9c68ad235c14e45e183518c7ded4572a1b0c4",
385
+ "name": "Huobi Wallet",
386
+ "description": "",
387
+ "homepage": "https://huobiwallet.com/",
388
+ "chains": [
389
+ "eip155:1"
390
+ ],
391
+ "versions": [
392
+ "1"
393
+ ],
394
+ "app": {
395
+ "browser": "",
396
+ "ios": "https://apps.apple.com/us/app/id1433883012",
397
+ "android": "https://play.google.com/store/apps/details?id=com.huobionchainwallet.gp",
398
+ "mac": "",
399
+ "windows": "",
400
+ "linux": ""
401
+ },
402
+ "mobile": {
403
+ "native": "huobiwallet:",
404
+ "universal": ""
405
+ },
406
+ "desktop": {
407
+ "native": "",
408
+ "universal": ""
409
+ },
410
+ "metadata": {
411
+ "shortName": "Huobi",
412
+ "colors": {
413
+ "primary": "rgb(45,101,248)",
414
+ "secondary": ""
415
+ }
416
+ },
417
+ "config": {
418
+ "comment": "Huobi",
419
+ "iosMinVersion": "0",
420
+ "encoding": "=\"#%/<>?@\\^`{|}:&",
421
+ "connections": [
422
+ {
423
+ "type": "walletConnect",
424
+ "native": "huobiwallet:",
425
+ "universal": ""
426
+ }
427
+ ]
428
+ }
429
+ },
430
+ {
431
+ "id": "7674bb4e353bf52886768a3ddc2a4562ce2f4191c80831291218ebd90f5f5e26",
432
+ "name": "MathWallet",
433
+ "description": "",
434
+ "homepage": "https://mathwallet.org/",
435
+ "chains": [
436
+ "eip155:1"
437
+ ],
438
+ "versions": [
439
+ "1"
440
+ ],
441
+ "app": {
442
+ "browser": "",
443
+ "ios": "https://apps.apple.com/us/app/math-wallet-blockchain-wallet/id1383637331",
444
+ "android": "https://play.google.com/store/apps/details?id=com.medishares.android",
445
+ "mac": "",
446
+ "windows": "",
447
+ "linux": ""
448
+ },
449
+ "mobile": {
450
+ "native": "mathwallet:",
451
+ "universal": "https://www.mathwallet.org"
452
+ },
453
+ "desktop": {
454
+ "native": "",
455
+ "universal": ""
456
+ },
457
+ "metadata": {
458
+ "shortName": "MathWallet",
459
+ "colors": {
460
+ "primary": "",
461
+ "secondary": ""
462
+ }
463
+ },
464
+ "config": {
465
+ "comment": "Math Wallet",
466
+ "encoding": "=\"#%/<>?@\\^`{|}:&",
467
+ "connections": [
468
+ {
469
+ "comment": "NOT WORKING, 08-2022",
470
+ "type": "walletConnect",
471
+ "native": "mathwallet:",
472
+ "universal": "https://www.mathwallet.org"
473
+ }
474
+ ]
475
+ }
476
+ },
477
+ {
478
+ "id": "dceb063851b1833cbb209e3717a0a0b06bf3fb500fe9db8cd3a553e4b1d02137",
479
+ "name": "ONTO",
480
+ "description": "",
481
+ "homepage": "https://onto.app/",
482
+ "chains": [
483
+ "eip155:1"
484
+ ],
485
+ "versions": [
486
+ "1"
487
+ ],
488
+ "app": {
489
+ "browser": "",
490
+ "ios": "https://apps.apple.com/us/app/onto-an-ontology-dapp/id1436009823",
491
+ "android": "https://play.google.com/store/apps/details?id=com.github.ontio.onto",
492
+ "mac": "",
493
+ "windows": "",
494
+ "linux": ""
495
+ },
496
+ "mobile": {
497
+ "native": "ontoprovider:",
498
+ "universal": "https://onto.app"
499
+ },
500
+ "desktop": {
501
+ "native": "",
502
+ "universal": ""
503
+ },
504
+ "metadata": {
505
+ "shortName": "ONTO",
506
+ "colors": {
507
+ "primary": "rgb(255, 255, 255)",
508
+ "secondary": ""
509
+ }
510
+ },
511
+ "config": {
512
+ "encoding": "=\"#%/<>?@\\^`{|}:&",
513
+ "connections": [
514
+ {
515
+ "comment": "NOT WORKING, 08-2022",
516
+ "type": "walletConnect",
517
+ "native": "ontoprovider:",
518
+ "universal": "https://onto.app"
519
+ }
520
+ ]
521
+ }
522
+ },
523
+ {
524
+ "id": "138f51c8d00ac7b9ac9d8dc75344d096a7dfe370a568aa167eabc0a21830ed98",
525
+ "name": "AlphaWallet",
526
+ "description": "",
527
+ "homepage": "https://alphawallet.com/",
528
+ "chains": [
529
+ "eip155:1"
530
+ ],
531
+ "versions": [
532
+ "1"
533
+ ],
534
+ "app": {
535
+ "browser": "",
536
+ "ios": "https://apps.apple.com/us/app/alphawallet-eth-wallet/id1358230430",
537
+ "android": "https://play.google.com/store/apps/details?id=io.stormbird.wallet",
538
+ "mac": "",
539
+ "windows": "",
540
+ "linux": ""
541
+ },
542
+ "mobile": {
543
+ "native": "",
544
+ "universal": "https://aw.app"
545
+ },
546
+ "desktop": {
547
+ "native": "",
548
+ "universal": ""
549
+ },
550
+ "metadata": {
551
+ "shortName": "AlphaWallet",
552
+ "colors": {
553
+ "primary": "rgb(255, 255, 255)",
554
+ "secondary": ""
555
+ }
556
+ },
557
+ "config": {
558
+ "comment": "NOT WORKING, 08-2022"
559
+ }
560
+ },
561
+ {
562
+ "id": "b021913ba555948a1c81eb3d89b372be46f8354e926679de648e4fa2938bed3e",
563
+ "name": "Coin98",
564
+ "description": "",
565
+ "homepage": "https://coin98.com/",
566
+ "chains": [
567
+ "eip155:1"
568
+ ],
569
+ "versions": [
570
+ "1"
571
+ ],
572
+ "app": {
573
+ "browser": "",
574
+ "ios": "https://ios.coin98.com/",
575
+ "android": "https://play.google.com/store/apps/details?id=coin98.crypto.finance.media",
576
+ "mac": "",
577
+ "windows": "",
578
+ "linux": ""
579
+ },
580
+ "mobile": {
581
+ "native": "coin98:",
582
+ "universal": "https://coin98.com"
583
+ },
584
+ "desktop": {
585
+ "native": "",
586
+ "universal": ""
587
+ },
588
+ "metadata": {
589
+ "shortName": "Coin98",
590
+ "colors": {
591
+ "primary": "rgb(39,39,39)",
592
+ "secondary": ""
593
+ }
594
+ },
595
+ "config": {
596
+ "comment": "Coin98",
597
+ "encoding": "=\"#%/<>?@\\^`{|}:&",
598
+ "connections": [
599
+ {
600
+ "comment": "NOT WORKING, 08-2022",
601
+ "type": "walletConnect",
602
+ "native": "coin98:",
603
+ "universal": "https://coin98.com"
604
+ }
605
+ ]
606
+ }
607
+ },
608
+ {
609
+ "id": "0b58bf037bf943e934706796fb017d59eace1dadcbc1d9fe24d9b46629e5985c",
610
+ "name": "Pillar",
611
+ "description": "",
612
+ "homepage": "https://pillarproject.io/",
613
+ "chains": [
614
+ "eip155:1"
615
+ ],
616
+ "versions": [
617
+ "1"
618
+ ],
619
+ "app": {
620
+ "browser": "",
621
+ "ios": "https://apps.apple.com/app/apple-store/id1346582238",
622
+ "android": "https://play.google.com/store/apps/details?id=com.pillarproject.wallet",
623
+ "mac": "",
624
+ "windows": "",
625
+ "linux": ""
626
+ },
627
+ "mobile": {
628
+ "native": "pillarwallet:",
629
+ "universal": ""
630
+ },
631
+ "desktop": {
632
+ "native": "",
633
+ "universal": ""
634
+ },
635
+ "metadata": {
636
+ "shortName": "Pillar",
637
+ "colors": {
638
+ "primary": "rgb(255, 255, 255)",
639
+ "secondary": ""
640
+ }
641
+ },
642
+ "config": {
643
+ "comment": "Pillar, NOT WORKING"
644
+ }
645
+ }
646
+ ]
@@ -0,0 +1,14 @@
1
+ {
2
+ "version":"1.0",
3
+ "build":1,
4
+ "update":{
5
+ "title":"Update",
6
+ "text":"This version is no longer supported, please update.",
7
+ "actions":[
8
+ {
9
+ "title":"Update App",
10
+ "link":"http://www.apple.com"
11
+ }
12
+ ]
13
+ }
14
+ }
package/index.ts ADDED
@@ -0,0 +1,25 @@
1
+ import walletsV2Production from './config/prod/walletsV2.json';
2
+ import walletsV2Staging from './config/staging/walletsV2.json';
3
+ import countries from './config/countries.json';
4
+ import marketsV3 from './config/markets.json';
5
+ import marketsV4 from './v4/staging/markets.json';
6
+ import versionIos from './config/version_ios.json';
7
+ import walletConnect from './wallet_connect';
8
+ import { APP } from './config/localization/app';
9
+
10
+ export { TOOLTIPS } from './config/localization/tooltip';
11
+ export { APP_STRING_KEYS, ERRORS_STRING_KEYS, WARNINGS_STRING_KEYS } from './scripts/generated/app';
12
+ export { TOOLTIP_STRING_KEYS } from './scripts/generated/tooltips';
13
+ export { APP_NATIVE } from './config/localizations_native';
14
+ export { NOTIFICATIONS} from './config/localization_notifications';
15
+
16
+ export const WALLETS_V2_PRODUCTION = walletsV2Production;
17
+ export const WALLETS_V2_STAGING = walletsV2Staging;
18
+ export const COUNTRIES = countries;
19
+ export const MARKETS_V3 = marketsV3;
20
+ export const MARKETS_V4 = marketsV4;
21
+ export const VERSION_IOS = versionIos;
22
+ export const WALLET_CONNECT = walletConnect;
23
+
24
+ export type SupportedLocale = keyof typeof APP;
25
+ export const LOCALE_DATA = APP;