-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Görli and Polygon Mumbai dev-chains #280
Comments
Thanks @tafonina - so the test of this is a login through MetaMask through goerli? Any other ways to test? |
@loleg change the setting BlockchainNet (System settings->Blockchain Settings) to one of the supported (for example goerli or polygon-mumbai), then use in metamask this chain for signing transaction (for example registration document in blockchain during workflow) |
We have tested this, for new Ethereum chains, and it works since the December patch. We are still working on Polygon support so am renaming the issue. We will create a separate issue once we are ready to move to production chains. |
Subject of the issue
As the ropsten network is deprecated - the front-end and back-end should be able to support other alternative chains - goerli or polygon-mumbai
Expected behaviour
Blockchain network should depend on the setting BlockchainNet (System settings->Blockchain Settings) or on env file initially. By default the goerli testnet should be used. Front end and backend should be able to process interactions with smart contracts according to defined Blockchain network name
The text was updated successfully, but these errors were encountered: