You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,15 @@ yarn
45
45
yarn start
46
46
```
47
47
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
+
48
57
## Launchpad translation
49
58
50
59
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