@dydxprotocol/v4-localization 0.0.21 → 0.0.23
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/LICENSE +833 -6
- package/config/localization/en/app.json +3 -0
- package/config/prod/walletsV2.json +109 -294
- package/config/staging/walletsV2.json +109 -294
- package/package.json +2 -2
- package/scripts/generated/app.ts +5 -2
|
@@ -5,7 +5,9 @@
|
|
|
5
5
|
"description": "",
|
|
6
6
|
"homepage": "https://metamask.io/",
|
|
7
7
|
"chains": [
|
|
8
|
-
"eip155:1"
|
|
8
|
+
"eip155:1",
|
|
9
|
+
"eip155:42161",
|
|
10
|
+
"eip155:43114"
|
|
9
11
|
],
|
|
10
12
|
"versions": [
|
|
11
13
|
"1"
|
|
@@ -38,12 +40,15 @@
|
|
|
38
40
|
"iosMinVersion": "0",
|
|
39
41
|
"encoding": "=\"#%/<>?@\\^`{|}:&",
|
|
40
42
|
"connections": [
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
43
|
+
{
|
|
44
|
+
"type": "walletConnectV2",
|
|
45
|
+
"native": "metamask:",
|
|
46
|
+
"universal": "https://metamask.app.link"
|
|
47
|
+
}
|
|
46
48
|
]
|
|
49
|
+
},
|
|
50
|
+
"userFields": {
|
|
51
|
+
"analyticEvent": "METAMASK"
|
|
47
52
|
}
|
|
48
53
|
},
|
|
49
54
|
{
|
|
@@ -86,19 +91,22 @@
|
|
|
86
91
|
"imageUrl": "https://s3.amazonaws.com/dydx.exchange/logos/wallets/coinbase-wallet.png",
|
|
87
92
|
"encoding": "=\"#%/<>?@\\^`{|}:&",
|
|
88
93
|
"connections": [
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
+
{
|
|
95
|
+
"type": "walletSegue",
|
|
96
|
+
"native": "cbwallet:",
|
|
97
|
+
"universal": ""
|
|
98
|
+
}
|
|
94
99
|
]
|
|
100
|
+
},
|
|
101
|
+
"userFields": {
|
|
102
|
+
"analyticEvent": "COINBASE_WALLET"
|
|
95
103
|
}
|
|
96
104
|
},
|
|
97
105
|
{
|
|
98
|
-
"id": "
|
|
99
|
-
"name": "
|
|
106
|
+
"id": "9d373b43ad4d2cf190fb1a774ec964a1addf406d6fd24af94ab7596e58c291b2",
|
|
107
|
+
"name": "imToken",
|
|
100
108
|
"description": "",
|
|
101
|
-
"homepage": "",
|
|
109
|
+
"homepage": "https://token.im/",
|
|
102
110
|
"chains": [
|
|
103
111
|
"eip155:1"
|
|
104
112
|
],
|
|
@@ -107,14 +115,14 @@
|
|
|
107
115
|
],
|
|
108
116
|
"app": {
|
|
109
117
|
"browser": "",
|
|
110
|
-
"ios": "",
|
|
111
|
-
"android": "",
|
|
118
|
+
"ios": "https://itunes.apple.com/us/app/imtoken2/id1384798940",
|
|
119
|
+
"android": "https://play.google.com/store/apps/details?id=im.token.app",
|
|
112
120
|
"mac": "",
|
|
113
121
|
"windows": "",
|
|
114
122
|
"linux": ""
|
|
115
123
|
},
|
|
116
124
|
"mobile": {
|
|
117
|
-
"native": "",
|
|
125
|
+
"native": "imtokenv2:",
|
|
118
126
|
"universal": ""
|
|
119
127
|
},
|
|
120
128
|
"desktop": {
|
|
@@ -122,78 +130,85 @@
|
|
|
122
130
|
"universal": ""
|
|
123
131
|
},
|
|
124
132
|
"metadata": {
|
|
125
|
-
"shortName": "
|
|
133
|
+
"shortName": "imToken",
|
|
126
134
|
"colors": {
|
|
127
135
|
"primary": "rgb(255, 255, 255)",
|
|
128
136
|
"secondary": ""
|
|
129
137
|
}
|
|
130
138
|
},
|
|
131
139
|
"config": {
|
|
132
|
-
"comment": "
|
|
133
|
-
"
|
|
134
|
-
"iosMinVersion": "1.8",
|
|
135
|
-
"imageUrl": "https://s3.amazonaws.com/dydx.exchange/logos/wallets/magic_link.svg",
|
|
136
|
-
"encoding": "",
|
|
140
|
+
"comment": "imToken",
|
|
141
|
+
"iosMinVersion": "0",
|
|
137
142
|
"connections": [
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
+
{
|
|
144
|
+
"type": "walletConnect",
|
|
145
|
+
"native": "imtokenv2:",
|
|
146
|
+
"universal": ""
|
|
147
|
+
}
|
|
143
148
|
]
|
|
149
|
+
},
|
|
150
|
+
"userFields": {
|
|
151
|
+
"analyticEvent": "IMTOKEN"
|
|
144
152
|
}
|
|
145
153
|
},
|
|
146
154
|
{
|
|
147
|
-
"id": "
|
|
148
|
-
"name": "
|
|
155
|
+
"id": "4622a2b2d6af1c9844944291e5e7351a6aa24cd7b23099efac1b2fd875da31a0",
|
|
156
|
+
"name": "Trust Wallet",
|
|
149
157
|
"description": "",
|
|
150
|
-
"homepage": "https://
|
|
158
|
+
"homepage": "https://trustwallet.com/",
|
|
151
159
|
"chains": [
|
|
152
|
-
"eip155:1"
|
|
160
|
+
"eip155:1",
|
|
161
|
+
"eip155:42161",
|
|
162
|
+
"eip155:43114"
|
|
153
163
|
],
|
|
154
164
|
"versions": [
|
|
155
165
|
"1"
|
|
156
166
|
],
|
|
157
167
|
"app": {
|
|
158
168
|
"browser": "",
|
|
159
|
-
"ios": "https://
|
|
160
|
-
"android": "https://play.google.com/store/apps/details?id=
|
|
169
|
+
"ios": "https://apps.apple.com/app/apple-store/id1288339409",
|
|
170
|
+
"android": "https://play.google.com/store/apps/details?id=com.wallet.crypto.trustapp",
|
|
161
171
|
"mac": "",
|
|
162
172
|
"windows": "",
|
|
163
173
|
"linux": ""
|
|
164
174
|
},
|
|
165
175
|
"mobile": {
|
|
166
|
-
"native": "
|
|
167
|
-
"universal": ""
|
|
176
|
+
"native": "trust:",
|
|
177
|
+
"universal": "https://link.trustwallet.com"
|
|
168
178
|
},
|
|
169
179
|
"desktop": {
|
|
170
180
|
"native": "",
|
|
171
181
|
"universal": ""
|
|
172
182
|
},
|
|
173
183
|
"metadata": {
|
|
174
|
-
"shortName": "
|
|
184
|
+
"shortName": "Trust",
|
|
175
185
|
"colors": {
|
|
176
|
-
"primary": "rgb(
|
|
186
|
+
"primary": "rgb(51, 117, 187)",
|
|
177
187
|
"secondary": ""
|
|
178
188
|
}
|
|
179
189
|
},
|
|
180
190
|
"config": {
|
|
181
|
-
"comment": "
|
|
191
|
+
"comment": "Trust Wallet",
|
|
182
192
|
"iosMinVersion": "0",
|
|
193
|
+
"encoding": "=\"#%/<>?@\\^`{|}:&",
|
|
194
|
+
"imageUrl": "https://s3.amazonaws.com/dydx.exchange/logos/wallets/trust.svg",
|
|
183
195
|
"connections": [
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
196
|
+
{
|
|
197
|
+
"type": "walletConnectV2",
|
|
198
|
+
"native": "trust:",
|
|
199
|
+
"universal": "https://link.trustwallet.com"
|
|
200
|
+
}
|
|
189
201
|
]
|
|
202
|
+
},
|
|
203
|
+
"userFields": {
|
|
204
|
+
"analyticEvent": "TRUST_WALLET"
|
|
190
205
|
}
|
|
191
206
|
},
|
|
192
207
|
{
|
|
193
|
-
"id": "
|
|
194
|
-
"name": "
|
|
208
|
+
"id": "Zerion",
|
|
209
|
+
"name": "Zerion",
|
|
195
210
|
"description": "",
|
|
196
|
-
"homepage": "https://
|
|
211
|
+
"homepage": "https://zerion.io/",
|
|
197
212
|
"chains": [
|
|
198
213
|
"eip155:1"
|
|
199
214
|
],
|
|
@@ -202,39 +217,42 @@
|
|
|
202
217
|
],
|
|
203
218
|
"app": {
|
|
204
219
|
"browser": "",
|
|
205
|
-
"ios": "https://apps.apple.com/app/apple-store/
|
|
206
|
-
"android": "https://play.google.com/store/apps/details?id=
|
|
220
|
+
"ios": "https://apps.apple.com/app/apple-store/id1456732565",
|
|
221
|
+
"android": "https://play.google.com/store/apps/details?id=io.zerion.android",
|
|
207
222
|
"mac": "",
|
|
208
223
|
"windows": "",
|
|
209
224
|
"linux": ""
|
|
210
225
|
},
|
|
211
226
|
"mobile": {
|
|
212
|
-
"native": "
|
|
213
|
-
"universal": "
|
|
227
|
+
"native": "zerion:",
|
|
228
|
+
"universal": ""
|
|
214
229
|
},
|
|
215
230
|
"desktop": {
|
|
216
231
|
"native": "",
|
|
217
232
|
"universal": ""
|
|
218
233
|
},
|
|
219
234
|
"metadata": {
|
|
220
|
-
"shortName": "
|
|
235
|
+
"shortName": "Zerion",
|
|
221
236
|
"colors": {
|
|
222
237
|
"primary": "rgb(51, 117, 187)",
|
|
223
238
|
"secondary": ""
|
|
224
239
|
}
|
|
225
240
|
},
|
|
226
241
|
"config": {
|
|
227
|
-
"comment": "
|
|
242
|
+
"comment": "Zerion Wallet",
|
|
228
243
|
"iosMinVersion": "0",
|
|
229
244
|
"encoding": "=\"#%/<>?@\\^`{|}:&",
|
|
230
245
|
"imageUrl": "https://s3.amazonaws.com/dydx.exchange/logos/wallets/trust.svg",
|
|
231
246
|
"connections": [
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
247
|
+
{
|
|
248
|
+
"type": "walletConnectV2",
|
|
249
|
+
"native": "zerion:",
|
|
250
|
+
"universal": ""
|
|
251
|
+
}
|
|
237
252
|
]
|
|
253
|
+
},
|
|
254
|
+
"userFields": {
|
|
255
|
+
"analyticEvent": "ZERION"
|
|
238
256
|
}
|
|
239
257
|
},
|
|
240
258
|
{
|
|
@@ -275,12 +293,15 @@
|
|
|
275
293
|
"comment": "TokenPocket",
|
|
276
294
|
"iosMinVersion": "0",
|
|
277
295
|
"connections": [
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
296
|
+
{
|
|
297
|
+
"type": "walletConnect",
|
|
298
|
+
"native": "tpoutside:",
|
|
299
|
+
"universal": ""
|
|
300
|
+
}
|
|
283
301
|
]
|
|
302
|
+
},
|
|
303
|
+
"userFields": {
|
|
304
|
+
"analyticEvent": "TOKEN_POCKET"
|
|
284
305
|
}
|
|
285
306
|
},
|
|
286
307
|
{
|
|
@@ -324,12 +345,15 @@
|
|
|
324
345
|
"backlinked": true,
|
|
325
346
|
"imageUrl": "https://s3.amazonaws.com/dydx.exchange/logos/wallets/rainbow.png",
|
|
326
347
|
"connections": [
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
348
|
+
{
|
|
349
|
+
"type": "walletConnectV2",
|
|
350
|
+
"native": "rainbow:",
|
|
351
|
+
"universal": "https://rnbwapp.com"
|
|
352
|
+
}
|
|
332
353
|
]
|
|
354
|
+
},
|
|
355
|
+
"userFields": {
|
|
356
|
+
"analyticEvent": "RAINBOW_WALLET"
|
|
333
357
|
}
|
|
334
358
|
},
|
|
335
359
|
{
|
|
@@ -353,7 +377,7 @@
|
|
|
353
377
|
"linux": ""
|
|
354
378
|
},
|
|
355
379
|
"mobile": {
|
|
356
|
-
"native": "
|
|
380
|
+
"native": "oneinch:",
|
|
357
381
|
"universal": "https://wallet.1inch.io"
|
|
358
382
|
},
|
|
359
383
|
"desktop": {
|
|
@@ -372,12 +396,15 @@
|
|
|
372
396
|
"iosMinVersion": "0",
|
|
373
397
|
"encoding": "=\"#%/<>?@\\^`{|}:&",
|
|
374
398
|
"connections": [
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
399
|
+
{
|
|
400
|
+
"type": "walletConnect",
|
|
401
|
+
"native": "oneinch:",
|
|
402
|
+
"universal": "https://wallet.1inch.io"
|
|
403
|
+
}
|
|
380
404
|
]
|
|
405
|
+
},
|
|
406
|
+
"userFields": {
|
|
407
|
+
"analyticEvent": "1INCH"
|
|
381
408
|
}
|
|
382
409
|
},
|
|
383
410
|
{
|
|
@@ -419,228 +446,16 @@
|
|
|
419
446
|
"iosMinVersion": "0",
|
|
420
447
|
"encoding": "=\"#%/<>?@\\^`{|}:&",
|
|
421
448
|
"connections": [
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
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
|
-
}
|
|
449
|
+
{
|
|
450
|
+
"type": "walletConnect",
|
|
451
|
+
"native": "huobiwallet:",
|
|
452
|
+
"universal": ""
|
|
453
|
+
}
|
|
605
454
|
]
|
|
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
455
|
},
|
|
631
|
-
"
|
|
632
|
-
"
|
|
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"
|
|
456
|
+
"userFields": {
|
|
457
|
+
"analyticEvent": "HUOBI_WALLET"
|
|
644
458
|
}
|
|
645
459
|
}
|
|
646
460
|
]
|
|
461
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dydxprotocol/v4-localization",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.23",
|
|
4
4
|
"description": "v4 localization",
|
|
5
5
|
"main": "index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"url": "git+https://github.com/dydxprotocol/v4-localization.git"
|
|
12
12
|
},
|
|
13
13
|
"author": "",
|
|
14
|
-
"license": "
|
|
14
|
+
"license": "BSL-1.1",
|
|
15
15
|
"bugs": {
|
|
16
16
|
"url": "https://github.com/dydxprotocol/v4-localization/issues"
|
|
17
17
|
},
|
package/scripts/generated/app.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// !! GENERATED FILE - DO NOT EDIT
|
|
2
2
|
|
|
3
|
-
// Generated from
|
|
3
|
+
// Generated from ./config/localization/en/app.json using scripts/codegen_localization_app.swift
|
|
4
4
|
|
|
5
5
|
export const APP_STRING_KEYS = {
|
|
6
6
|
|
|
@@ -1178,7 +1178,10 @@ export const APP_STRING_KEYS = {
|
|
|
1178
1178
|
MARKET_PROFIT: 'APP.TRADE.MARKET_PROFIT',
|
|
1179
1179
|
MARKET_SELL: 'APP.TRADE.MARKET_SELL',
|
|
1180
1180
|
MAXIMUM_POSITION_SIZE: 'APP.TRADE.MAXIMUM_POSITION_SIZE',
|
|
1181
|
+
MODIFY_GOOD_TIL: 'APP.TRADE.MODIFY_GOOD_TIL',
|
|
1181
1182
|
MODIFY_SIZE_FIELD: 'APP.TRADE.MODIFY_SIZE_FIELD',
|
|
1183
|
+
MODIFY_TRAILING_PERCENT: 'APP.TRADE.MODIFY_TRAILING_PERCENT',
|
|
1184
|
+
MODIFY_TRIGGER_PRICE: 'APP.TRADE.MODIFY_TRIGGER_PRICE',
|
|
1182
1185
|
NET_FUNDING: 'APP.TRADE.NET_FUNDING',
|
|
1183
1186
|
NEXT_FUNDING: 'APP.TRADE.NEXT_FUNDING',
|
|
1184
1187
|
NEXT_IN: 'APP.TRADE.NEXT_IN',
|
|
@@ -1354,8 +1357,8 @@ export const CHAIN_STRING_KEYS = {
|
|
|
1354
1357
|
V4_TESTNET2: 'CHAIN.V4_TESTNET2',
|
|
1355
1358
|
V4_TESTNET2_DSRV: 'CHAIN.V4_TESTNET2_DSRV',
|
|
1356
1359
|
V4_TESTNET2_DYDX: 'CHAIN.V4_TESTNET2_DYDX',
|
|
1357
|
-
V4_TESTNET2_IMPERATOR: 'CHAIN.V4_TESTNET2_IMPERATOR',
|
|
1358
1360
|
V4_TESTNET2_NODEFLEET: 'CHAIN.V4_TESTNET2_NODEFLEET',
|
|
1361
|
+
V4_TESTNET3_IMPERATOR: 'CHAIN.V4_TESTNET3_IMPERATOR',
|
|
1359
1362
|
};
|
|
1360
1363
|
|
|
1361
1364
|
export const ERRORS_STRING_KEYS = {
|