@talismn/balances 0.0.0-pr2043-20250619165342 → 0.0.0-pr2043-20250619170346
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.
@@ -128,7 +128,7 @@ class EvmTokenFetcher {
|
|
128
128
|
|
129
129
|
var pkg = {
|
130
130
|
name: "@talismn/balances",
|
131
|
-
version: "0.0.0-pr2043-
|
131
|
+
version: "0.0.0-pr2043-20250619170346"};
|
132
132
|
|
133
133
|
var log = anylogger__default.default(pkg.name);
|
134
134
|
|
@@ -2700,6 +2700,7 @@ const getMetadataRpc = async (chainConnector, networkId) => {
|
|
2700
2700
|
try {
|
2701
2701
|
return await pResult;
|
2702
2702
|
} catch (cause) {
|
2703
|
+
if (util.isAbortError(cause)) throw cause;
|
2703
2704
|
throw new Error(`Failed to fetch metadataRpc for network ${networkId}`, {
|
2704
2705
|
cause
|
2705
2706
|
});
|
@@ -2724,6 +2725,7 @@ const getMiniMetadatas = async (chainConnector, chaindataProvider, networkId, sp
|
|
2724
2725
|
try {
|
2725
2726
|
return await pResult;
|
2726
2727
|
} catch (cause) {
|
2728
|
+
if (util.isAbortError(cause)) throw cause;
|
2727
2729
|
throw new Error(`Failed to fetch metadataRpc for network ${networkId}`, {
|
2728
2730
|
cause
|
2729
2731
|
});
|
@@ -128,7 +128,7 @@ class EvmTokenFetcher {
|
|
128
128
|
|
129
129
|
var pkg = {
|
130
130
|
name: "@talismn/balances",
|
131
|
-
version: "0.0.0-pr2043-
|
131
|
+
version: "0.0.0-pr2043-20250619170346"};
|
132
132
|
|
133
133
|
var log = anylogger__default.default(pkg.name);
|
134
134
|
|
@@ -2700,6 +2700,7 @@ const getMetadataRpc = async (chainConnector, networkId) => {
|
|
2700
2700
|
try {
|
2701
2701
|
return await pResult;
|
2702
2702
|
} catch (cause) {
|
2703
|
+
if (util.isAbortError(cause)) throw cause;
|
2703
2704
|
throw new Error(`Failed to fetch metadataRpc for network ${networkId}`, {
|
2704
2705
|
cause
|
2705
2706
|
});
|
@@ -2724,6 +2725,7 @@ const getMiniMetadatas = async (chainConnector, chaindataProvider, networkId, sp
|
|
2724
2725
|
try {
|
2725
2726
|
return await pResult;
|
2726
2727
|
} catch (cause) {
|
2728
|
+
if (util.isAbortError(cause)) throw cause;
|
2727
2729
|
throw new Error(`Failed to fetch metadataRpc for network ${networkId}`, {
|
2728
2730
|
cause
|
2729
2731
|
});
|
@@ -113,7 +113,7 @@ class EvmTokenFetcher {
|
|
113
113
|
|
114
114
|
var pkg = {
|
115
115
|
name: "@talismn/balances",
|
116
|
-
version: "0.0.0-pr2043-
|
116
|
+
version: "0.0.0-pr2043-20250619170346"};
|
117
117
|
|
118
118
|
var log = anylogger(pkg.name);
|
119
119
|
|
@@ -2685,6 +2685,7 @@ const getMetadataRpc = async (chainConnector, networkId) => {
|
|
2685
2685
|
try {
|
2686
2686
|
return await pResult;
|
2687
2687
|
} catch (cause) {
|
2688
|
+
if (isAbortError(cause)) throw cause;
|
2688
2689
|
throw new Error(`Failed to fetch metadataRpc for network ${networkId}`, {
|
2689
2690
|
cause
|
2690
2691
|
});
|
@@ -2709,6 +2710,7 @@ const getMiniMetadatas = async (chainConnector, chaindataProvider, networkId, sp
|
|
2709
2710
|
try {
|
2710
2711
|
return await pResult;
|
2711
2712
|
} catch (cause) {
|
2713
|
+
if (isAbortError(cause)) throw cause;
|
2712
2714
|
throw new Error(`Failed to fetch metadataRpc for network ${networkId}`, {
|
2713
2715
|
cause
|
2714
2716
|
});
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@talismn/balances",
|
3
|
-
"version": "0.0.0-pr2043-
|
3
|
+
"version": "0.0.0-pr2043-20250619170346",
|
4
4
|
"author": "Talisman",
|
5
5
|
"homepage": "https://talisman.xyz",
|
6
6
|
"license": "GPL-3.0-or-later",
|
@@ -35,13 +35,13 @@
|
|
35
35
|
"scale-ts": "^1.6.1",
|
36
36
|
"viem": "^2.27.3",
|
37
37
|
"zod": "^3.25.62",
|
38
|
-
"@talismn/
|
39
|
-
"@talismn/
|
38
|
+
"@talismn/chaindata-provider": "0.0.0-pr2043-20250619170346",
|
39
|
+
"@talismn/chain-connector-evm": "0.0.0-pr2043-20250619170346",
|
40
|
+
"@talismn/chain-connector": "0.0.0-pr2043-20250619170346",
|
40
41
|
"@talismn/scale": "0.1.2",
|
41
|
-
"@talismn/
|
42
|
-
"@talismn/
|
43
|
-
"@talismn/
|
44
|
-
"@talismn/token-rates": "0.0.0-pr2043-20250619165342"
|
42
|
+
"@talismn/util": "0.0.0-pr2043-20250619170346",
|
43
|
+
"@talismn/token-rates": "0.0.0-pr2043-20250619170346",
|
44
|
+
"@talismn/sapi": "0.0.0-pr2043-20250619170346"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
47
|
"@polkadot/api-contract": "16.1.2",
|