File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ base_version = " 0.4"
2
+ upgrade_version = " 0.4"
3
+ genesis_version = " 0.4"
4
+ epoch_height = 3000
5
+ drb_difficulty = 10
6
+ drb_upgrade_difficulty = 10
7
+ epoch_start_block = 1000
8
+
9
+ [stake_table ]
10
+ capacity = 200
11
+
12
+ [chain_config ]
13
+ chain_id = 999999999
14
+ base_fee = " 1 wei"
15
+ max_block_size = " 100mb"
16
+ fee_recipient = " 0x0000000000000000000000000000000000000000"
17
+ fee_contract = " 0xa15bb66138824a1c7167f5e85b957d04dd34e468"
18
+ stake_table_contract = " 0x196dbcbb54b8ec4958c959d8949ebfe87ac2aaaf"
19
+
20
+ [header ]
21
+ timestamp = " 1970-01-01T00:00:00Z"
22
+
23
+ [header .chain_config ]
24
+ chain_id = 999999999
25
+ base_fee = " 1 wei"
26
+ max_block_size = " 100mb"
27
+ fee_recipient = " 0x0000000000000000000000000000000000000000"
28
+ fee_contract = " 0xa15bb66138824a1c7167f5e85b957d04dd34e468"
29
+ stake_table_contract = " 0x196dbcbb54b8ec4958c959d8949ebfe87ac2aaaf"
30
+
31
+ [l1_finalized ]
32
+ number = 0 # Block where fee contract is deployed
You can’t perform that action at this time.
0 commit comments