@dydxprotocol/v4-localization 0.1.27 → 0.1.29

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. You will also be able to stake your DYDX.",
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,17 +1579,18 @@
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",
1586
+ "MIGRATION_FAQ_DYDX_CHAIN_PORTAL_ANSWER": "The dYdX Community elected to migrate Ethereum-based DYDX to dYdX Chain (vote {HERE}). This portal assists Ethereum-based DYDX holders to engage with the Ethereum smart contract to migrate their DYDX tokens from Ethereum to dYdX Chain.",
1587
+ "MIGRATION_FAQ_DYDX_CHAIN_PORTAL": "What is the dYdX Chain Portal?",
1584
1588
  "MIGRATION_FAQ_GAS_FEES_ANSWER": "Yes, holders who engage with the portal will have to pay gas costs on Ethereum. Users will not have to pay gas costs on dYdX Chain.",
1585
1589
  "MIGRATION_FAQ_GAS_FEES": "Do I have to pay gas fees?",
1586
1590
  "MIGRATION_FAQ_HOW_LONG_ANSWER": "Once Ethereum-based DYDX is successfully sent to the Ethereum smart contract, a holder will receive wethDYDX immediately. dYdX Chain validators will acknowledge the Ethereum tx after it is finalized (which takes roughly 20 minutes). After dYdX Chain validators acknowledge the Ethereum tx, dYdX Chain DYDX settlement will be delayed for 86400 blocks, which translates into roughly 38.5 hours. After the 86400 block delay, dYdX Chain validators will send the dYdX Chain address the specified amount of DYDX.",
1587
1591
  "MIGRATION_FAQ_HOW_LONG": "How long should the migration take?",
1588
1592
  "MIGRATION_FAQ_HOW_TO_TRACK_ANSWER": "Once your Ethereum tx has been finalized (which takes roughly 20 minutes), you can track your pending dYdX Chain migration in Pending Migrations tab. You can filter the table by pasting a dYdX Chain address to see all of its pending migrations. Once the pending migration has settled to the dYdX Chain Address, the pending migration will no longer be shown in the table.",
1589
1593
  "MIGRATION_FAQ_HOW_TO_TRACK": "How can I track the status of my migration?",
1590
- "MIGRATION_FAQ_V4_PORTAL_ANSWER": "The dYdX Community elected to migrate Ethereum-based DYDX to dYdX Chain (vote {HERE}). This portal assists Ethereum-based DYDX holders to engage with the Ethereum smart contract to migrate their DYDX tokens from Ethereum to dYdX Chain.",
1591
- "MIGRATION_FAQ_V4_PORTAL": "What is the v4 Portal?",
1592
1594
  "MIGRATION_FAQ_WHAT_ADDRESS_ANSWER": "Users who interact with the portal can send dYdX Chain DYDX tokens to any dYdX Chain address. User’s can send tokens directly to their dYdX Chain address that is automatically created from their Ethereum address’s signature.",
1593
1595
  "MIGRATION_FAQ_WHAT_ADDRESS": "What address can I send dYdX Chain DYDX to?",
1594
1596
  "MIGRATION_FAQ_WHAT_TOKENS_ANSWER": "Holders who successfully engage with the portal will receive wethDYDX on Ethereum and DYDX on dYdX Chain.",
@@ -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}",
@@ -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": "walletConnect",
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": "walletConnect",
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": "walletConnect",
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": "walletConnect",
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": "walletConnect",
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": "walletConnect",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "0.1.27",
3
+ "version": "0.1.29",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -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,17 +1556,18 @@ 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',
1563
+ MIGRATION_FAQ_DYDX_CHAIN_PORTAL: 'TOKEN_MIGRATION.MIGRATION_FAQ_DYDX_CHAIN_PORTAL',
1564
+ MIGRATION_FAQ_DYDX_CHAIN_PORTAL_ANSWER: 'TOKEN_MIGRATION.MIGRATION_FAQ_DYDX_CHAIN_PORTAL_ANSWER',
1561
1565
  MIGRATION_FAQ_GAS_FEES: 'TOKEN_MIGRATION.MIGRATION_FAQ_GAS_FEES',
1562
1566
  MIGRATION_FAQ_GAS_FEES_ANSWER: 'TOKEN_MIGRATION.MIGRATION_FAQ_GAS_FEES_ANSWER',
1563
1567
  MIGRATION_FAQ_HOW_LONG: 'TOKEN_MIGRATION.MIGRATION_FAQ_HOW_LONG',
1564
1568
  MIGRATION_FAQ_HOW_LONG_ANSWER: 'TOKEN_MIGRATION.MIGRATION_FAQ_HOW_LONG_ANSWER',
1565
1569
  MIGRATION_FAQ_HOW_TO_TRACK: 'TOKEN_MIGRATION.MIGRATION_FAQ_HOW_TO_TRACK',
1566
1570
  MIGRATION_FAQ_HOW_TO_TRACK_ANSWER: 'TOKEN_MIGRATION.MIGRATION_FAQ_HOW_TO_TRACK_ANSWER',
1567
- MIGRATION_FAQ_V4_PORTAL: 'TOKEN_MIGRATION.MIGRATION_FAQ_V4_PORTAL',
1568
- MIGRATION_FAQ_V4_PORTAL_ANSWER: 'TOKEN_MIGRATION.MIGRATION_FAQ_V4_PORTAL_ANSWER',
1569
1571
  MIGRATION_FAQ_WHAT_ADDRESS: 'TOKEN_MIGRATION.MIGRATION_FAQ_WHAT_ADDRESS',
1570
1572
  MIGRATION_FAQ_WHAT_ADDRESS_ANSWER: 'TOKEN_MIGRATION.MIGRATION_FAQ_WHAT_ADDRESS_ANSWER',
1571
1573
  MIGRATION_FAQ_WHAT_TOKENS: 'TOKEN_MIGRATION.MIGRATION_FAQ_WHAT_TOKENS',
@@ -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',