Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(frontend): use internal method for getHistory in EtherscanProvider #5488

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

AntonioVentilii
Copy link
Collaborator

@AntonioVentilii AntonioVentilii commented Mar 27, 2025

Motivation

We are going to migrate to ethers v6, however there is no getHistory method for the Etherscan provider anymore in the new version (as reported by @peterpeterparker in ethers-io/ethers.js#4303 ).

So, we use the workaround explained in the same thread, creating an internal method.

Changes

  • Create EtherscanProvider private method getHistory that queries the txlist.

Tests

The provider is used for Ethereum transactions. I deployed this branch in a test environment and there was no change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant