zklighter-perps 1.0.250 → 1.0.251

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.
@@ -115,6 +115,12 @@ with open(FILE, "r") as f:
115
115
  if "bid_id_str" in required_fields:
116
116
  required_fields.remove("bid_id_str")
117
117
 
118
+ if "market_maker_incentive_account_index" in required_fields:
119
+ required_fields.remove("market_maker_incentive_account_index")
120
+
121
+ if "user_tier_last_update" in required_fields:
122
+ required_fields.remove("user_tier_last_update")
123
+
118
124
  if path == "Trade":
119
125
  if "taker_fee" in required_fields:
120
126
  required_fields.remove("taker_fee")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zklighter-perps",
3
- "version": "1.0.250",
3
+ "version": "1.0.251",
4
4
  "description": "Lighter Perps SDK",
5
5
  "main": "index.ts",
6
6
  "directories": {