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

Support NFT detection on custom Mainnet RPC endpoints #1360

Merged
merged 1 commit into from
May 10, 2023

Conversation

Gudahtt
Copy link
Member

@Gudahtt Gudahtt commented May 10, 2023

Description

The NFT detection controller now supports NFT detection on any Ethereum Mainnet networks, including custom RPC endpoints. Previously this was only supported on the built-in Ethereum Mainnet. This restriction was likely not intentional in the first place (at least I can't think of a reason for it).

Changes

  • BREAKING: Remove the networkType configuration option from the NFT detection controller
  • CHANGED: Support NFT detection on Ethereum Mainnet custom RPC endpoints

References

This relates to #1209

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation for new or updated code as appropriate (note: this will usually be JSDoc)
  • I've highlighted breaking changes using the "BREAKING" category above as appropriate

@Gudahtt

This comment was marked as resolved.

@Gudahtt Gudahtt force-pushed the support-custom-rpc-mainnet-nft-detection branch from e897f11 to 04067a5 Compare May 10, 2023 14:39
Base automatically changed from remove-unused-network-type-configurations to main May 10, 2023 15:28
@Gudahtt Gudahtt force-pushed the support-custom-rpc-mainnet-nft-detection branch from 04067a5 to 1e825b7 Compare May 10, 2023 15:29
@Gudahtt Gudahtt marked this pull request as ready for review May 10, 2023 15:29
@Gudahtt Gudahtt requested a review from a team as a code owner May 10, 2023 15:29
Copy link
Contributor

@mcmire mcmire left a comment

Choose a reason for hiding this comment

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

Makes sense!

The NFT detection controller now supports NFT detection on any Ethereum
Mainnet networks, including custom RPC endpoints. Previously this was
only supported on the built-in Ethereum Mainnet. This restriction was
likely not intentional in the first place (at least I can't think of a
reason for it).

This relates to #1209
@Gudahtt Gudahtt force-pushed the support-custom-rpc-mainnet-nft-detection branch from 1e825b7 to be06843 Compare May 10, 2023 18:12
@Gudahtt
Copy link
Member Author

Gudahtt commented May 10, 2023

Confirmed locally that the linter and tests are passing; I'll merge without waiting on CI since Actions is currently broken.

@Gudahtt Gudahtt merged commit 6286a90 into main May 10, 2023
@Gudahtt Gudahtt deleted the support-custom-rpc-mainnet-nft-detection branch May 10, 2023 18:15
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
The NFT detection controller now supports NFT detection on any Ethereum
Mainnet networks, including custom RPC endpoints. Previously this was
only supported on the built-in Ethereum Mainnet. This restriction was
likely not intentional in the first place (at least I can't think of a
reason for it).

This relates to #1209
MajorLift pushed a commit that referenced this pull request Oct 11, 2023
The NFT detection controller now supports NFT detection on any Ethereum
Mainnet networks, including custom RPC endpoints. Previously this was
only supported on the built-in Ethereum Mainnet. This restriction was
likely not intentional in the first place (at least I can't think of a
reason for it).

This relates to #1209
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.

2 participants