@clonegod/ttd-core 2.0.35 → 2.0.36

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -656,7 +656,6 @@ function load_wallet_multi(group_ids, only_pubkey = true) {
656
656
  }
657
657
  return wallets;
658
658
  }
659
- console.log(load_wallet_multi(['BSC-DEV', 'BSC-DEV2'], false));
660
659
  const success = (data) => {
661
660
  return {
662
661
  code: 200,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-core",
3
- "version": "2.0.35",
3
+ "version": "2.0.36",
4
4
  "description": "Common types and utilities for trading systems - use `npm run push` to publish",
5
5
  "main": "dist/index.js",
6
6
  "types": "types/index.d.ts",