You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: