@dydxprotocol/v4-localization 0.1.21 → 0.1.22
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/config/localization/en/app.json +25 -19
- package/package.json +1 -1
- package/scripts/generated/app.ts +24 -18
|
@@ -102,6 +102,7 @@
|
|
|
102
102
|
"DYDX_ADDRESS": "dYdX address",
|
|
103
103
|
"DYDX_CHAIN_ADDRESS": "dYdX Chain Address",
|
|
104
104
|
"DYDX_CHAIN": "dYdX Chain",
|
|
105
|
+
"EDIT": "Edit",
|
|
105
106
|
"EMAIL": "Email",
|
|
106
107
|
"ENDED": "Ended",
|
|
107
108
|
"EQUITY": "Equity",
|
|
@@ -118,7 +119,7 @@
|
|
|
118
119
|
"FILLS": "Fills",
|
|
119
120
|
"FREE_COLLATERAL": "Free Collateral",
|
|
120
121
|
"FREE": "Free",
|
|
121
|
-
"
|
|
122
|
+
"FROM_TO": "from {FROM} to {TO}",
|
|
122
123
|
"FUNDING_RATE_CHART_SHORT": "Funding",
|
|
123
124
|
"GAS_FEE": "Gas fee",
|
|
124
125
|
"GASLESS_DEPOSITS": "Gasless deposits",
|
|
@@ -128,6 +129,7 @@
|
|
|
128
129
|
"GOVERNANCE": "Governance",
|
|
129
130
|
"HEDGIES": "Hedgies",
|
|
130
131
|
"HELP_AND_SUPPORT": "Help & Support",
|
|
132
|
+
"HERE": "here",
|
|
131
133
|
"HIDE_ALL_DETAILS": "Hide all details",
|
|
132
134
|
"HIDE_DETAILS": "Hide details",
|
|
133
135
|
"HIDE_SECTION": "Hide section",
|
|
@@ -169,6 +171,7 @@
|
|
|
169
171
|
"NEW": "New",
|
|
170
172
|
"NO": "No",
|
|
171
173
|
"NONE": "None",
|
|
174
|
+
"ON_CHAIN": "on {CHAIN}",
|
|
172
175
|
"OPERATIONAL": "Operational",
|
|
173
176
|
"OPTIONAL": "Optional",
|
|
174
177
|
"OR": "or",
|
|
@@ -235,7 +238,7 @@
|
|
|
235
238
|
"TIER": "Tier",
|
|
236
239
|
"TIME": "Time",
|
|
237
240
|
"TIMESTAMP_ERROR": "Timestamp error",
|
|
238
|
-
"TO": "to
|
|
241
|
+
"TO": "to {TO}",
|
|
239
242
|
"TOTAL_BALANCE": "Total balance",
|
|
240
243
|
"TOTAL_FEES": "Total Fees",
|
|
241
244
|
"TOTAL_VALUE": "Total Value",
|
|
@@ -597,6 +600,7 @@
|
|
|
597
600
|
"OFF": "Off",
|
|
598
601
|
"ON": "On",
|
|
599
602
|
"OPEN_IN_ETHERSCAN": "Open in Etherscan",
|
|
603
|
+
"RELEVANT_LINKS": "Relevant Links",
|
|
600
604
|
"TERMS_OF_USE": "Terms of Use",
|
|
601
605
|
"TESTNET": "Testnet"
|
|
602
606
|
},
|
|
@@ -629,6 +633,7 @@
|
|
|
629
633
|
"DEPOSIT_TO_DESTINATION": "Deposit to {DESTINATION_CHAIN}",
|
|
630
634
|
"DEPOSIT_ALERT_TITLE": "You have {PENDING_DEPOSITS} pending deposit from {SOURCE_CHAIN}.",
|
|
631
635
|
"DEPOSIT_ALERT_SUBTITLE": "Check status",
|
|
636
|
+
"DISCONNECT_CONFIRMATION": "Are you sure you want to disconnect your account?",
|
|
632
637
|
"WITHDRAWAL_ALERT_TITLE": "You have {PENDING_WITHDRAWALS} pending withdrawal to {DESTINATION_CHAIN}.",
|
|
633
638
|
"WITHDRAWAL_ALERT_SUBTITLE": "Check status",
|
|
634
639
|
"TRANSFEROUT_ALERT_TITLE": "You have pending transfer of {PENDING_TRANSFERS} {TOKEN}.",
|
|
@@ -855,7 +860,6 @@
|
|
|
855
860
|
"FREE_TRADING_DESCRIPTION_ASTERISK": "Free trading* for everyone, up to $100,000 every month.",
|
|
856
861
|
"FREE_TRADING_DISCLAIMER": "*Trading and entering into perpetual contracts involves substantial financial and other risks. dYdX does not provide financial advice. “Free Trading” means that dYdX has removed fees related to placing orders for accounts with less than $100,000 of trading volume in the previous thirty days; other costs may still apply, including, but not limited to {PERPETUAL_FUNDING}, depositing and withdrawing funds, and potential liquidation. For additional information, please review the dYdX {TERMS_OF_USE}.",
|
|
857
862
|
"FREE_TRADING_DISCLAIMER_PERPETUAL_FUNDING": "perpetual funding",
|
|
858
|
-
"FROM_TO": "from {FROM} to {TO}",
|
|
859
863
|
"GASLESS_DEPOSITS_NEW_PROMO": "If your first deposit is $1000 or more, dYdX will pay your deposit gas fees!",
|
|
860
864
|
"GASLESS_DEPOSITS_PROMO": "Enjoy zero gas costs on your deposit of $2000 or more, once every three days.",
|
|
861
865
|
"GOVERNANCE_DESCRIPTION": "To participate in governance, you need to export your secret phrase to Keplr Wallet.",
|
|
@@ -1557,32 +1561,32 @@
|
|
|
1557
1561
|
"DYDX_CHAIN_SETTLEMENT": "dYdX Chain settlement",
|
|
1558
1562
|
"EMPTY_PENDING_MIGRATIONS_ALL": "There are no pending migrations currently.",
|
|
1559
1563
|
"EMPTY_PENDING_MIGRATIONS_MINE": "There are no pending migrations with your dYdX address currently.",
|
|
1560
|
-
"
|
|
1564
|
+
"EMPTY_PENDING_MIGRATIONS_SEARCH": "There are no pending migrations with address matching {SEARCH_STRING} currently.",
|
|
1561
1565
|
"ENTER_ADDRESS": "Enter dYdX address",
|
|
1562
1566
|
"ESTIMATED_TIME_LEFT": "Estimated time left",
|
|
1563
1567
|
"ESTIMATED_TIMELINE": "Estimated timeline",
|
|
1564
1568
|
"ETHEREUM_FINALIZATION": "Ethereum finalization",
|
|
1565
1569
|
"ETHEREUM_SETTLEMENT": "Ethereum settlement",
|
|
1566
|
-
"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.",
|
|
1567
|
-
"FAQ_GAS_FEES": "Do I have to pay gas fees?",
|
|
1568
|
-
"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.",
|
|
1569
|
-
"FAQ_HOW_LONG": "How long should the migration take?",
|
|
1570
|
-
"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.",
|
|
1571
|
-
"FAQ_HOW_TO_TRACK": "How can I track the status of my migration?",
|
|
1572
|
-
"FAQ_V4_PORTAL_ANSWER": "The dYdX Community elected to migrate Ethereum-based DYDX to dYdX Chain (vote {VOTE_LINK}). This portal assists Ethereum-based DYDX holders to engage with the Ethereum smart contract to migrate their DYDX tokens from Ethereum to dYdX Chain.",
|
|
1573
|
-
"FAQ_V4_PORTAL": "What is the v4 Portal?",
|
|
1574
|
-
"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.",
|
|
1575
|
-
"FAQ_WHAT_ADDRESS": "What address can I send dYdX Chain DYDX to?",
|
|
1576
|
-
"FAQ_WHAT_TOKENS_ANSWER": "Holders who successfully engage with the portal will receive wethDYDX on Ethereum and DYDX on dYdX Chain.",
|
|
1577
|
-
"FAQ_WHAT_TOKENS": "What tokens will I receive?",
|
|
1578
|
-
"FAQ_WRAPPED_TOKENS_ANSWER": "wethDYDX are minted 1:1 to any users who successfully send Ethereum-based DYDX to the smart contract. wethDYDX have the same v3 governance rights as Ethereum-based DYDX, and are transferable. wethDYDX cannot be bridged to v4.",
|
|
1579
|
-
"FAQ_WRAPPED_TOKENS": "What are wrapped Ethereum DYDX tokens (“wethDYDX”)?",
|
|
1580
1570
|
"FINALIZED": "Finalized",
|
|
1581
1571
|
"FINALIZING": "Finalizing",
|
|
1582
1572
|
"GENERATED_ADDRESS_INFO": "You'll be able to manage your dYdX Chain DYDX on {TRADE_URL} using the same wallet.",
|
|
1583
|
-
"GENERATED_ADDRESS_VIA_ADDRESS": "Generated dYdX address via {
|
|
1573
|
+
"GENERATED_ADDRESS_VIA_ADDRESS": "Generated dYdX address via {ADDRESS_OR_WALLET_SIGNATURE}",
|
|
1584
1574
|
"LATEST_BLOCK_HEIGHT": "Latest block height",
|
|
1585
1575
|
"MIGRATION_FAILED": "Migration failed",
|
|
1576
|
+
"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.",
|
|
1577
|
+
"MIGRATION_FAQ_GAS_FEES": "Do I have to pay gas fees?",
|
|
1578
|
+
"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.",
|
|
1579
|
+
"MIGRATION_FAQ_HOW_LONG": "How long should the migration take?",
|
|
1580
|
+
"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.",
|
|
1581
|
+
"MIGRATION_FAQ_HOW_TO_TRACK": "How can I track the status of my migration?",
|
|
1582
|
+
"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.",
|
|
1583
|
+
"MIGRATION_FAQ_V4_PORTAL": "What is the v4 Portal?",
|
|
1584
|
+
"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.",
|
|
1585
|
+
"MIGRATION_FAQ_WHAT_ADDRESS": "What address can I send dYdX Chain DYDX to?",
|
|
1586
|
+
"MIGRATION_FAQ_WHAT_TOKENS_ANSWER": "Holders who successfully engage with the portal will receive wethDYDX on Ethereum and DYDX on dYdX Chain.",
|
|
1587
|
+
"MIGRATION_FAQ_WHAT_TOKENS": "What tokens will I receive?",
|
|
1588
|
+
"MIGRATION_FAQ_WRAPPED_TOKENS_ANSWER": "wethDYDX are minted 1:1 to any users who successfully send Ethereum-based DYDX to the smart contract. wethDYDX have the same v3 governance rights as Ethereum-based DYDX, and are transferable. wethDYDX cannot be bridged to v4.",
|
|
1589
|
+
"MIGRATION_FAQ_WRAPPED_TOKENS": "What are wrapped Ethereum DYDX tokens (“wethDYDX”)?",
|
|
1586
1590
|
"MIGRATION_HELP": "Migration help",
|
|
1587
1591
|
"NEW_MIGRATION": "New migration",
|
|
1588
1592
|
"NOT_STARTED": "Not started",
|
|
@@ -1740,6 +1744,8 @@
|
|
|
1740
1744
|
},
|
|
1741
1745
|
"ONBOARDING": {
|
|
1742
1746
|
"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.",
|
|
1747
|
+
"COULD_NOT_CONNECT": "Couldn't connect to {WALLET}",
|
|
1748
|
+
"INDETERMINISTIC_SIGNING": "Your wallet does not support deterministic signing. Please switch to a different wallet provider.",
|
|
1743
1749
|
"INVALID_EMAIL": "Please enter a valid email address.",
|
|
1744
1750
|
"INVALID_USERNAME": "Usernames must start with a letter, be less than 24 characters long, and contain only letters, numbers, and underscores.",
|
|
1745
1751
|
"KEY_RECOVERY_FAILED": "Key recovery failed. Try again with 'Legacy Signing' enabled.",
|
package/package.json
CHANGED
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 ./codegen_localization_app.swift
|
|
4
4
|
|
|
5
5
|
export const APP_STRING_KEYS = {
|
|
6
6
|
|
|
@@ -369,6 +369,7 @@ export const APP_STRING_KEYS = {
|
|
|
369
369
|
DYDX_ADDRESS: 'APP.GENERAL.DYDX_ADDRESS',
|
|
370
370
|
DYDX_CHAIN: 'APP.GENERAL.DYDX_CHAIN',
|
|
371
371
|
DYDX_CHAIN_ADDRESS: 'APP.GENERAL.DYDX_CHAIN_ADDRESS',
|
|
372
|
+
EDIT: 'APP.GENERAL.EDIT',
|
|
372
373
|
EMAIL: 'APP.GENERAL.EMAIL',
|
|
373
374
|
ENDED: 'APP.GENERAL.ENDED',
|
|
374
375
|
EQUITY: 'APP.GENERAL.EQUITY',
|
|
@@ -385,7 +386,7 @@ export const APP_STRING_KEYS = {
|
|
|
385
386
|
FILLS: 'APP.GENERAL.FILLS',
|
|
386
387
|
FREE: 'APP.GENERAL.FREE',
|
|
387
388
|
FREE_COLLATERAL: 'APP.GENERAL.FREE_COLLATERAL',
|
|
388
|
-
|
|
389
|
+
FROM_TO: 'APP.GENERAL.FROM_TO',
|
|
389
390
|
FUNDING_RATE_CHART_SHORT: 'APP.GENERAL.FUNDING_RATE_CHART_SHORT',
|
|
390
391
|
GASLESS_DEPOSITS: 'APP.GENERAL.GASLESS_DEPOSITS',
|
|
391
392
|
GAS_FEE: 'APP.GENERAL.GAS_FEE',
|
|
@@ -395,6 +396,7 @@ export const APP_STRING_KEYS = {
|
|
|
395
396
|
GO_TO_MARKET: 'APP.GENERAL.GO_TO_MARKET',
|
|
396
397
|
HEDGIES: 'APP.GENERAL.HEDGIES',
|
|
397
398
|
HELP_AND_SUPPORT: 'APP.GENERAL.HELP_AND_SUPPORT',
|
|
399
|
+
HERE: 'APP.GENERAL.HERE',
|
|
398
400
|
HIDE: 'APP.GENERAL.HIDE',
|
|
399
401
|
HIDE_ALL_DETAILS: 'APP.GENERAL.HIDE_ALL_DETAILS',
|
|
400
402
|
HIDE_DETAILS: 'APP.GENERAL.HIDE_DETAILS',
|
|
@@ -436,6 +438,7 @@ export const APP_STRING_KEYS = {
|
|
|
436
438
|
NEW: 'APP.GENERAL.NEW',
|
|
437
439
|
NO: 'APP.GENERAL.NO',
|
|
438
440
|
NONE: 'APP.GENERAL.NONE',
|
|
441
|
+
ON_CHAIN: 'APP.GENERAL.ON_CHAIN',
|
|
439
442
|
OPERATIONAL: 'APP.GENERAL.OPERATIONAL',
|
|
440
443
|
OPTIONAL: 'APP.GENERAL.OPTIONAL',
|
|
441
444
|
OR: 'APP.GENERAL.OR',
|
|
@@ -600,6 +603,7 @@ export const APP_STRING_KEYS = {
|
|
|
600
603
|
OFF: 'APP.HEADER.OFF',
|
|
601
604
|
ON: 'APP.HEADER.ON',
|
|
602
605
|
OPEN_IN_ETHERSCAN: 'APP.HEADER.OPEN_IN_ETHERSCAN',
|
|
606
|
+
RELEVANT_LINKS: 'APP.HEADER.RELEVANT_LINKS',
|
|
603
607
|
TERMS_OF_USE: 'APP.HEADER.TERMS_OF_USE',
|
|
604
608
|
TESTNET: 'APP.HEADER.TESTNET',
|
|
605
609
|
|
|
@@ -811,6 +815,7 @@ export const APP_STRING_KEYS = {
|
|
|
811
815
|
DEPOSIT_STATUS: 'APP.ONBOARDING.DEPOSIT_STATUS',
|
|
812
816
|
DEPOSIT_TO_DESTINATION: 'APP.ONBOARDING.DEPOSIT_TO_DESTINATION',
|
|
813
817
|
DEPOSIT_TO_DYDX: 'APP.ONBOARDING.DEPOSIT_TO_DYDX',
|
|
818
|
+
DISCONNECT_CONFIRMATION: 'APP.ONBOARDING.DISCONNECT_CONFIRMATION',
|
|
814
819
|
DONT_MISS: 'APP.ONBOARDING.DONT_MISS',
|
|
815
820
|
ENABLE_API: 'APP.ONBOARDING.ENABLE_API',
|
|
816
821
|
ENABLE_TRADING: 'APP.ONBOARDING.ENABLE_TRADING',
|
|
@@ -924,7 +929,6 @@ export const APP_STRING_KEYS = {
|
|
|
924
929
|
FREE_TRADING_TITLE: 'APP.PORTFOLIO.FREE_TRADING_TITLE',
|
|
925
930
|
FREE_TRADING_TITLE_ASTERISK: 'APP.PORTFOLIO.FREE_TRADING_TITLE_ASTERISK',
|
|
926
931
|
FREE_TRADING_TITLE_ASTERISK_FREE: 'APP.PORTFOLIO.FREE_TRADING_TITLE_ASTERISK_FREE',
|
|
927
|
-
FROM_TO: 'APP.PORTFOLIO.FROM_TO',
|
|
928
932
|
GASLESS_DEPOSITS_NEW_PROMO: 'APP.PORTFOLIO.GASLESS_DEPOSITS_NEW_PROMO',
|
|
929
933
|
GASLESS_DEPOSITS_PROMO: 'APP.PORTFOLIO.GASLESS_DEPOSITS_PROMO',
|
|
930
934
|
GOVERNANCE_DESCRIPTION: 'APP.PORTFOLIO.GOVERNANCE_DESCRIPTION',
|
|
@@ -1442,6 +1446,8 @@ export const ERRORS_STRING_KEYS = {
|
|
|
1442
1446
|
// ONBOARDING
|
|
1443
1447
|
|
|
1444
1448
|
BANNED_USER: 'ERRORS.ONBOARDING.BANNED_USER',
|
|
1449
|
+
COULD_NOT_CONNECT: 'ERRORS.ONBOARDING.COULD_NOT_CONNECT',
|
|
1450
|
+
INDETERMINISTIC_SIGNING: 'ERRORS.ONBOARDING.INDETERMINISTIC_SIGNING',
|
|
1445
1451
|
INVALID_EMAIL: 'ERRORS.ONBOARDING.INVALID_EMAIL',
|
|
1446
1452
|
INVALID_USERNAME: 'ERRORS.ONBOARDING.INVALID_USERNAME',
|
|
1447
1453
|
KEY_RECOVERY_FAILED: 'ERRORS.ONBOARDING.KEY_RECOVERY_FAILED',
|
|
@@ -1525,32 +1531,32 @@ export const TOKEN_MIGRATION_STRING_KEYS = {
|
|
|
1525
1531
|
DYDX_CHAIN_SETTLEMENT: 'TOKEN_MIGRATION.DYDX_CHAIN_SETTLEMENT',
|
|
1526
1532
|
EMPTY_PENDING_MIGRATIONS_ALL: 'TOKEN_MIGRATION.EMPTY_PENDING_MIGRATIONS_ALL',
|
|
1527
1533
|
EMPTY_PENDING_MIGRATIONS_MINE: 'TOKEN_MIGRATION.EMPTY_PENDING_MIGRATIONS_MINE',
|
|
1528
|
-
|
|
1534
|
+
EMPTY_PENDING_MIGRATIONS_SEARCH: 'TOKEN_MIGRATION.EMPTY_PENDING_MIGRATIONS_SEARCH',
|
|
1529
1535
|
ENTER_ADDRESS: 'TOKEN_MIGRATION.ENTER_ADDRESS',
|
|
1530
1536
|
ESTIMATED_TIMELINE: 'TOKEN_MIGRATION.ESTIMATED_TIMELINE',
|
|
1531
1537
|
ESTIMATED_TIME_LEFT: 'TOKEN_MIGRATION.ESTIMATED_TIME_LEFT',
|
|
1532
1538
|
ETHEREUM_FINALIZATION: 'TOKEN_MIGRATION.ETHEREUM_FINALIZATION',
|
|
1533
1539
|
ETHEREUM_SETTLEMENT: 'TOKEN_MIGRATION.ETHEREUM_SETTLEMENT',
|
|
1534
|
-
FAQ_GAS_FEES: 'TOKEN_MIGRATION.FAQ_GAS_FEES',
|
|
1535
|
-
FAQ_GAS_FEES_ANSWER: 'TOKEN_MIGRATION.FAQ_GAS_FEES_ANSWER',
|
|
1536
|
-
FAQ_HOW_LONG: 'TOKEN_MIGRATION.FAQ_HOW_LONG',
|
|
1537
|
-
FAQ_HOW_LONG_ANSWER: 'TOKEN_MIGRATION.FAQ_HOW_LONG_ANSWER',
|
|
1538
|
-
FAQ_HOW_TO_TRACK: 'TOKEN_MIGRATION.FAQ_HOW_TO_TRACK',
|
|
1539
|
-
FAQ_HOW_TO_TRACK_ANSWER: 'TOKEN_MIGRATION.FAQ_HOW_TO_TRACK_ANSWER',
|
|
1540
|
-
FAQ_V4_PORTAL: 'TOKEN_MIGRATION.FAQ_V4_PORTAL',
|
|
1541
|
-
FAQ_V4_PORTAL_ANSWER: 'TOKEN_MIGRATION.FAQ_V4_PORTAL_ANSWER',
|
|
1542
|
-
FAQ_WHAT_ADDRESS: 'TOKEN_MIGRATION.FAQ_WHAT_ADDRESS',
|
|
1543
|
-
FAQ_WHAT_ADDRESS_ANSWER: 'TOKEN_MIGRATION.FAQ_WHAT_ADDRESS_ANSWER',
|
|
1544
|
-
FAQ_WHAT_TOKENS: 'TOKEN_MIGRATION.FAQ_WHAT_TOKENS',
|
|
1545
|
-
FAQ_WHAT_TOKENS_ANSWER: 'TOKEN_MIGRATION.FAQ_WHAT_TOKENS_ANSWER',
|
|
1546
|
-
FAQ_WRAPPED_TOKENS: 'TOKEN_MIGRATION.FAQ_WRAPPED_TOKENS',
|
|
1547
|
-
FAQ_WRAPPED_TOKENS_ANSWER: 'TOKEN_MIGRATION.FAQ_WRAPPED_TOKENS_ANSWER',
|
|
1548
1540
|
FINALIZED: 'TOKEN_MIGRATION.FINALIZED',
|
|
1549
1541
|
FINALIZING: 'TOKEN_MIGRATION.FINALIZING',
|
|
1550
1542
|
GENERATED_ADDRESS_INFO: 'TOKEN_MIGRATION.GENERATED_ADDRESS_INFO',
|
|
1551
1543
|
GENERATED_ADDRESS_VIA_ADDRESS: 'TOKEN_MIGRATION.GENERATED_ADDRESS_VIA_ADDRESS',
|
|
1552
1544
|
LATEST_BLOCK_HEIGHT: 'TOKEN_MIGRATION.LATEST_BLOCK_HEIGHT',
|
|
1553
1545
|
MIGRATION_FAILED: 'TOKEN_MIGRATION.MIGRATION_FAILED',
|
|
1546
|
+
MIGRATION_FAQ_GAS_FEES: 'TOKEN_MIGRATION.MIGRATION_FAQ_GAS_FEES',
|
|
1547
|
+
MIGRATION_FAQ_GAS_FEES_ANSWER: 'TOKEN_MIGRATION.MIGRATION_FAQ_GAS_FEES_ANSWER',
|
|
1548
|
+
MIGRATION_FAQ_HOW_LONG: 'TOKEN_MIGRATION.MIGRATION_FAQ_HOW_LONG',
|
|
1549
|
+
MIGRATION_FAQ_HOW_LONG_ANSWER: 'TOKEN_MIGRATION.MIGRATION_FAQ_HOW_LONG_ANSWER',
|
|
1550
|
+
MIGRATION_FAQ_HOW_TO_TRACK: 'TOKEN_MIGRATION.MIGRATION_FAQ_HOW_TO_TRACK',
|
|
1551
|
+
MIGRATION_FAQ_HOW_TO_TRACK_ANSWER: 'TOKEN_MIGRATION.MIGRATION_FAQ_HOW_TO_TRACK_ANSWER',
|
|
1552
|
+
MIGRATION_FAQ_V4_PORTAL: 'TOKEN_MIGRATION.MIGRATION_FAQ_V4_PORTAL',
|
|
1553
|
+
MIGRATION_FAQ_V4_PORTAL_ANSWER: 'TOKEN_MIGRATION.MIGRATION_FAQ_V4_PORTAL_ANSWER',
|
|
1554
|
+
MIGRATION_FAQ_WHAT_ADDRESS: 'TOKEN_MIGRATION.MIGRATION_FAQ_WHAT_ADDRESS',
|
|
1555
|
+
MIGRATION_FAQ_WHAT_ADDRESS_ANSWER: 'TOKEN_MIGRATION.MIGRATION_FAQ_WHAT_ADDRESS_ANSWER',
|
|
1556
|
+
MIGRATION_FAQ_WHAT_TOKENS: 'TOKEN_MIGRATION.MIGRATION_FAQ_WHAT_TOKENS',
|
|
1557
|
+
MIGRATION_FAQ_WHAT_TOKENS_ANSWER: 'TOKEN_MIGRATION.MIGRATION_FAQ_WHAT_TOKENS_ANSWER',
|
|
1558
|
+
MIGRATION_FAQ_WRAPPED_TOKENS: 'TOKEN_MIGRATION.MIGRATION_FAQ_WRAPPED_TOKENS',
|
|
1559
|
+
MIGRATION_FAQ_WRAPPED_TOKENS_ANSWER: 'TOKEN_MIGRATION.MIGRATION_FAQ_WRAPPED_TOKENS_ANSWER',
|
|
1554
1560
|
MIGRATION_HELP: 'TOKEN_MIGRATION.MIGRATION_HELP',
|
|
1555
1561
|
NEW_MIGRATION: 'TOKEN_MIGRATION.NEW_MIGRATION',
|
|
1556
1562
|
NOT_STARTED: 'TOKEN_MIGRATION.NOT_STARTED',
|