fetchErc20Decimals should not use getTokenStandardAndDetails #24374
Labels
INVALID-ISSUE-TEMPLATE
Issue's body doesn't match any issue template.
release-12.5.0
Issue or pull request that will be included in release 12.5.0
release-12.6.0
Issue or pull request that will be included in release 12.6.0
team-confirmations
Push issues to confirmations team
type-enhancement
type-refactor
We are making 3-4 additional RPC requests for each ERC20 token during simulation renders. Given that 90% of transactions involve only a single token, and many of these are not ERC20 tokens, this extra load is generally manageable. However, for the 10% of transactions involving multiple ERC20 tokens, this can quickly add up.
For example, transactions with 10 or more tokens could result in 20-30 additional requests, which might impact performance and rate limits.
@bergeron wrote:
The text was updated successfully, but these errors were encountered: