diff --git a/docs/Getting Started/Creating-A-Network-From-Scratch.md b/docs/Getting Started/Creating-A-Network-From-Scratch.md index e8675f0c5..476b83cf3 100644 --- a/docs/Getting Started/Creating-A-Network-From-Scratch.md +++ b/docs/Getting Started/Creating-A-Network-From-Scratch.md @@ -55,13 +55,16 @@ Let's go through step by step instructions to setup a Quorum node with Raft cons "config": { "homesteadBlock": 0, "byzantiumBlock": 0, + "constantinopleBlock": 0, "chainId": 10, "eip150Block": 0, "eip155Block": 0, "eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000", "eip158Block": 0, + "maxCodeSize": 35, + "maxCodeSizeChangeBlock" : 0, "isQuorum": true - }, + }, "difficulty": "0x0", "extraData": "0x0000000000000000000000000000000000000000000000000000000000000000", "gasLimit": "0xE0000000", diff --git a/docs/Getting Started/genesis.md b/docs/Getting Started/genesis.md index 494100ac3..8bba4dbde 100644 --- a/docs/Getting Started/genesis.md +++ b/docs/Getting Started/genesis.md @@ -21,11 +21,14 @@ "config": { "homesteadBlock": 0, "byzantiumBlock": 0, + "constantinopleBlock": 0, "chainId": 10, "eip150Block": 0, "eip155Block": 0, "eip150Hash": "0x0000000000000000000000000000000000000000000000000000000000000000", "eip158Block": 0, + "maxCodeSize": 35, + "maxCodeSizeChangeBlock" : 0, "isQuorum": true }, "difficulty": "0x0",