@cryptorubic/web3 0.7.3 → 0.7.5-alpha.rpc-error.1
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.
|
|
3
|
+
"version": "0.7.5-alpha.rpc-error.1",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"tslib": "^2.3.0",
|
|
6
6
|
"bignumber.js": "9.1.2",
|
|
7
|
-
"@cryptorubic/core": "0.7.
|
|
7
|
+
"@cryptorubic/core": "0.7.5-alpha.rpc-error.1",
|
|
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.
|
|
14
|
+
"@cryptorubic/tron-types": "0.7.5-alpha.rpc-error.1",
|
|
15
15
|
"bitcoin-address-validation": "^2.2.3",
|
|
16
16
|
"axios": "0.27.2",
|
|
17
17
|
"crc-32": "^1.2.2",
|
|
@@ -165,7 +165,7 @@ class EvmAdapter extends abstract_adapter_1.AbstractAdapter {
|
|
|
165
165
|
const results = contracts.length
|
|
166
166
|
? (await this.multicallByContract({
|
|
167
167
|
contracts
|
|
168
|
-
}))
|
|
168
|
+
}, false))
|
|
169
169
|
: [];
|
|
170
170
|
const tokens = [];
|
|
171
171
|
for (let i = 0; i < results.length; i += 3) {
|
|
@@ -71,5 +71,6 @@ exports.viemBlockchainMapping = {
|
|
|
71
71
|
[core_1.BLOCKCHAIN_NAME.BITLAYER]: chain_configs_1.viemConfig[core_1.BLOCKCHAIN_NAME.BITLAYER],
|
|
72
72
|
[core_1.BLOCKCHAIN_NAME.SEI]: chains_1.sei,
|
|
73
73
|
[core_1.BLOCKCHAIN_NAME.GRAVITY]: chains_1.gravity,
|
|
74
|
+
[core_1.BLOCKCHAIN_NAME.FRAXTAL]: chains_1.fraxtal,
|
|
74
75
|
[core_1.BLOCKCHAIN_NAME.CORE]: chain_configs_1.viemConfig[core_1.BLOCKCHAIN_NAME.CORE]
|
|
75
76
|
};
|