carbon-js-sdk 0.8.9 → 0.8.10

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.
@@ -130,7 +130,7 @@ export interface PriceLevelEvent extends PriceLevel {
130
130
  type?: string;
131
131
  }
132
132
  export interface Leverage {
133
- market?: string;
133
+ market_id?: string;
134
134
  leverage: string;
135
135
  }
136
136
  export interface Pool {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "carbon-js-sdk",
3
- "version": "0.8.9",
3
+ "version": "0.8.10",
4
4
  "description": "TypeScript SDK for Carbon blockchain",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",