You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The token distribution page (address/[address]/largest) was the only use
of `LargestAccountsProvider`. It was nested under `MintsProvider` with
`TokenRegistryProvider`.
So this PR also removes `LargestAccountsProvider` and `MintsProvider`,
and moves `TokenRegistryProvider` to be its own top-level provider. Most
changes are just reflecting that change in the imports.
Closes#210
Problem
Triton One reports that queries of this form:
Are dysfunctional in that they:
spl-token-mint
be loaded on the RPC servers,Example: https://explorer.solana.com/address/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v/largest
Proposed Solution
Remove all queries of this type from Explorer, like the ‘distribution’ tab on tokens.
The text was updated successfully, but these errors were encountered: