carbon-js-sdk 0.8.9-beta.2 → 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.
@@ -186,7 +186,6 @@ function constructEIP712Tx(doc) {
186
186
  domain: Object.assign(Object.assign({}, eip712_1.DEFAULT_CARBON_DOMAIN_FIELDS), { chainId: ethermint_1.parseChainId(doc.chain_id) }),
187
187
  message: Object.assign({ account_number, chain_id, fee, memo, sequence }, convertMsgs(doc.msgs)),
188
188
  };
189
- console.log('xx eip712:', JSON.stringify(eip712Tx));
190
189
  return eip712Tx;
191
190
  }
192
191
  exports.constructEIP712Tx = constructEIP712Tx;
@@ -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-beta.2",
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",