@cryptorubic/web3 0.3.6-alpha-id-990.3 → 0.3.6-alpha-id-990.4

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,16 +1,16 @@
1
1
  {
2
2
  "name": "@cryptorubic/web3",
3
- "version": "0.3.6-alpha-id-990.3",
3
+ "version": "0.3.6-alpha-id-990.4",
4
4
  "dependencies": {
5
5
  "tslib": "^2.3.0",
6
6
  "bignumber.js": "9.1.2",
7
- "@cryptorubic/core": "0.3.6-alpha-id-990.3",
7
+ "@cryptorubic/core": "0.3.6-alpha-id-990.4",
8
8
  "web3-utils": "^4.3.1",
9
9
  "@ton/ton": "^15.1.0",
10
10
  "@solana/web3.js": "1.95.3",
11
11
  "@solflare-wallet/utl-sdk": "^1.4.0",
12
12
  "@ethersproject/bignumber": "^5.7.0",
13
- "@cryptorubic/tron-types": "0.3.6-alpha-id-990.3",
13
+ "@cryptorubic/tron-types": "0.3.6-alpha-id-990.4",
14
14
  "bitcoin-address-validation": "^2.2.3",
15
15
  "axios": "0.27.2",
16
16
  "crc-32": "^1.2.2",
@@ -364,13 +364,13 @@ class EvmAdapter extends abstract_adapter_1.AbstractAdapter {
364
364
  const isError = !response.ok ||
365
365
  'error' in response ||
366
366
  possible_errors_1.possibleErrors.some((error) => body.includes(error));
367
- if (isError) {
368
- this.logger?.customError('Rpc fetch error', {
369
- blockchain: this.blockchain,
370
- text: await response.text(),
371
- url: response.url,
372
- });
373
- }
367
+ // if (isError) {
368
+ // this.logger?.customError('Rpc fetch error', {
369
+ // blockchain: this.blockchain,
370
+ // text: await response.text(),
371
+ // url: response.url,
372
+ // });
373
+ // }
374
374
  }
375
375
  }
376
376
  exports.EvmAdapter = EvmAdapter;