Skip to content

Commit eeb65f7

Browse files
authored
fix(docs): replace master with mainnet branch (ethereum#2037)
1 parent dbbb75f commit eeb65f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

EIP_AUTHORS_MANUAL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ For example, at the time of writing, the Prague Fork is still under development
3939

4040
#### Forks live on mainnet
4141

42-
The final stable specification for all forks that are currently live on mainnet are in the `master` branch.
42+
The final stable specification for all forks that are currently live on mainnet are in the `mainnet` branch.
4343

4444
#### Fork under development
4545

4646
At any given time, there can only be one fork under active development. The branch structure for the fork under development is as follows:
4747

48-
- `forks/<FORK_NAME>`: The main branch for the fork under development. For example, `forks/prague` is the branch for the Prague fork. This branch will be merged into `master` after the fork has gone live on mainnet.
48+
- `forks/<FORK_NAME>`: The main branch for the fork under development. For example, `forks/prague` is the branch for the Prague fork. This branch will be merged into `mainnet` after the fork has gone live on mainnet.
4949
- `eips/<FORK_NAME>/<EIP_NUMBER>`: Branches for each EIP within the fork under development. For example, `eips/prague/eip-7702` is the branch for EIP-7702 for the Prague fork. This branch will be merged into `forks/prague` after the EIP has been confirmed for release in the fork.
5050

5151
## Writing New EIPS

0 commit comments

Comments
 (0)