@dydxprotocol/v4-localization 0.1.7 → 0.1.9
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.
|
@@ -148,6 +148,7 @@
|
|
|
148
148
|
"MAX_WITHDRAW": "Max Withdraw",
|
|
149
149
|
"MAX": "Max",
|
|
150
150
|
"MAXIMUM_LEVERAGE": "Maximum Leverage",
|
|
151
|
+
"MAXIMUM_REWARDS": "Maximum Rewards",
|
|
151
152
|
"MENU": "Menu",
|
|
152
153
|
"METRICS": "Metrics",
|
|
153
154
|
"MINIMUM_ORDER_SIZE": "Minimum Order Size",
|
|
@@ -220,6 +221,7 @@
|
|
|
220
221
|
"TIER": "Tier",
|
|
221
222
|
"TIME": "Time",
|
|
222
223
|
"TIMESTAMP_ERROR": "Timestamp error",
|
|
224
|
+
"TOTAL_BALANCE": "Total balance",
|
|
223
225
|
"TOTAL_FEES": "Total Fees",
|
|
224
226
|
"TOTAL_VALUE": "Total Value",
|
|
225
227
|
"TRADE_AN_AMOUNT": "Trade {AMOUNT}",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"https://dydx-testnet.nodefleet.org",
|
|
22
22
|
"https://dydx-testnet-archive.allthatnode.com:26657/XZvMM41hESf8PJrEQiTzbCOMVyFca79R"
|
|
23
23
|
],
|
|
24
|
-
"0xsquid":"https://squid-api-git-main-cosmos-
|
|
24
|
+
"0xsquid":"https://squid-api-git-main-cosmos-testnet-0xsquid.vercel.app",
|
|
25
25
|
"configs":"https://dydx-v4-shared-resources.vercel.app",
|
|
26
26
|
"faucet":"https://faucet.v4testnet.dydx.exchange",
|
|
27
27
|
"statusPageUrl": "https://status.v4testnet.dydx.exchange/",
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
"https://dydx-testnet.nodefleet.org",
|
|
227
227
|
"https://dydx-testnet-archive.allthatnode.com:26657/XZvMM41hESf8PJrEQiTzbCOMVyFca79R"
|
|
228
228
|
],
|
|
229
|
-
"0xsquid":"https://squid-api-git-main-cosmos-
|
|
229
|
+
"0xsquid":"https://squid-api-git-main-cosmos-testnet-0xsquid.vercel.app",
|
|
230
230
|
"configs":"https://dydx-v4-shared-resources.vercel.app",
|
|
231
231
|
"faucet":"https://faucet.v4testnet.dydx.exchange",
|
|
232
232
|
"statusPageUrl": "https://status.v4testnet.dydx.exchange/",
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"https://dydx-testnet.nodefleet.org",
|
|
169
169
|
"https://dydx-testnet-archive.allthatnode.com:26657/XZvMM41hESf8PJrEQiTzbCOMVyFca79R"
|
|
170
170
|
],
|
|
171
|
-
"0xsquid":"https://squid-api-git-main-cosmos-
|
|
171
|
+
"0xsquid":"https://squid-api-git-main-cosmos-testnet-0xsquid.vercel.app",
|
|
172
172
|
"configs":"https://dydx-v4-shared-resources.vercel.app",
|
|
173
173
|
"faucet":"https://faucet.v4testnet.dydx.exchange",
|
|
174
174
|
"statusPageUrl": "https://status.v4testnet.dydx.exchange/",
|
package/package.json
CHANGED
package/scripts/generated/app.ts
CHANGED
|
@@ -417,6 +417,7 @@ export const APP_STRING_KEYS = {
|
|
|
417
417
|
MARKET_SEARCH_PLACEHOLDER: 'APP.GENERAL.MARKET_SEARCH_PLACEHOLDER',
|
|
418
418
|
MAX: 'APP.GENERAL.MAX',
|
|
419
419
|
MAXIMUM_LEVERAGE: 'APP.GENERAL.MAXIMUM_LEVERAGE',
|
|
420
|
+
MAXIMUM_REWARDS: 'APP.GENERAL.MAXIMUM_REWARDS',
|
|
420
421
|
MAX_WITHDRAW: 'APP.GENERAL.MAX_WITHDRAW',
|
|
421
422
|
MENU: 'APP.GENERAL.MENU',
|
|
422
423
|
METRICS: 'APP.GENERAL.METRICS',
|
|
@@ -519,6 +520,7 @@ export const APP_STRING_KEYS = {
|
|
|
519
520
|
WEEKS_ABBREVIATED: 'APP.GENERAL.TIME_STRINGS.WEEKS_ABBREVIATED',
|
|
520
521
|
_24H: 'APP.GENERAL.TIME_STRINGS._24H',
|
|
521
522
|
_30D: 'APP.GENERAL.TIME_STRINGS._30D',
|
|
523
|
+
TOTAL_BALANCE: 'APP.GENERAL.TOTAL_BALANCE',
|
|
522
524
|
TOTAL_FEES: 'APP.GENERAL.TOTAL_FEES',
|
|
523
525
|
TOTAL_VALUE: 'APP.GENERAL.TOTAL_VALUE',
|
|
524
526
|
TRADE: 'APP.GENERAL.TRADE',
|