Only pull token details from 1 source of truth. Right now we have a price feed on the farms, deep freezer, token tracker and maybe others.
We should remove all price feeds and only have one main price feed (one source) of truth the entire dapp pulls from in this order:
  1. Our indexer
  2. Dip Dup api
  3. Plenty Network api
  4. Spicyswap API
This way we only have to change price information from one location for the entire dapp to receive the change.