@cetusprotocol/deepbook-utils 1.5.1 → 1.5.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.
package/dist/index.d.ts CHANGED
@@ -1603,6 +1603,8 @@ declare class MarginUtilsModule implements IModule {
1603
1603
  poolId: string;
1604
1604
  baseDecimals: number;
1605
1605
  quoteDecimals: number;
1606
+ baseCoin: MarginCoinInfo;
1607
+ quoteCoin: MarginCoinInfo;
1606
1608
  }[]): Promise<{
1607
1609
  priceBounds: any;
1608
1610
  priceBoundsMap: Map<string, any>;