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
Presently the testnet NetworkInfo (ChainInfo in go) is hardcoded as a config object in the project.
Instead, this should be pulled from the /info endpoint.
Additionally, the chain should be configurable in the UI for those wishing to use mainnet (when it's unchained randomness is available) or their own custom networks
The text was updated successfully, but these errors were encountered:
Presently the testnet
NetworkInfo
(ChainInfo
in go) is hardcoded as a config object in the project.Instead, this should be pulled from the
/info
endpoint.Additionally, the chain should be configurable in the UI for those wishing to use mainnet (when it's unchained randomness is available) or their own custom networks
The text was updated successfully, but these errors were encountered: