Hey team,
I am trying to host listings from multiple networks on the same page. Here is a minimal example - https://test-one-navy-55.vercel.app/
It seems that when m-connect has data-network="1,8453" this results in window.ManifoldEthereumProvider.network() being undefined.
This results in an issue with the m-card-catalog widget because when the MarketplaceWidgetMixin is created, it expects the network passed in as a prop to match the now-undefind network from the connect widget.
Any ideas on how to get this to work?

Best,
yungwknd