@bulletxyz/bullet-sdk 0.26.2-rc.1 → 0.26.2-rc.2

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.
@@ -158,7 +158,7 @@ type ExchangeCallMessage = {
158
158
  force_close_positions: {
159
159
  address: Address;
160
160
  };
161
- liquidate_perps_positions: {
161
+ liquidate_perp_positions: {
162
162
  address: Address;
163
163
  positions: {
164
164
  market_id: MarketId;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/zetamarkets/bullet-sdk.git"
6
6
  },
7
- "version": "0.26.2-rc.1",
7
+ "version": "0.26.2-rc.2",
8
8
  "description": "Bullet SDK",
9
9
  "author": "@bulletxyz",
10
10
  "license": "Apache-2.0",