Hi,
When I open the default ethereum-boilerplate project and open the DEX page, if I refresh the page before clicking the Select a Token button, the InchModal list is empty.
It works if the DEX page isn’t the first page I open. (So if I go from the Quickstart page to the DEX page, the list fills properly.) If I switch the tab to Binance blockchain or Polygon, those two work, but Ethereum isn’t working.
When I refresh, I get several console logs from Chains.jsx saying Chain null
I suppose the ethereum chain isn’t assigned when the first page that is loaded is DEX.
What can I do to fix this?