@cryptorubic/web3 0.7.13-alpha-rpc-request-log.1 → 0.7.13-alpha-rpc-request-log.3
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,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cryptorubic/web3",
|
|
3
|
-
"version": "0.7.13-alpha-rpc-request-log.
|
|
3
|
+
"version": "0.7.13-alpha-rpc-request-log.3",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"tslib": "^2.3.0",
|
|
6
6
|
"bignumber.js": "9.1.2",
|
|
7
|
-
"@cryptorubic/core": "0.7.13-alpha-rpc-request-log.
|
|
7
|
+
"@cryptorubic/core": "0.7.13-alpha-rpc-request-log.3",
|
|
8
8
|
"viem": "^2.19.1",
|
|
9
9
|
"web3-utils": "^4.3.1",
|
|
10
10
|
"@ton/ton": "^15.1.0",
|
|
11
11
|
"@solana/web3.js": "1.95.3",
|
|
12
12
|
"@solflare-wallet/utl-sdk": "^1.4.0",
|
|
13
13
|
"@ethersproject/bignumber": "^5.7.0",
|
|
14
|
-
"@cryptorubic/tron-types": "0.7.13-alpha-rpc-request-log.
|
|
14
|
+
"@cryptorubic/tron-types": "0.7.13-alpha-rpc-request-log.3",
|
|
15
15
|
"bitcoin-address-validation": "^2.2.3",
|
|
16
16
|
"axios": "0.27.2",
|
|
17
17
|
"crc-32": "^1.2.2",
|
|
@@ -50,7 +50,9 @@ class EvmAdapter extends abstract_adapter_1.AbstractAdapter {
|
|
|
50
50
|
// @ts-ignore
|
|
51
51
|
chain,
|
|
52
52
|
transport: (0, viem_1.fallback)(transports, {
|
|
53
|
-
rank:
|
|
53
|
+
rank: {
|
|
54
|
+
interval: 3600000
|
|
55
|
+
}
|
|
54
56
|
})
|
|
55
57
|
});
|
|
56
58
|
}
|
|
@@ -368,7 +370,7 @@ class EvmAdapter extends abstract_adapter_1.AbstractAdapter {
|
|
|
368
370
|
}
|
|
369
371
|
}
|
|
370
372
|
interceptRequest(req, init) {
|
|
371
|
-
this.logger?.log(`RPC FETCH REQUEST: REQUEST: ${
|
|
373
|
+
this.logger?.log(`RPC FETCH REQUEST: REQUEST: ${req.url}, INIT: ${JSON.stringify(init)}`);
|
|
372
374
|
}
|
|
373
375
|
}
|
|
374
376
|
exports.EvmAdapter = EvmAdapter;
|