Skip to content

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