@dydxprotocol/v4-localization 0.0.15 → 0.0.16

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.
@@ -467,7 +467,7 @@
467
467
  "VALUE_PROP_LIQUID_DESC": "World-class liquidity on the most popular pairs",
468
468
  "VALUE_PROP_LIQUID": "Liquid",
469
469
  "VALUE_PROP_REWARDS_DESC": "Earn $DYDX rewards for each trade you make on the platform*",
470
- "VALUE_PROP_TRUSTLESS_DESC": "Built with open-source, audited smart contracts on Ethereum",
470
+ "VALUE_PROP_TRUSTLESS_DESC": "Built with open-source, audited smart contracts",
471
471
  "VALUE_PROP_TRUSTLESS": "Trustless",
472
472
  "VERIFY_OWNERSHIP": "Verify ownership",
473
473
  "VERIFY_WALLET_COMPATIBILITY": "Verify wallet compatibility",
@@ -477,7 +477,7 @@
477
477
  "WRONG_NETWORK_EXPLANATION_PRODUCTION": "To complete dYdX onboarding, set your wallet network to 'Ethereum Mainnet'.",
478
478
  "WRONG_NETWORK_EXPLANATION_STAGING": "To complete dYdX onboarding, set your wallet network to 'Goerli Test Network'.",
479
479
  "WRONG_NETWORK": "Wrong network",
480
- "YOU_AGREE_TO_TERMS": "By trading on dYdX, you agree to the {TERMS_LINK}, {PRIVACY_POLICY_LINK} and {GASLESS_DEPOSIT_RULES}."
480
+ "YOU_AGREE_TO_TERMS": "By trading on dYdX, you agree to the {TERMS_LINK} and {PRIVACY_POLICY_LINK}."
481
481
  },
482
482
  "SIGN_INTO_MOBILE": {
483
483
  "TITLE_SIGN_INTO_MOBILE": "Sign into mobile",
@@ -1281,10 +1281,11 @@
1281
1281
  "V4_DEVNET_4": "V4 Dev 4",
1282
1282
  "V4_DEVNET_5": "V4 Dev 5",
1283
1283
  "V4_STAGING": "V4 Staging",
1284
- "V4_TESTNET2": "V4 Public Testnet #2",
1285
- "V4_TESTNET2_DSRV": "V4 Public Testnet #2 DSRV",
1286
- "V4_TESTNET2_DYDX": "V4 Public Testnet #2 dYdX",
1287
- "V4_TESTNET2_NODEFLEET": "V4 Public Testnet #2 nodefleet"
1284
+ "V4_TESTNET2": "V4 Testnet",
1285
+ "V4_TESTNET2_DSRV": "V4 Testnet (DSRV)",
1286
+ "V4_TESTNET2_DYDX": "V4 Testnet (dYdX)",
1287
+ "V4_TESTNET2_IMPERATOR": "V4 Testnet (Imperator)",
1288
+ "V4_TESTNET2_NODEFLEET": "V4 Testnet (nodefleet)"
1288
1289
  },
1289
1290
  "ERRORS": {
1290
1291
  "GENERAL": {
@@ -366,7 +366,8 @@
366
366
  "DYDX_ADDRESS": "dYdX Chain address",
367
367
  "SOURCE_ADDRESS": "Source address",
368
368
  "DYDX_ADDRESS_COPIED": "dYdX Chain address is copied to clipboard.",
369
- "DYDX_MNEMONIC_COPIED": "Secret phrase is copied to clipboard."
369
+ "DYDX_MNEMONIC_COPIED": "Secret phrase is copied to clipboard.",
370
+ "SYSTEM_STATUS": "System Status"
370
371
  },
371
372
  "V4_DEPOSIT": {
372
373
  "CHECK_STATUS_TITLE": "Checking deposit status ...",
@@ -325,6 +325,37 @@
325
325
  "privacyPolicyUrl": "https://dydx.exchange/privacy",
326
326
  "mintscanUrl": "https://testnet.mintscan.io/dydx-testnet/txs/{tx_hash}"
327
327
  }
328
+ },
329
+ {
330
+ "comment":"V4 Public Testnet #2 Imperator Indexer",
331
+ "environment":"dydxprotocol-testnet-imperator",
332
+ "ethereumChainId":"5",
333
+ "dydxChainId":"dydx-testnet-2",
334
+ "string":"v4 Public Testnet #2 Imperator Indexer",
335
+ "stringKey":"CHAIN.V4_TESTNET2_IMPERATOR",
336
+ "isMainNet":false,
337
+ "version":"v4",
338
+ "maxSubaccountNumber":127,
339
+ "endpoints":{
340
+ "indexers":[
341
+ {
342
+ "api":"https://dydx-testnet.imperator.co",
343
+ "socket":"wss://dydx-testnet.imperator.co"
344
+ }
345
+ ],
346
+ "validators":[
347
+ "https://dydx-testnet.nodefleet.org",
348
+ "https://dydx-testnet-archive.allthatnode.com:26657/XZvMM41hESf8PJrEQiTzbCOMVyFca79R"
349
+ ],
350
+ "0xsquid":"https://squid-api-git-feat-cosmos-maintestnet-0xsquid.vercel.app",
351
+ "configs":"https://dydx-v4-shared-resources.vercel.app",
352
+ "faucet":"https://faucet.v4testnet2.dydx.exchange",
353
+ "statusPageUrl": "https://status.v4testnet.dydx.exchange/",
354
+ "marketImageUrl": "https://v4.testnet.dydx.exchange/currencies/{asset}.svg",
355
+ "tosUrl": "https://dydx.exchange/v4-terms",
356
+ "privacyPolicyUrl": "https://dydx.exchange/privacy",
357
+ "mintscanUrl": "https://testnet.mintscan.io/dydx-testnet/txs/{tx_hash}"
358
+ }
328
359
  }
329
360
  ],
330
361
  "defaultEnvironment":"dydxprotocol-staging"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {
@@ -1,6 +1,6 @@
1
1
  // !! GENERATED FILE - DO NOT EDIT
2
2
 
3
- // Generated from ../config/localization/en/app.json using codegen_localization_app.swift
3
+ // Generated from ./config/localization/en/app.json using scripts/codegen_localization_app.swift
4
4
 
5
5
  export const APP_STRING_KEYS = {
6
6
 
@@ -1318,6 +1318,7 @@ export const CHAIN_STRING_KEYS = {
1318
1318
  V4_TESTNET2: 'CHAIN.V4_TESTNET2',
1319
1319
  V4_TESTNET2_DSRV: 'CHAIN.V4_TESTNET2_DSRV',
1320
1320
  V4_TESTNET2_DYDX: 'CHAIN.V4_TESTNET2_DYDX',
1321
+ V4_TESTNET2_IMPERATOR: 'CHAIN.V4_TESTNET2_IMPERATOR',
1321
1322
  V4_TESTNET2_NODEFLEET: 'CHAIN.V4_TESTNET2_NODEFLEET',
1322
1323
  };
1323
1324