Skip to content
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

Testnets on connection page #79

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

wodsuz
Copy link
Contributor

@wodsuz wodsuz commented Jun 8, 2022

Added testnet button on connections page
checked their rpc url and chainid to make sure they are working correctly
Changed the display of radio buttons little bit to make it look better on mobile.
image
image

@@ -49,7 +50,7 @@ function Config() {
if (confirmationTime) {
url += `&confirmationTime=${confirmationTime}`;
}
url += `&network=${network.toLowerCase()}`;
url += `&network=${network}`;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why not lowercase?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cause of adding Automates rinkeby testnet rpc i think,
it should be
https://[email protected]&apiKey=&draft=true&network=arbitrumRinkeby

not
https://[email protected]&apiKey=&draft=true&network=arbitrumrinkeby

with lower case it was giving a wrong rpc url.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants