@loafmarkets/shared-types 1.0.37 → 1.0.38

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loafmarkets/shared-types",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "description": "Shared contracts for Loaf Markets frontend, backend, and matching engine.",
5
5
  "type": "module",
6
6
  "private": false,
@@ -10,7 +10,7 @@ message Order {
10
10
  uint64 price = 4;
11
11
  uint32 price_multiplier = 5; // 1, 100, 1000
12
12
  uint32 quantity = 6;
13
- uint32 quantitiy_multiplier = 7; // 1, 100, 1000
13
+ uint32 quantity_multiplier = 7; // 1, 100, 1000
14
14
  uint32 quantity_remaining = 8;
15
15
  OrderSide side = 9;
16
16
  OrderType type = 10;