Skip to content

Commit f07058b

Browse files
committed
Update README.md [Fixes ethereum#525]
adds note about testnet vs mainnet deployment branches
1 parent c72ab78 commit f07058b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@ yarn
4545
yarn start
4646
```
4747

48+
## Development pull requests (PRs)
49+
50+
By default, `dev` acts as the primary base branch which all PRs should merge into. Make sure any pull requests target this branch.
51+
52+
## Launchpad deployment
53+
54+
- The `master` branch represents the live **testnet** version of the Launchpad. Open a PR to merge `dev` into `master` to deploy a testnet Launchpad (e.g. #517 for https://prater.launchpad.ethereum.org/ )
55+
- The `mainnet` branch represents the live **Mainnet** version of the Launchpad. Open a PR to merge `master` into `mainnet` to deploy the Mainnet Launchpad (e.g. #518 for https://launchpad.ethereum.org/)
56+
4857
## Launchpad translation
4958

5059
As part of the [ethereum.org Translation Program](https://ethereum.org/en/contributing/translation-program), our community of translators is also working on translating the Ethereum Staking Launchpad.

0 commit comments

Comments
 (0)