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

[Not ready] polygonscan #54

Closed
wants to merge 5 commits into from
Closed

[Not ready] polygonscan #54

wants to merge 5 commits into from

Conversation

kylewandishin
Copy link
Collaborator

No description provided.

@kylewandishin kylewandishin changed the title add basic functionality for polygonscan [Not ready] polygonscan Apr 29, 2024
@dawsbot
Copy link
Owner

dawsbot commented May 3, 2024

What's not ready about this one @kylewandishin ? All the data looks expanded properly in the data files

@kylewandishin
Copy link
Collaborator Author

@dawsbot the tests do not include a test of the API pulling method. that is why I left it as not ready but I feel comfortable adding the rest

@@ -38,6 +47,26 @@ export abstract class HtmlParser {
return anchors;
};

public async selectAllTokenAddressesApi(
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An issue I'm finding with this approach is that an API fetch to etherscan does not relate to HTML parsing. Given the name of this class, this behavior would best be located in a different class @kylewandishin

@dawsbot dawsbot closed this Jun 14, 2024
@dawsbot dawsbot deleted the add-polygon branch July 3, 2024 19:39
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.

None yet

2 participants