@pioneer-platform/avax-network 0.0.9 → 0.0.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.
Files changed (2) hide show
  1. package/lib/index.js +4 -4
  2. package/package.json +3 -3
package/lib/index.js CHANGED
@@ -825,7 +825,7 @@ var broadcast_transaction = function (tx) {
825
825
  // // to_block: "1234",
826
826
  // };
827
827
  // const balance = await Moralis.Web3API.account.getNativeBalance(options);
828
- // log.info(tag,"balance: ",balance)
828
+ // log.debug(tag,"balance: ",balance)
829
829
  // return balance.balance / 1000000000000000000
830
830
  // }catch(e){
831
831
  // console.error(tag,e)
@@ -844,7 +844,7 @@ var broadcast_transaction = function (tx) {
844
844
  // // to_block: "1234",
845
845
  // };
846
846
  // const balance = await Moralis.Web3API.token.getAllTokenIds(options);
847
- // log.info(tag,"balance: ",balance)
847
+ // log.debug(tag,"balance: ",balance)
848
848
  // return balance.balance / 1000000000000000000
849
849
  // }catch(e){
850
850
  // console.error(tag,e)
@@ -894,7 +894,7 @@ var check_online_status = function () {
894
894
  //
895
895
  // // get block content on BSC
896
896
  // const transactions = await Moralis.Web3API.native.getBlock(options);
897
- // log.info(transactions)
897
+ // log.debug(transactions)
898
898
  // const web3API = async () => {
899
899
  // await Moralis.start({ serverUrl, appId, moralisSecret });
900
900
  //
@@ -914,7 +914,7 @@ var check_online_status = function () {
914
914
  //
915
915
  // // get block content on BSC
916
916
  // const transactions = await Moralis.Web3API.native.getBlock(options);
917
- // log.info(transactions)
917
+ // log.debug(transactions)
918
918
  // const web3API = async () => {
919
919
  // await Moralis.start({ serverUrl, appId, moralisSecret });
920
920
  //
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/avax-network",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/index.d.ts",
6
6
  "scripts": {
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "dependencies": {
17
17
  "@ethersproject/providers": "^5.1.0",
18
- "@pioneer-platform/blockbook": "^8.1.60",
18
+ "@pioneer-platform/blockbook": "^8.1.61",
19
19
  "@pioneer-platform/loggerdog": "^8.1.31",
20
20
  "@xchainjs/xchain-util": "^0.2.6",
21
21
  "axios": "^1.3.4",
@@ -38,5 +38,5 @@
38
38
  ],
39
39
  "author": "Bithighlander <pioneer@gmail.com>",
40
40
  "license": "GPL",
41
- "gitHead": "e1212fa842d8371740282be3f0cce4d32aff3201"
41
+ "gitHead": "b3f4397d3cd70785456466ce8ffdc2c5976b8b43"
42
42
  }