@dydxprotocol/v4-localization 1.1.115 → 1.1.116
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.
|
@@ -2069,7 +2069,7 @@
|
|
|
2069
2069
|
"BROADCAST_ERROR_CLOB_2003": "Post-only order would cross one or more maker orders.",
|
|
2070
2070
|
"BROADCAST_ERROR_CLOB_2005": "Order would violate isolated subaccount constraints.",
|
|
2071
2071
|
"BROADCAST_ERROR_CLOB_3000": "Invalid order flags.",
|
|
2072
|
-
"
|
|
2072
|
+
"BROADCAST_ERROR_CLOB_3001": "Invalid order goodTilBlockTime.",
|
|
2073
2073
|
"BROADCAST_ERROR_CLOB_3002": "Stateful orders cannot require immediate execution.",
|
|
2074
2074
|
"BROADCAST_ERROR_CLOB_3003": "The block time is greater than the GoodTilBlockTime of the message. Please refresh the page and try again.",
|
|
2075
2075
|
"BROADCAST_ERROR_CLOB_3004": "The GoodTilBlockTime of the message is further than StatefulOrderTimeWindow into the future. Please refresh the page and try again.",
|
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
|
|
|
@@ -1736,6 +1736,7 @@ export const ERRORS_STRING_KEYS = {
|
|
|
1736
1736
|
BROADCAST_ERROR_CLOB_2003: 'ERRORS.BROADCAST_ERROR_CLOB_2003',
|
|
1737
1737
|
BROADCAST_ERROR_CLOB_2005: 'ERRORS.BROADCAST_ERROR_CLOB_2005',
|
|
1738
1738
|
BROADCAST_ERROR_CLOB_3000: 'ERRORS.BROADCAST_ERROR_CLOB_3000',
|
|
1739
|
+
BROADCAST_ERROR_CLOB_3001: 'ERRORS.BROADCAST_ERROR_CLOB_3001',
|
|
1739
1740
|
BROADCAST_ERROR_CLOB_3002: 'ERRORS.BROADCAST_ERROR_CLOB_3002',
|
|
1740
1741
|
BROADCAST_ERROR_CLOB_3003: 'ERRORS.BROADCAST_ERROR_CLOB_3003',
|
|
1741
1742
|
BROADCAST_ERROR_CLOB_3004: 'ERRORS.BROADCAST_ERROR_CLOB_3004',
|
|
@@ -1744,7 +1745,6 @@ export const ERRORS_STRING_KEYS = {
|
|
|
1744
1745
|
BROADCAST_ERROR_CLOB_3007: 'ERRORS.BROADCAST_ERROR_CLOB_3007',
|
|
1745
1746
|
BROADCAST_ERROR_CLOB_3008: 'ERRORS.BROADCAST_ERROR_CLOB_3008',
|
|
1746
1747
|
BROADCAST_ERROR_CLOB_3009: 'ERRORS.BROADCAST_ERROR_CLOB_3009',
|
|
1747
|
-
BROADCAST_ERROR_CLOB__3001: 'ERRORS.BROADCAST_ERROR_CLOB__3001',
|
|
1748
1748
|
BROADCAST_ERROR_SDK_5: 'ERRORS.BROADCAST_ERROR_SDK_5',
|
|
1749
1749
|
|
|
1750
1750
|
// DEPOSIT_MODAL
|