@cryptorubic/web3 1.0.0-alpha.no-sdk.44 → 1.0.0-alpha.no-sdk.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cryptorubic/web3",
3
- "version": "1.0.0-alpha.no-sdk.44",
3
+ "version": "1.0.0-alpha.no-sdk.45",
4
4
  "dependencies": {
5
5
  "@ethersproject/bignumber": "^5.8.0",
6
6
  "@mysten/sui": "^1.24.0",
@@ -125,8 +125,7 @@ class TronAdapter extends abstract_adapter_1.AbstractAdapter {
125
125
  this.logger
126
126
  ? this.logger.customError('[TronAdapter_multicallContractsMethods] Error: ', err)
127
127
  : console.debug('[TronAdapter_multicallContractsMethods] Error:', err);
128
- throw new Error('[TronAdapter_multicallContractsMethods]' + err.toString());
129
- // return this.multicallContractsMethodsByOne(contractAbi, contractsData);
128
+ return this.multicallContractsMethodsByOne(contractAbi, contractsData);
130
129
  }
131
130
  }
132
131
  async getBlockNumber() {