@talismn/balances 0.0.0-pr2075-20250707095746 → 0.0.0-pr2075-20250707100944
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.
@@ -1718,7 +1718,7 @@ const fetchTokens$8 = async ({
|
|
1718
1718
|
name
|
1719
1719
|
};
|
1720
1720
|
} catch (err) {
|
1721
|
-
log.warn(`Failed to fetch ERC20 token data for ${tokenConfig.contractAddress}`, err);
|
1721
|
+
log.warn(`Failed to fetch ERC20 token data for ${tokenConfig.contractAddress}`, err.shortMessage);
|
1722
1722
|
continue;
|
1723
1723
|
}
|
1724
1724
|
}
|
@@ -1718,7 +1718,7 @@ const fetchTokens$8 = async ({
|
|
1718
1718
|
name
|
1719
1719
|
};
|
1720
1720
|
} catch (err) {
|
1721
|
-
log.warn(`Failed to fetch ERC20 token data for ${tokenConfig.contractAddress}`, err);
|
1721
|
+
log.warn(`Failed to fetch ERC20 token data for ${tokenConfig.contractAddress}`, err.shortMessage);
|
1722
1722
|
continue;
|
1723
1723
|
}
|
1724
1724
|
}
|
@@ -1705,7 +1705,7 @@ const fetchTokens$8 = async ({
|
|
1705
1705
|
name
|
1706
1706
|
};
|
1707
1707
|
} catch (err) {
|
1708
|
-
log.warn(`Failed to fetch ERC20 token data for ${tokenConfig.contractAddress}`, err);
|
1708
|
+
log.warn(`Failed to fetch ERC20 token data for ${tokenConfig.contractAddress}`, err.shortMessage);
|
1709
1709
|
continue;
|
1710
1710
|
}
|
1711
1711
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@talismn/balances",
|
3
|
-
"version": "0.0.0-pr2075-
|
3
|
+
"version": "0.0.0-pr2075-20250707100944",
|
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/chain-connector
|
39
|
-
"@talismn/
|
40
|
-
"@talismn/
|
41
|
-
"@talismn/
|
42
|
-
"@talismn/token-rates": "0.0.0-pr2075-
|
43
|
-
"@talismn/util": "0.0.0-pr2075-
|
44
|
-
"@talismn/
|
38
|
+
"@talismn/chain-connector": "0.0.0-pr2075-20250707100944",
|
39
|
+
"@talismn/sapi": "0.0.0-pr2075-20250707100944",
|
40
|
+
"@talismn/scale": "0.0.0-pr2075-20250707100944",
|
41
|
+
"@talismn/chain-connector-evm": "0.0.0-pr2075-20250707100944",
|
42
|
+
"@talismn/token-rates": "0.0.0-pr2075-20250707100944",
|
43
|
+
"@talismn/util": "0.0.0-pr2075-20250707100944",
|
44
|
+
"@talismn/chaindata-provider": "0.0.0-pr2075-20250707100944"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
47
|
"@polkadot/api-contract": "16.1.2",
|
@@ -56,8 +56,8 @@
|
|
56
56
|
"jest": "^29.7.0",
|
57
57
|
"ts-jest": "^29.2.5",
|
58
58
|
"typescript": "^5.6.3",
|
59
|
-
"@talismn/
|
60
|
-
"@talismn/
|
59
|
+
"@talismn/eslint-config": "0.0.3",
|
60
|
+
"@talismn/tsconfig": "0.0.2"
|
61
61
|
},
|
62
62
|
"peerDependencies": {
|
63
63
|
"@polkadot/api-contract": "*",
|