@@ -2632,36 +2632,36 @@ chainId=0
2632
2632
** Type:** : ` object `
2633
2633
** Description:** L1: Genesis of the rollup, first block number and root
2634
2634
2635
- | Property | Pattern | Type | Deprecated | Definition | Title/Description |
2636
- | ------------------------------------------------------------ | ------- | ---------------- | ---------- | ---------- | ---- ----------------------------------------------------------------------------- |
2637
- | - [ GenesisBlockNum ] ( #NetworkConfig_Genesis_GenesisBlockNum ) | No | integer | No | - | GenesisBlockNum is the block number where the polygonZKEVM smc was deployed on L1 |
2638
- | - [ Root] ( #NetworkConfig_Genesis_Root ) | No | array of integer | No | - | Root hash of the genesis block |
2639
- | - [ GenesisActions ] ( #NetworkConfig_Genesis_GenesisActions ) | No | array of object | No | - | Contracts to be deployed to L2 |
2640
- | - [ FirstBatchData] ( #NetworkConfig_Genesis_FirstBatchData ) | No | object | No | - | Data of the first batch after the genesis(Batch 1) |
2635
+ | Property | Pattern | Type | Deprecated | Definition | Title/Description |
2636
+ | ---------------------------------------------------------- | ------- | ---------------- | ---------- | ---------- | ----------------------------------------------------------------------------- |
2637
+ | - [ BlockNumber ] ( #NetworkConfig_Genesis_BlockNumber ) | No | integer | No | - | BlockNumber is the block number where the polygonZKEVM smc was deployed on L1 |
2638
+ | - [ Root] ( #NetworkConfig_Genesis_Root ) | No | array of integer | No | - | Root hash of the genesis block |
2639
+ | - [ Actions ] ( #NetworkConfig_Genesis_Actions ) | No | array of object | No | - | Actions is the data to populate into the state trie |
2640
+ | - [ FirstBatchData] ( #NetworkConfig_Genesis_FirstBatchData ) | No | object | No | - | Data of the first batch after the genesis(Batch 1) |
2641
2641
2642
- #### <a name =" NetworkConfig_Genesis_GenesisBlockNum " ></a >13.2.1. ` NetworkConfig.Genesis.GenesisBlockNum `
2642
+ #### <a name =" NetworkConfig_Genesis_BlockNumber " ></a >13.2.1. ` NetworkConfig.Genesis.BlockNumber `
2643
2643
2644
2644
** Type:** : ` integer `
2645
2645
2646
2646
** Default:** ` 0 `
2647
2647
2648
- ** Description:** GenesisBlockNum is the block number where the polygonZKEVM smc was deployed on L1
2648
+ ** Description:** BlockNumber is the block number where the polygonZKEVM smc was deployed on L1
2649
2649
2650
2650
** Example setting the default value** (0):
2651
2651
```
2652
2652
[NetworkConfig.Genesis]
2653
- GenesisBlockNum =0
2653
+ BlockNumber =0
2654
2654
```
2655
2655
2656
2656
#### <a name =" NetworkConfig_Genesis_Root " ></a >13.2.2. ` NetworkConfig.Genesis.Root `
2657
2657
2658
2658
** Type:** : ` array of integer `
2659
2659
** Description:** Root hash of the genesis block
2660
2660
2661
- #### <a name =" NetworkConfig_Genesis_GenesisActions " ></a >13.2.3. ` NetworkConfig.Genesis.GenesisActions `
2661
+ #### <a name =" NetworkConfig_Genesis_Actions " ></a >13.2.3. ` NetworkConfig.Genesis.Actions `
2662
2662
2663
2663
** Type:** : ` array of object `
2664
- ** Description:** Contracts to be deployed to L2
2664
+ ** Description:** Actions is the data to populate into the state trie
2665
2665
2666
2666
| | Array restrictions |
2667
2667
| -------------------- | ------------------ |
@@ -2671,50 +2671,50 @@ GenesisBlockNum=0
2671
2671
| ** Additional items** | False |
2672
2672
| ** Tuple validation** | See below |
2673
2673
2674
- | Each item of this array must be | Description |
2675
- | ------------------------------------------------------------------- | ------------------------------------------------------------------------- |
2676
- | [ GenesisActions items] ( #NetworkConfig_Genesis_GenesisActions_items ) | GenesisAction represents one of the values set on the SMT during genesis. |
2674
+ | Each item of this array must be | Description |
2675
+ | ----------------------------------------------------- | ------------------------------------------------------------------------- |
2676
+ | [ Actions items] ( #NetworkConfig_Genesis_Actions_items ) | GenesisAction represents one of the values set on the SMT during genesis. |
2677
2677
2678
- ##### <a name =" autogenerated_heading_3 " ></a >13.2.3.1. [ NetworkConfig.Genesis.GenesisActions.GenesisActions items]
2678
+ ##### <a name =" autogenerated_heading_3 " ></a >13.2.3.1. [ NetworkConfig.Genesis.Actions.Actions items]
2679
2679
2680
2680
** Type:** : ` object `
2681
2681
** Description:** GenesisAction represents one of the values set on the SMT during genesis.
2682
2682
2683
- | Property | Pattern | Type | Deprecated | Definition | Title/Description |
2684
- | --------------------------------------------------------------------------------- | ------- | ------- | ---------- | ---------- | ----------------- |
2685
- | - [ address] ( #NetworkConfig_Genesis_GenesisActions_items_address ) | No | string | No | - | - |
2686
- | - [ type] ( #NetworkConfig_Genesis_GenesisActions_items_type ) | No | integer | No | - | - |
2687
- | - [ storagePosition] ( #NetworkConfig_Genesis_GenesisActions_items_storagePosition ) | No | string | No | - | - |
2688
- | - [ bytecode] ( #NetworkConfig_Genesis_GenesisActions_items_bytecode ) | No | string | No | - | - |
2689
- | - [ key] ( #NetworkConfig_Genesis_GenesisActions_items_key ) | No | string | No | - | - |
2690
- | - [ value] ( #NetworkConfig_Genesis_GenesisActions_items_value ) | No | string | No | - | - |
2691
- | - [ root] ( #NetworkConfig_Genesis_GenesisActions_items_root ) | No | string | No | - | - |
2683
+ | Property | Pattern | Type | Deprecated | Definition | Title/Description |
2684
+ | -------------------------------------------------------------------------- | ------- | ------- | ---------- | ---------- | ----------------- |
2685
+ | - [ address] ( #NetworkConfig_Genesis_Actions_items_address ) | No | string | No | - | - |
2686
+ | - [ type] ( #NetworkConfig_Genesis_Actions_items_type ) | No | integer | No | - | - |
2687
+ | - [ storagePosition] ( #NetworkConfig_Genesis_Actions_items_storagePosition ) | No | string | No | - | - |
2688
+ | - [ bytecode] ( #NetworkConfig_Genesis_Actions_items_bytecode ) | No | string | No | - | - |
2689
+ | - [ key] ( #NetworkConfig_Genesis_Actions_items_key ) | No | string | No | - | - |
2690
+ | - [ value] ( #NetworkConfig_Genesis_Actions_items_value ) | No | string | No | - | - |
2691
+ | - [ root] ( #NetworkConfig_Genesis_Actions_items_root ) | No | string | No | - | - |
2692
2692
2693
- ##### <a name =" NetworkConfig_Genesis_GenesisActions_items_address " ></a >13.2.3.1.1. ` NetworkConfig.Genesis.GenesisActions.GenesisActions items.address `
2693
+ ##### <a name =" NetworkConfig_Genesis_Actions_items_address " ></a >13.2.3.1.1. ` NetworkConfig.Genesis.Actions.Actions items.address `
2694
2694
2695
2695
** Type:** : ` string `
2696
2696
2697
- ##### <a name =" NetworkConfig_Genesis_GenesisActions_items_type " ></a >13.2.3.1.2. ` NetworkConfig.Genesis.GenesisActions.GenesisActions items.type `
2697
+ ##### <a name =" NetworkConfig_Genesis_Actions_items_type " ></a >13.2.3.1.2. ` NetworkConfig.Genesis.Actions.Actions items.type `
2698
2698
2699
2699
** Type:** : ` integer `
2700
2700
2701
- ##### <a name =" NetworkConfig_Genesis_GenesisActions_items_storagePosition " ></a >13.2.3.1.3. ` NetworkConfig.Genesis.GenesisActions.GenesisActions items.storagePosition `
2701
+ ##### <a name =" NetworkConfig_Genesis_Actions_items_storagePosition " ></a >13.2.3.1.3. ` NetworkConfig.Genesis.Actions.Actions items.storagePosition `
2702
2702
2703
2703
** Type:** : ` string `
2704
2704
2705
- ##### <a name =" NetworkConfig_Genesis_GenesisActions_items_bytecode " ></a >13.2.3.1.4. ` NetworkConfig.Genesis.GenesisActions.GenesisActions items.bytecode `
2705
+ ##### <a name =" NetworkConfig_Genesis_Actions_items_bytecode " ></a >13.2.3.1.4. ` NetworkConfig.Genesis.Actions.Actions items.bytecode `
2706
2706
2707
2707
** Type:** : ` string `
2708
2708
2709
- ##### <a name =" NetworkConfig_Genesis_GenesisActions_items_key " ></a >13.2.3.1.5. ` NetworkConfig.Genesis.GenesisActions.GenesisActions items.key `
2709
+ ##### <a name =" NetworkConfig_Genesis_Actions_items_key " ></a >13.2.3.1.5. ` NetworkConfig.Genesis.Actions.Actions items.key `
2710
2710
2711
2711
** Type:** : ` string `
2712
2712
2713
- ##### <a name =" NetworkConfig_Genesis_GenesisActions_items_value " ></a >13.2.3.1.6. ` NetworkConfig.Genesis.GenesisActions.GenesisActions items.value `
2713
+ ##### <a name =" NetworkConfig_Genesis_Actions_items_value " ></a >13.2.3.1.6. ` NetworkConfig.Genesis.Actions.Actions items.value `
2714
2714
2715
2715
** Type:** : ` string `
2716
2716
2717
- ##### <a name =" NetworkConfig_Genesis_GenesisActions_items_root " ></a >13.2.3.1.7. ` NetworkConfig.Genesis.GenesisActions.GenesisActions items.root `
2717
+ ##### <a name =" NetworkConfig_Genesis_Actions_items_root " ></a >13.2.3.1.7. ` NetworkConfig.Genesis.Actions.Actions items.root `
2718
2718
2719
2719
** Type:** : ` string `
2720
2720
0 commit comments