@bulletxyz/bullet-sdk 0.23.1-rc.4 → 0.23.1

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.
@@ -1,7 +1,7 @@
1
1
  import { type Transaction, type TransactionResult } from "@sovereign-sdk/web3";
2
2
  import type Decimal from "decimal.js";
3
3
  import { Connection } from "./connection";
4
- import { Endpoints } from "./constants";
4
+ import { type Endpoints } from "./constants";
5
5
  import { ExchangeConnection } from "./exchange";
6
6
  import type { RuntimeCall } from "./rollupTypes";
7
7
  import { type Address, type Asset, type MarkPriceUpdateArgs, type Network, type OraclePriceUpdateArgs, type PlaceOrderArgs, type TokenId, type TpslOrder } from "./types";
@@ -1,8 +1,8 @@
1
1
  import { BaseConnection } from "./connection";
2
- import { Endpoints } from "./constants";
2
+ import { type Endpoints } from "./constants";
3
3
  import type { Orderbook } from "./orderbook";
4
4
  import type { Address, Asset, AssetId, Network } from "./types";
5
- import { AccountAddresses, type BorrowLendMarket, type MarginConfig, type OraclePrices, type Order, type OrderbookL2, type PerpMarket, type PerpPrices, type UsdcInsuranceFund, type UsdcPnlPool, type UserAccount } from "./zod-types/rest";
5
+ import { type AccountAddresses, type BorrowLendMarket, type MarginConfig, type OraclePrices, type Order, type OrderbookL2, type PerpMarket, type PerpPrices, type UsdcInsuranceFund, type UsdcPnlPool, type UserAccount } from "./zod-types/rest";
6
6
  export declare class ExchangeConnection extends BaseConnection {
7
7
  private wsManager?;
8
8
  private constructor();
@@ -1,5 +1,5 @@
1
- import { Network } from "./types";
2
- import { Endpoints } from "./constants";
1
+ import { type Endpoints } from "./constants";
2
+ import type { Network } from "./types";
3
3
  export declare function bytesToHex(bytes: Uint8Array): string;
4
4
  export declare function hexToBytes(hex: string): Uint8Array;
5
5
  export declare function hexToBase64(hex: string): string;
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.23.1-rc.4",
7
+ "version": "0.23.1",
8
8
  "description": "Bullet SDK",
9
9
  "author": "@bulletxyz",
10
10
  "license": "Apache-2.0",