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

Add support for additional testnets (Rinkeby and Görli) #37

Merged
merged 4 commits into from
Jun 11, 2021
Merged

Add support for additional testnets (Rinkeby and Görli) #37

merged 4 commits into from
Jun 11, 2021

Conversation

akramhussein
Copy link
Contributor

Motivation

Ethereum does not have 1 de-facto testnet. There are in fact several such as Ropsten, Rinkeby, Görli etc. Each network has its own purpose and often developers must test on different networks for a variety of reasons such as where dApps are deployed to.

This PR adds support for additional networks (Rinkeby and Görli), while maintaining backwards compatibility by defaulting NETWORK=TESTNET to Ropsten which is how it currently behaves.

Solution

  • Refactor the naming of Testnet... structs to Ropsten... to be clear which network configuration it points to.
  • Provide backwards compatibility support by defaulting TESTNET to ROPSTEN configuration
  • Add additional configurations for Rinkeby and Goerli (Görli)

Open questions

None

Copy link
Contributor

@septerr septerr left a comment

Choose a reason for hiding this comment

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

thank you for making this improvement!!

@septerr septerr merged commit 2ac56d4 into coinbase:master Jun 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants