The Connect Wallet button relies on the currently selected network in order to build the payload for suggestChain.
Account for the scenario where a user tries to connect their wallet before a network is selected, either by disabling the button and/or visual feedback like a tooltip or toast.
```bash
suggestChain: fetch https://undefined.agoric.net/network-config
index-bc9f6562.js:40 (TypeError#1)
index-bc9f6562.js:40 at suggestChain (https://cosgov.org/assets/index-bc9f6562.js:80:134769)
at https://cosgov.org/assets/index-bc9f6562.js:98:41386
```
The Connect Wallet button relies on the currently selected network in order to build the payload for
suggestChain
.Account for the scenario where a user tries to connect their wallet before a network is selected, either by disabling the button and/or visual feedback like a tooltip or toast.