@dydxprotocol/v4-localization 0.1.26 → 0.1.28
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.
|
@@ -875,7 +875,7 @@
|
|
|
875
875
|
"MAKER_MARKET_SHARE": "maker market share",
|
|
876
876
|
"MARKET_NOW_LIVE": "{SYMBOL} now live",
|
|
877
877
|
"MIGRATE_NOW": "Migrate now",
|
|
878
|
-
"MIGRATE_DESCRIPTION": "Migrate your DYDX from Ethereum to dYdX Chain. This will enable you to participate in governance.
|
|
878
|
+
"MIGRATE_DESCRIPTION": "Migrate your DYDX from Ethereum to dYdX Chain. This will enable you to stake and participate in governance.",
|
|
879
879
|
"NAVIGATE_TO_KEPLR": "{STRONG_YES}, navigate to Keplr Dashboard.",
|
|
880
880
|
"NO_TOKENS_TO_MIGRATE": "No tokens to migrate",
|
|
881
881
|
"NONE_HELD": "None held",
|
|
@@ -1559,6 +1559,7 @@
|
|
|
1559
1559
|
"AVAILABLE_BLOCK": "Available block",
|
|
1560
1560
|
"AVAILABLE_ON_CHAIN": "Available on {CHAIN}",
|
|
1561
1561
|
"BALANCE_ON_CHAIN": "Balance on {CHAIN}",
|
|
1562
|
+
"BANNER_ALPHA_CONTENT": "dYdX Chain is in Alpha - help secure the network by staking!",
|
|
1562
1563
|
"BEFORE": "Before",
|
|
1563
1564
|
"CHECK_STATUS": "Check status",
|
|
1564
1565
|
"CONFIRM_MIGRATION_DISCLAIMER_1": "I understand it may take 24-48 hours until my tokens are available on the dYdX Chain.",
|
|
@@ -1578,6 +1579,7 @@
|
|
|
1578
1579
|
"GENERATED_ADDRESS_INFO": "You'll be able to manage your dYdX Chain DYDX on {TRADE_URL} using the same wallet.",
|
|
1579
1580
|
"GENERATED_ADDRESS_VIA_ADDRESS": "Generated dYdX Chain address via {ADDRESS_OR_WALLET_SIGNATURE}",
|
|
1580
1581
|
"LATEST_BLOCK_HEIGHT": "Latest block height",
|
|
1582
|
+
"LEARN_ABOUT_STAKING": "Learn about staking",
|
|
1581
1583
|
"MIGRATION_BLOCKED_MESSAGE": "Because you appear to be a resident of, or using this user interface from, a jurisdiction that violates our terms of use, or have engaged in activity that violates our terms of use, you have been blocked and this transaction cannot be completed.",
|
|
1582
1584
|
"MIGRATION_BLOCKED_MESSAGE_DESTINATION": "Because the destination address appears to be a resident of, or using this user interface from, a jurisdiction that violates our terms of use, or has engaged in activity that violates our terms of use, the destination address has been blocked and this transaction cannot be completed.",
|
|
1583
1585
|
"MIGRATION_FAILED": "Migration failed",
|
|
@@ -1604,6 +1606,7 @@
|
|
|
1604
1606
|
"PENDING_MIGRATIONS": "Pending Migrations",
|
|
1605
1607
|
"PREVIEW_MIGRATION": "Preview migration",
|
|
1606
1608
|
"PROGRESS_TRACKING_WARNING": "Leave this open to track your progress while the transaction is being finalized.",
|
|
1609
|
+
"READ_LAUNCH_BLOG_POST": "Read launch blog post",
|
|
1607
1610
|
"RETRY_MIGRATION": "Retry migration",
|
|
1608
1611
|
"SEARCH_DYDX_CHAIN_ADDRESS": "Search dYdX Chain address",
|
|
1609
1612
|
"SEND_TO_ANOTHER_ADDRESS": "Send to another {ADDRESS}",
|
|
@@ -1757,7 +1760,7 @@
|
|
|
1757
1760
|
"WALLET_RESTRICTED_ERROR_MESSAGE": "Because this address appears to be a resident of, or trading from, a jurisdiction that violates our terms of use, or has engaged in activity that violates our terms of use, this address has been blocked.",
|
|
1758
1761
|
"WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_DESTINATION_ERROR_MESSAGE": "Because the destination address appears to be a resident of, or trading from, a jurisdiction that violates our terms of use, or has engaged in activity that violates our terms of use, the destination address has been blocked and this transaction cannot be completed.",
|
|
1759
1762
|
"WALLET_RESTRICTED_WITHDRAWAL_TRANSFER_ORIGINATION_ERROR_MESSAGE": "Because the origination address appears to be a resident of, or trading from, a jurisdiction that violates our terms of use, or has engaged in activity that violates our terms of use, the origination address has been blocked and this transaction cannot be completed.",
|
|
1760
|
-
"REGION_NOT_PERMITTED_TITLE": "
|
|
1763
|
+
"REGION_NOT_PERMITTED_TITLE": "Restricted",
|
|
1761
1764
|
"REGION_NOT_PERMITTED_SUBTITLE": "Because you appear to be a resident of, or trading from, a jurisdiction that violates our terms of use, or have engaged in activity that violates our terms of use, you have been blocked. You may withdraw your funds from the protocol at any time.",
|
|
1762
1765
|
"BANNED_USER": "Because you appear to be a resident of, or trading from, a jurisdiction that violates our terms of use, you have been permanently blocked from performing transfers within the protocol, making fast withdrawals to remove funds from the protocol, and placing orders other than market orders that reduce your positions. You may withdraw your funds from the protocol at any time.",
|
|
1763
1766
|
"COULD_NOT_CONNECT": "Couldn't connect to {WALLET}",
|
|
@@ -46,6 +46,12 @@
|
|
|
46
46
|
"native": "metamask:",
|
|
47
47
|
"universal": "https://metamask.app.link"
|
|
48
48
|
}
|
|
49
|
+
],
|
|
50
|
+
"methods": [
|
|
51
|
+
"eth_sendTransaction",
|
|
52
|
+
"personal_sign",
|
|
53
|
+
"eth_signTypedData",
|
|
54
|
+
"wallet_addEthereumChain"
|
|
49
55
|
]
|
|
50
56
|
},
|
|
51
57
|
"userFields": {
|
|
@@ -97,6 +103,12 @@
|
|
|
97
103
|
"native": "cbwallet:",
|
|
98
104
|
"universal": ""
|
|
99
105
|
}
|
|
106
|
+
],
|
|
107
|
+
"methods": [
|
|
108
|
+
"eth_sendTransaction",
|
|
109
|
+
"personal_sign",
|
|
110
|
+
"eth_signTypedData",
|
|
111
|
+
"wallet_addEthereumChain"
|
|
100
112
|
]
|
|
101
113
|
},
|
|
102
114
|
"userFields": {
|
|
@@ -143,10 +155,15 @@
|
|
|
143
155
|
"imageUrl": "https://v4.testnet.dydx.exchange/wallets/imtoken.png",
|
|
144
156
|
"connections": [
|
|
145
157
|
{
|
|
146
|
-
"type": "
|
|
158
|
+
"type": "walletConnectV2",
|
|
147
159
|
"native": "imtokenv2:",
|
|
148
160
|
"universal": ""
|
|
149
161
|
}
|
|
162
|
+
],
|
|
163
|
+
"methods": [
|
|
164
|
+
"eth_sendTransaction",
|
|
165
|
+
"personal_sign",
|
|
166
|
+
"eth_signTypedData"
|
|
150
167
|
]
|
|
151
168
|
},
|
|
152
169
|
"userFields": {
|
|
@@ -200,6 +217,11 @@
|
|
|
200
217
|
"native": "trust:",
|
|
201
218
|
"universal": "https://link.trustwallet.com"
|
|
202
219
|
}
|
|
220
|
+
],
|
|
221
|
+
"methods": [
|
|
222
|
+
"eth_sendTransaction",
|
|
223
|
+
"personal_sign",
|
|
224
|
+
"eth_signTypedData"
|
|
203
225
|
]
|
|
204
226
|
},
|
|
205
227
|
"userFields": {
|
|
@@ -251,6 +273,11 @@
|
|
|
251
273
|
"native": "zerion:",
|
|
252
274
|
"universal": ""
|
|
253
275
|
}
|
|
276
|
+
],
|
|
277
|
+
"methods": [
|
|
278
|
+
"eth_sendTransaction",
|
|
279
|
+
"personal_sign",
|
|
280
|
+
"eth_signTypedData"
|
|
254
281
|
]
|
|
255
282
|
},
|
|
256
283
|
"userFields": {
|
|
@@ -297,10 +324,15 @@
|
|
|
297
324
|
"imageUrl": "https://v4.testnet.dydx.exchange/wallets/tokenpocket.png",
|
|
298
325
|
"connections": [
|
|
299
326
|
{
|
|
300
|
-
"type": "
|
|
327
|
+
"type": "walletConnectV2",
|
|
301
328
|
"native": "tpoutside:",
|
|
302
329
|
"universal": ""
|
|
303
330
|
}
|
|
331
|
+
],
|
|
332
|
+
"methods": [
|
|
333
|
+
"eth_sendTransaction",
|
|
334
|
+
"personal_sign",
|
|
335
|
+
"eth_signTypedData"
|
|
304
336
|
]
|
|
305
337
|
},
|
|
306
338
|
"userFields": {
|
|
@@ -353,6 +385,11 @@
|
|
|
353
385
|
"native": "rainbow:",
|
|
354
386
|
"universal": "https://rnbwapp.com"
|
|
355
387
|
}
|
|
388
|
+
],
|
|
389
|
+
"methods": [
|
|
390
|
+
"eth_sendTransaction",
|
|
391
|
+
"personal_sign",
|
|
392
|
+
"eth_signTypedData"
|
|
356
393
|
]
|
|
357
394
|
},
|
|
358
395
|
"userFields": {
|
|
@@ -401,10 +438,15 @@
|
|
|
401
438
|
"imageUrl": "https://v4.testnet.dydx.exchange/wallets/1inch.png",
|
|
402
439
|
"connections": [
|
|
403
440
|
{
|
|
404
|
-
"type": "
|
|
441
|
+
"type": "walletConnectV2",
|
|
405
442
|
"native": "oneinch:",
|
|
406
443
|
"universal": "https://wallet.1inch.io"
|
|
407
444
|
}
|
|
445
|
+
],
|
|
446
|
+
"methods": [
|
|
447
|
+
"eth_sendTransaction",
|
|
448
|
+
"personal_sign",
|
|
449
|
+
"eth_signTypedData"
|
|
408
450
|
]
|
|
409
451
|
},
|
|
410
452
|
"userFields": {
|
|
@@ -456,11 +498,68 @@
|
|
|
456
498
|
"native": "huobiwallet:",
|
|
457
499
|
"universal": ""
|
|
458
500
|
}
|
|
501
|
+
],
|
|
502
|
+
"methods": [
|
|
503
|
+
"eth_sendTransaction",
|
|
504
|
+
"personal_sign",
|
|
505
|
+
"eth_signTypedData"
|
|
459
506
|
]
|
|
460
507
|
},
|
|
461
508
|
"userFields": {
|
|
462
509
|
"analyticEvent": "HUOBI_WALLET"
|
|
463
510
|
}
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"id": "bae74827272509a6d63ea25514d9c68ad235c14e45e183518c7ded4572a1b0c4",
|
|
514
|
+
"name": "iToken HD",
|
|
515
|
+
"description": "",
|
|
516
|
+
"homepage": "https://www.itoken.com/",
|
|
517
|
+
"chains": [
|
|
518
|
+
"eip155:1"
|
|
519
|
+
],
|
|
520
|
+
"versions": [
|
|
521
|
+
"1"
|
|
522
|
+
],
|
|
523
|
+
"app": {
|
|
524
|
+
"browser": "",
|
|
525
|
+
"ios": "https://apps.apple.com/us/app/itoken-hd-secure-crypto-wallet/id6446674453",
|
|
526
|
+
"android": "https://play.google.com/store/apps/details?id=com.huobionchainwallet.itokenhd",
|
|
527
|
+
"mac": "",
|
|
528
|
+
"windows": "",
|
|
529
|
+
"linux": ""
|
|
530
|
+
},
|
|
531
|
+
"mobile": {
|
|
532
|
+
"native": "itokenhd:",
|
|
533
|
+
"universal": ""
|
|
534
|
+
},
|
|
535
|
+
"desktop": {
|
|
536
|
+
"native": "",
|
|
537
|
+
"universal": ""
|
|
538
|
+
},
|
|
539
|
+
"metadata": {
|
|
540
|
+
"shortName": "iToken HD",
|
|
541
|
+
"colors": {
|
|
542
|
+
"primary": "rgb(45,101,248)",
|
|
543
|
+
"secondary": ""
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
"config": {
|
|
547
|
+
"comment": "iToken HD",
|
|
548
|
+
"iosMinVersion": "0",
|
|
549
|
+
"encoding": "=\"#%/<>?@\\^`{|}:&",
|
|
550
|
+
"connections": [
|
|
551
|
+
{
|
|
552
|
+
"type": "walletConnectV2",
|
|
553
|
+
"native": "itokenhd:",
|
|
554
|
+
"universal": ""
|
|
555
|
+
}
|
|
556
|
+
],
|
|
557
|
+
"methods": [
|
|
558
|
+
"eth_sendTransaction",
|
|
559
|
+
"personal_sign",
|
|
560
|
+
"eth_signTypedData"
|
|
561
|
+
]
|
|
562
|
+
}
|
|
464
563
|
}
|
|
465
564
|
]
|
|
466
565
|
|
|
@@ -46,6 +46,12 @@
|
|
|
46
46
|
"native": "metamask:",
|
|
47
47
|
"universal": "https://metamask.app.link"
|
|
48
48
|
}
|
|
49
|
+
],
|
|
50
|
+
"methods": [
|
|
51
|
+
"eth_sendTransaction",
|
|
52
|
+
"personal_sign",
|
|
53
|
+
"eth_signTypedData",
|
|
54
|
+
"wallet_addEthereumChain"
|
|
49
55
|
]
|
|
50
56
|
},
|
|
51
57
|
"userFields": {
|
|
@@ -97,6 +103,12 @@
|
|
|
97
103
|
"native": "cbwallet:",
|
|
98
104
|
"universal": ""
|
|
99
105
|
}
|
|
106
|
+
],
|
|
107
|
+
"methods": [
|
|
108
|
+
"eth_sendTransaction",
|
|
109
|
+
"personal_sign",
|
|
110
|
+
"eth_signTypedData",
|
|
111
|
+
"wallet_addEthereumChain"
|
|
100
112
|
]
|
|
101
113
|
},
|
|
102
114
|
"userFields": {
|
|
@@ -143,10 +155,15 @@
|
|
|
143
155
|
"imageUrl": "https://v4.testnet.dydx.exchange/wallets/imtoken.png",
|
|
144
156
|
"connections": [
|
|
145
157
|
{
|
|
146
|
-
"type": "
|
|
158
|
+
"type": "walletConnectV2",
|
|
147
159
|
"native": "imtokenv2:",
|
|
148
160
|
"universal": ""
|
|
149
161
|
}
|
|
162
|
+
],
|
|
163
|
+
"methods": [
|
|
164
|
+
"eth_sendTransaction",
|
|
165
|
+
"personal_sign",
|
|
166
|
+
"eth_signTypedData"
|
|
150
167
|
]
|
|
151
168
|
},
|
|
152
169
|
"userFields": {
|
|
@@ -200,6 +217,11 @@
|
|
|
200
217
|
"native": "trust:",
|
|
201
218
|
"universal": "https://link.trustwallet.com"
|
|
202
219
|
}
|
|
220
|
+
],
|
|
221
|
+
"methods": [
|
|
222
|
+
"eth_sendTransaction",
|
|
223
|
+
"personal_sign",
|
|
224
|
+
"eth_signTypedData"
|
|
203
225
|
]
|
|
204
226
|
},
|
|
205
227
|
"userFields": {
|
|
@@ -251,6 +273,11 @@
|
|
|
251
273
|
"native": "zerion:",
|
|
252
274
|
"universal": ""
|
|
253
275
|
}
|
|
276
|
+
],
|
|
277
|
+
"methods": [
|
|
278
|
+
"eth_sendTransaction",
|
|
279
|
+
"personal_sign",
|
|
280
|
+
"eth_signTypedData"
|
|
254
281
|
]
|
|
255
282
|
},
|
|
256
283
|
"userFields": {
|
|
@@ -297,10 +324,15 @@
|
|
|
297
324
|
"imageUrl": "https://v4.testnet.dydx.exchange/wallets/tokenpocket.png",
|
|
298
325
|
"connections": [
|
|
299
326
|
{
|
|
300
|
-
"type": "
|
|
327
|
+
"type": "walletConnectV2",
|
|
301
328
|
"native": "tpoutside:",
|
|
302
329
|
"universal": ""
|
|
303
330
|
}
|
|
331
|
+
],
|
|
332
|
+
"methods": [
|
|
333
|
+
"eth_sendTransaction",
|
|
334
|
+
"personal_sign",
|
|
335
|
+
"eth_signTypedData"
|
|
304
336
|
]
|
|
305
337
|
},
|
|
306
338
|
"userFields": {
|
|
@@ -353,6 +385,11 @@
|
|
|
353
385
|
"native": "rainbow:",
|
|
354
386
|
"universal": "https://rnbwapp.com"
|
|
355
387
|
}
|
|
388
|
+
],
|
|
389
|
+
"methods": [
|
|
390
|
+
"eth_sendTransaction",
|
|
391
|
+
"personal_sign",
|
|
392
|
+
"eth_signTypedData"
|
|
356
393
|
]
|
|
357
394
|
},
|
|
358
395
|
"userFields": {
|
|
@@ -401,10 +438,15 @@
|
|
|
401
438
|
"imageUrl": "https://v4.testnet.dydx.exchange/wallets/1inch.png",
|
|
402
439
|
"connections": [
|
|
403
440
|
{
|
|
404
|
-
"type": "
|
|
441
|
+
"type": "walletConnectV2",
|
|
405
442
|
"native": "oneinch:",
|
|
406
443
|
"universal": "https://wallet.1inch.io"
|
|
407
444
|
}
|
|
445
|
+
],
|
|
446
|
+
"methods": [
|
|
447
|
+
"eth_sendTransaction",
|
|
448
|
+
"personal_sign",
|
|
449
|
+
"eth_signTypedData"
|
|
408
450
|
]
|
|
409
451
|
},
|
|
410
452
|
"userFields": {
|
|
@@ -456,11 +498,68 @@
|
|
|
456
498
|
"native": "huobiwallet:",
|
|
457
499
|
"universal": ""
|
|
458
500
|
}
|
|
501
|
+
],
|
|
502
|
+
"methods": [
|
|
503
|
+
"eth_sendTransaction",
|
|
504
|
+
"personal_sign",
|
|
505
|
+
"eth_signTypedData"
|
|
459
506
|
]
|
|
460
507
|
},
|
|
461
508
|
"userFields": {
|
|
462
509
|
"analyticEvent": "HUOBI_WALLET"
|
|
463
510
|
}
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
"id": "bae74827272509a6d63ea25514d9c68ad235c14e45e183518c7ded4572a1b0c4",
|
|
514
|
+
"name": "iToken HD",
|
|
515
|
+
"description": "",
|
|
516
|
+
"homepage": "https://www.itoken.com/",
|
|
517
|
+
"chains": [
|
|
518
|
+
"eip155:1"
|
|
519
|
+
],
|
|
520
|
+
"versions": [
|
|
521
|
+
"1"
|
|
522
|
+
],
|
|
523
|
+
"app": {
|
|
524
|
+
"browser": "",
|
|
525
|
+
"ios": "https://apps.apple.com/us/app/itoken-hd-secure-crypto-wallet/id6446674453",
|
|
526
|
+
"android": "https://play.google.com/store/apps/details?id=com.huobionchainwallet.itokenhd",
|
|
527
|
+
"mac": "",
|
|
528
|
+
"windows": "",
|
|
529
|
+
"linux": ""
|
|
530
|
+
},
|
|
531
|
+
"mobile": {
|
|
532
|
+
"native": "itokenhd:",
|
|
533
|
+
"universal": ""
|
|
534
|
+
},
|
|
535
|
+
"desktop": {
|
|
536
|
+
"native": "",
|
|
537
|
+
"universal": ""
|
|
538
|
+
},
|
|
539
|
+
"metadata": {
|
|
540
|
+
"shortName": "iToken HD",
|
|
541
|
+
"colors": {
|
|
542
|
+
"primary": "rgb(45,101,248)",
|
|
543
|
+
"secondary": ""
|
|
544
|
+
}
|
|
545
|
+
},
|
|
546
|
+
"config": {
|
|
547
|
+
"comment": "iToken HD",
|
|
548
|
+
"iosMinVersion": "0",
|
|
549
|
+
"encoding": "=\"#%/<>?@\\^`{|}:&",
|
|
550
|
+
"connections": [
|
|
551
|
+
{
|
|
552
|
+
"type": "walletConnectV2",
|
|
553
|
+
"native": "itokenhd:",
|
|
554
|
+
"universal": ""
|
|
555
|
+
}
|
|
556
|
+
],
|
|
557
|
+
"methods": [
|
|
558
|
+
"eth_sendTransaction",
|
|
559
|
+
"personal_sign",
|
|
560
|
+
"eth_signTypedData"
|
|
561
|
+
]
|
|
562
|
+
}
|
|
464
563
|
}
|
|
465
564
|
]
|
|
466
565
|
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -1536,6 +1536,7 @@ export const TOKEN_MIGRATION_STRING_KEYS = {
|
|
|
1536
1536
|
AVAILABLE_BLOCK: 'TOKEN_MIGRATION.AVAILABLE_BLOCK',
|
|
1537
1537
|
AVAILABLE_ON_CHAIN: 'TOKEN_MIGRATION.AVAILABLE_ON_CHAIN',
|
|
1538
1538
|
BALANCE_ON_CHAIN: 'TOKEN_MIGRATION.BALANCE_ON_CHAIN',
|
|
1539
|
+
BANNER_ALPHA_CONTENT: 'TOKEN_MIGRATION.BANNER_ALPHA_CONTENT',
|
|
1539
1540
|
BEFORE: 'TOKEN_MIGRATION.BEFORE',
|
|
1540
1541
|
CHECK_STATUS: 'TOKEN_MIGRATION.CHECK_STATUS',
|
|
1541
1542
|
CONFIRM_MIGRATION: 'TOKEN_MIGRATION.CONFIRM_MIGRATION',
|
|
@@ -1555,6 +1556,7 @@ export const TOKEN_MIGRATION_STRING_KEYS = {
|
|
|
1555
1556
|
GENERATED_ADDRESS_INFO: 'TOKEN_MIGRATION.GENERATED_ADDRESS_INFO',
|
|
1556
1557
|
GENERATED_ADDRESS_VIA_ADDRESS: 'TOKEN_MIGRATION.GENERATED_ADDRESS_VIA_ADDRESS',
|
|
1557
1558
|
LATEST_BLOCK_HEIGHT: 'TOKEN_MIGRATION.LATEST_BLOCK_HEIGHT',
|
|
1559
|
+
LEARN_ABOUT_STAKING: 'TOKEN_MIGRATION.LEARN_ABOUT_STAKING',
|
|
1558
1560
|
MIGRATION_BLOCKED_MESSAGE: 'TOKEN_MIGRATION.MIGRATION_BLOCKED_MESSAGE',
|
|
1559
1561
|
MIGRATION_BLOCKED_MESSAGE_DESTINATION: 'TOKEN_MIGRATION.MIGRATION_BLOCKED_MESSAGE_DESTINATION',
|
|
1560
1562
|
MIGRATION_FAILED: 'TOKEN_MIGRATION.MIGRATION_FAILED',
|
|
@@ -1581,6 +1583,7 @@ export const TOKEN_MIGRATION_STRING_KEYS = {
|
|
|
1581
1583
|
PENDING_MIGRATIONS_DESCRIPTION_III: 'TOKEN_MIGRATION.PENDING_MIGRATIONS_DESCRIPTION_III',
|
|
1582
1584
|
PREVIEW_MIGRATION: 'TOKEN_MIGRATION.PREVIEW_MIGRATION',
|
|
1583
1585
|
PROGRESS_TRACKING_WARNING: 'TOKEN_MIGRATION.PROGRESS_TRACKING_WARNING',
|
|
1586
|
+
READ_LAUNCH_BLOG_POST: 'TOKEN_MIGRATION.READ_LAUNCH_BLOG_POST',
|
|
1584
1587
|
RETRY_MIGRATION: 'TOKEN_MIGRATION.RETRY_MIGRATION',
|
|
1585
1588
|
SEARCH_DYDX_CHAIN_ADDRESS: 'TOKEN_MIGRATION.SEARCH_DYDX_CHAIN_ADDRESS',
|
|
1586
1589
|
SENDING_IN_PROGRESS: 'TOKEN_MIGRATION.SENDING_IN_PROGRESS',
|