@dydxprotocol/v4-localization 1.1.79 → 1.1.80

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.
@@ -1970,21 +1970,21 @@
1970
1970
  "V4_TESTNET_IMPERATOR": "V4 Testnet 3(Imperator)"
1971
1971
  },
1972
1972
  "ERRORS": {
1973
- "BROADCAST_ERROR_2000": "Fill Or Kill order could not be fully filled",
1974
- "BROADCAST_ERROR_2001": "Reduce-only orders cannot increase the position size",
1975
- "BROADCAST_ERROR_2002": "Reduce-only orders cannot change the position side",
1976
- "BROADCAST_ERROR_2003": "Post-only order would cross one or more maker orders",
1977
- "BROADCAST_ERROR_2005": "Order would violate isolated subaccount constraints",
1978
- "BROADCAST_ERROR_3000": "Invalid order flags",
1979
- "BROADCAST_ERROR_3001": "Invalid order goodTilBlockTime",
1980
- "BROADCAST_ERROR_3002": "Stateful orders cannot require immediate execution",
1981
- "BROADCAST_ERROR_3003": "The block time is greater than the GoodTilBlockTime of the message",
1982
- "BROADCAST_ERROR_3004": "The GoodTilBlockTime of the message is further than StatefulOrderTimeWindow into the future",
1983
- "BROADCAST_ERROR_3005": "Existing stateful order has higher-or-equal priority than the new one",
1984
- "BROADCAST_ERROR_3006": "Stateful order does not exist",
1985
- "BROADCAST_ERROR_3007": "Stateful order collateralization check failed",
1986
- "BROADCAST_ERROR_3008": "Stateful order was previously cancelled and therefore cannot be placed",
1987
- "BROADCAST_ERROR_3009": "Stateful order was previously removed and therefore cannot be placed",
1973
+ "BROADCAST_ERROR_2000": "Fill Or Kill order could not be fully filled.",
1974
+ "BROADCAST_ERROR_2001": "Reduce-only orders cannot increase the position size.",
1975
+ "BROADCAST_ERROR_2002": "Reduce-only orders cannot change the position side.",
1976
+ "BROADCAST_ERROR_2003": "Post-only order would cross one or more maker orders.",
1977
+ "BROADCAST_ERROR_2005": "Order would violate isolated subaccount constraints.",
1978
+ "BROADCAST_ERROR_3000": "Invalid order flags.",
1979
+ "BROADCAST_ERROR_3001": "Invalid order goodTilBlockTime.",
1980
+ "BROADCAST_ERROR_3002": "Stateful orders cannot require immediate execution.",
1981
+ "BROADCAST_ERROR_3003": "The block time is greater than the GoodTilBlockTime of the message.",
1982
+ "BROADCAST_ERROR_3004": "The GoodTilBlockTime of the message is further than StatefulOrderTimeWindow into the future.",
1983
+ "BROADCAST_ERROR_3005": "Existing stateful order has higher-or-equal priority than the new one.",
1984
+ "BROADCAST_ERROR_3006": "Stateful order does not exist.",
1985
+ "BROADCAST_ERROR_3007": "Stateful order collateralization check failed.",
1986
+ "BROADCAST_ERROR_3008": "Stateful order was previously cancelled and therefore cannot be placed.",
1987
+ "BROADCAST_ERROR_3009": "Stateful order was previously removed and therefore cannot be placed.",
1988
1988
  "BROADCAST_ERROR_10001": "Subaccount cannot open more orders due to equity tier limit.",
1989
1989
  "GENERAL": {
1990
1990
  "RATE_LIMIT_REACHED_ERROR_TITLE": "Rate Limit Reached",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dydxprotocol/v4-localization",
3
- "version": "1.1.79",
3
+ "version": "1.1.80",
4
4
  "description": "v4 localization",
5
5
  "main": "index.ts",
6
6
  "scripts": {