@dydxprotocol/v4-localization 1.1.33 → 1.1.34
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/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 ../config/localization/en/app.json using
|
|
3
|
+
// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
|
|
4
4
|
|
|
5
5
|
export const APP_STRING_KEYS = {
|
|
6
6
|
|
|
@@ -1428,6 +1428,7 @@ export const APP_STRING_KEYS = {
|
|
|
1428
1428
|
LEDGER: 'APP.WALLETS.LEDGER',
|
|
1429
1429
|
MATH_WALLET: 'APP.WALLETS.MATH_WALLET',
|
|
1430
1430
|
METAMASK: 'APP.WALLETS.METAMASK',
|
|
1431
|
+
OKX_WALLET: 'APP.WALLETS.OKX_WALLET',
|
|
1431
1432
|
OTHER_WALLET: 'APP.WALLETS.OTHER_WALLET',
|
|
1432
1433
|
RAINBOW_WALLET: 'APP.WALLETS.RAINBOW_WALLET',
|
|
1433
1434
|
TEST_WALLET: 'APP.WALLETS.TEST_WALLET',
|