The use of non-eth-mainnet networks is growing dramatically, we need to be cleaning up any parts of the code that are overly-opinionated to eth.
Currently we show the eth logo on the user's main balance on any chain. We should hide it. Maybe on everything but chain_id:1, but I could see the argument to keep it on eth testnets also..
Maybe we should have a logo field for our custom network API?
The use of non-eth-mainnet networks is growing dramatically, we need to be cleaning up any parts of the code that are overly-opinionated to eth.
Currently we show the eth logo on the user's main balance on any chain. We should hide it. Maybe on everything but
chain_id:1, but I could see the argument to keep it on eth testnets also..Maybe we should have a
logofield for our custom network API?