@usherlabs/cex-broker 0.2.20 → 0.2.22

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/server.d.ts CHANGED
@@ -1,6 +1,7 @@
1
1
  import * as grpc from "@grpc/grpc-js";
2
2
  import type { BrokerPoolEntry } from "./helpers";
3
3
  import type { BrokerExecutionArchiver } from "./helpers/broker-execution-archive";
4
+ import type { OrderActivityTracker } from "./helpers/order-activity-tracker";
4
5
  import type { OtelMetrics } from "./helpers/otel";
5
6
  import type { PolicyConfig } from "./types";
6
- export declare function getServer(policy: PolicyConfig, brokers: Record<string, BrokerPoolEntry>, whitelistIps: string[], useVerity: boolean, verityProverUrl: string, otelMetrics?: OtelMetrics, brokerArchiver?: BrokerExecutionArchiver): grpc.Server;
7
+ export declare function getServer(policy: PolicyConfig, brokers: Record<string, BrokerPoolEntry>, whitelistIps: string[], useVerity: boolean, verityProverUrl: string, otelMetrics?: OtelMetrics, brokerArchiver?: BrokerExecutionArchiver, orderActivityTracker?: OrderActivityTracker): grpc.Server;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usherlabs/cex-broker",
3
- "version": "0.2.20",
3
+ "version": "0.2.22",
4
4
  "description": "Unified gRPC API to CEXs by Usher Labs.",
5
5
  "repository": {
6
6
  "type": "git",