@orderly.network/core 0.1.27-alpha.7 → 0.1.27-alpha.9

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.mts CHANGED
@@ -113,7 +113,7 @@ declare class BaseSigner implements Signer {
113
113
  }>;
114
114
  }
115
115
 
116
- declare type ConfigKey = "apiBaseUrl" | "klineDataUrl" | "privateWsUrl" | "publicWsUrl" | "operatorUrl" | "swapSupportApiUrl" | "domain" | "brokerId" | "networkId" | "env" | "PROD_URL";
116
+ declare type ConfigKey = "apiBaseUrl" | "klineDataUrl" | "privateWsUrl" | "publicWsUrl" | "operatorUrl" | "swapSupportApiUrl" | "domain" | "brokerId" | "networkId" | "env" | "PROD_URL" | "markets";
117
117
  interface ConfigStore {
118
118
  get<T>(key: ConfigKey): T;
119
119
  getOr<T>(key: ConfigKey, defaultValue: T): T;
package/dist/index.d.ts CHANGED
@@ -113,7 +113,7 @@ declare class BaseSigner implements Signer {
113
113
  }>;
114
114
  }
115
115
 
116
- declare type ConfigKey = "apiBaseUrl" | "klineDataUrl" | "privateWsUrl" | "publicWsUrl" | "operatorUrl" | "swapSupportApiUrl" | "domain" | "brokerId" | "networkId" | "env" | "PROD_URL";
116
+ declare type ConfigKey = "apiBaseUrl" | "klineDataUrl" | "privateWsUrl" | "publicWsUrl" | "operatorUrl" | "swapSupportApiUrl" | "domain" | "brokerId" | "networkId" | "env" | "PROD_URL" | "markets";
117
117
  interface ConfigStore {
118
118
  get<T>(key: ConfigKey): T;
119
119
  getOr<T>(key: ConfigKey, defaultValue: T): T;