@pioneer-platform/thor-network 8.1.43 → 8.1.45

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/lib/index.js +1 -1
  2. package/package.json +3 -3
package/lib/index.js CHANGED
@@ -235,7 +235,7 @@ var broadcast_transaction = function (tx) {
235
235
  //verify success
236
236
  if (result2.data.raw_log && result2.data.raw_log !== '[]') {
237
237
  logSend = result2.data.raw_log;
238
- log.info(tag, "logSend: ", logSend);
238
+ log.debug(tag, "logSend: ", logSend);
239
239
  output.success = false;
240
240
  output.error = logSend;
241
241
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/thor-network",
3
- "version": "8.1.43",
3
+ "version": "8.1.45",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {
@@ -11,7 +11,7 @@
11
11
  "refresh": "rm -rf ./node_modules ./package-lock.json && npm install"
12
12
  },
13
13
  "dependencies": {
14
- "@pioneer-platform/loggerdog": "^8.1.30",
14
+ "@pioneer-platform/loggerdog": "^8.1.31",
15
15
  "axios-retry": "^3.3.1",
16
16
  "bech32": "^1.1.4",
17
17
  "bip32": "^2.0.5",
@@ -27,5 +27,5 @@
27
27
  "ts-node": "^8.10.2",
28
28
  "typescript": "^5.0.2"
29
29
  },
30
- "gitHead": "a3cd70b076ea1593fd2ef33f8929527a35bcf845"
30
+ "gitHead": "b3f4397d3cd70785456466ce8ffdc2c5976b8b43"
31
31
  }