Skip to content

Commit

Permalink
Update link in consensus
Browse files Browse the repository at this point in the history
  • Loading branch information
dapplion authored Nov 9, 2023
1 parent 6cad438 commit 9503709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gnosis Beacon Chain follows the [Ethereum Proof-of-Stake consensus specifications](https://github.com/ethereum/consensus-specs) with different preset values. See [_Separation of Constant, Preset and Configuration variables #2390_](https://github.com/ethereum/consensus-specs/pull/2390) as definition of a preset versus a regular chain config.

Refer to [gnosischain/configs/mainnet/config.yaml](https://github.com/gnosischain/configs/blob/main/mainnet/config.yaml) for the chain's full config.
Refer to [./consensus/config/gnosis.yaml](./consensus/config/gnosis.yaml) for the chain's full config.

Note that modified preset values will result in different SSZ data structures, such that a client compiled with the Ethereum mainnet preset can't deserialize a state from the Gnosis Beacon Chain.

Expand Down

0 comments on commit 9503709

Please sign in to comment.