Edd
Edd
@jaysoo is there anything further I can do on this PR? Or is it unlikely to get merged?
@AgentEnder as above - is there anything I can do to make this PR mergeable?
This was partially done in #2244, but without the market link this ticket isn't realy *closed*
Recapping a chat thread: We’re thinking about empty states for various pages Which of these could be legitimately empty, and which should always have some content? For example, I assume...
Explorer does have this query in one place - but it's just dumped out to a JSON field at the moment so it's easy to remove
```graphql { assetsConnection { edges { node { id source { ... on ERC20 { chainId } } } } } } ``` Works on testnet and below, but is...