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.
The token distribution page (address/[address]/largest) was the only use of
LargestAccountsProvider
. It was nested underMintsProvider
withTokenRegistryProvider
.So this PR also removes
LargestAccountsProvider
andMintsProvider
, and movesTokenRegistryProvider
to be its own top-level provider. Most changes are just reflecting that change in the imports.Closes #210