@dydxprotocol/v4-localization 0.1.28 → 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.
@@ -1583,14 +1583,14 @@
1583
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.",
1584
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.",
1585
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?",
1586
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.",
1587
1589
  "MIGRATION_FAQ_GAS_FEES": "Do I have to pay gas fees?",
1588
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.",
1589
1591
  "MIGRATION_FAQ_HOW_LONG": "How long should the migration take?",
1590
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.",
1591
1593
  "MIGRATION_FAQ_HOW_TO_TRACK": "How can I track the status of my migration?",
1592
- "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.",
1593
- "MIGRATION_FAQ_V4_PORTAL": "What is the v4 Portal?",
1594
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.",
1595
1595
  "MIGRATION_FAQ_WHAT_ADDRESS": "What address can I send dYdX Chain DYDX to?",
1596
1596
  "MIGRATION_FAQ_WHAT_TOKENS_ANSWER": "Holders who successfully engage with the portal will receive wethDYDX on Ethereum and DYDX on dYdX Chain.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1560,14 +1560,14 @@ export const TOKEN_MIGRATION_STRING_KEYS = {
1560
1560
  MIGRATION_BLOCKED_MESSAGE: 'TOKEN_MIGRATION.MIGRATION_BLOCKED_MESSAGE',
1561
1561
  MIGRATION_BLOCKED_MESSAGE_DESTINATION: 'TOKEN_MIGRATION.MIGRATION_BLOCKED_MESSAGE_DESTINATION',
1562
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',
1563
1565
  MIGRATION_FAQ_GAS_FEES: 'TOKEN_MIGRATION.MIGRATION_FAQ_GAS_FEES',
1564
1566
  MIGRATION_FAQ_GAS_FEES_ANSWER: 'TOKEN_MIGRATION.MIGRATION_FAQ_GAS_FEES_ANSWER',
1565
1567
  MIGRATION_FAQ_HOW_LONG: 'TOKEN_MIGRATION.MIGRATION_FAQ_HOW_LONG',
1566
1568
  MIGRATION_FAQ_HOW_LONG_ANSWER: 'TOKEN_MIGRATION.MIGRATION_FAQ_HOW_LONG_ANSWER',
1567
1569
  MIGRATION_FAQ_HOW_TO_TRACK: 'TOKEN_MIGRATION.MIGRATION_FAQ_HOW_TO_TRACK',
1568
1570
  MIGRATION_FAQ_HOW_TO_TRACK_ANSWER: 'TOKEN_MIGRATION.MIGRATION_FAQ_HOW_TO_TRACK_ANSWER',
1569
- MIGRATION_FAQ_V4_PORTAL: 'TOKEN_MIGRATION.MIGRATION_FAQ_V4_PORTAL',
1570
- MIGRATION_FAQ_V4_PORTAL_ANSWER: 'TOKEN_MIGRATION.MIGRATION_FAQ_V4_PORTAL_ANSWER',
1571
1571
  MIGRATION_FAQ_WHAT_ADDRESS: 'TOKEN_MIGRATION.MIGRATION_FAQ_WHAT_ADDRESS',
1572
1572
  MIGRATION_FAQ_WHAT_ADDRESS_ANSWER: 'TOKEN_MIGRATION.MIGRATION_FAQ_WHAT_ADDRESS_ANSWER',
1573
1573
  MIGRATION_FAQ_WHAT_TOKENS: 'TOKEN_MIGRATION.MIGRATION_FAQ_WHAT_TOKENS',