@zoguxprotocol/client-js 0.2.4 → 0.2.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zoguxprotocol/client-js",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "description": "General client library for the new Zogux system (v4 decentralized)",
5
5
  "main": "build/cjs/src/index.js",
6
6
  "module": "build/esm/src/index.js",
@@ -55,7 +55,7 @@
55
55
  "@osmonauts/lcd": "^0.6.0",
56
56
  "@scure/bip32": "^1.1.5",
57
57
  "@scure/bip39": "^1.1.1",
58
- "@zoguxprotocol/proto": "0.1.4",
58
+ "@zoguxprotocol/proto": "0.1.6",
59
59
  "axios": "1.1.3",
60
60
  "bech32": "^1.1.4",
61
61
  "bignumber.js": "^9.1.1",
@@ -215,6 +215,7 @@ export class Composer {
215
215
  stepBaseQuantums,
216
216
  subticksPerTick,
217
217
  status: ClobPair_Status.STATUS_INITIALIZING,
218
+ minNotional: Long.fromInt(0),
218
219
  },
219
220
  };
220
221
 
@@ -243,6 +244,7 @@ export class Composer {
243
244
  stepBaseQuantums,
244
245
  subticksPerTick,
245
246
  status: ClobPair_Status.STATUS_ACTIVE,
247
+ minNotional: Long.fromInt(0),
246
248
  },
247
249
  };
248
250