File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 "scalar" : " 0x0100000000000000000000000000000000000000000000000000000000000000" ,
1616 "gasLimit" : 60000000 ,
1717 "eip1559Params" : " 0x0000000000000000" ,
18- "operatorFeeParams" : " 0x0000000000000000000000000000000000000000000000000000000000000000"
18+ "operatorFeeParams" : " 0x0000000000000000000000000000000000000000000000000000000000000000" ,
19+ "minBaseFee" : 0 ,
20+ "daFootprintGasScalar" : 0
1921 }
2022 },
2123 "block_time" : 1 ,
3335 "granite_time" : 0 ,
3436 "holocene_time" : 0 ,
3537 "isthmus_time" : 0 ,
38+ "jovian_time" : 1773749037 ,
3639 "batch_inbox_address" : " 0x00076c1f80cdb1d670046465c5ccd04e9e78c1f0" ,
3740 "deposit_contract_address" : " 0x44ae3d41a335a7d05eb533029917aad35662dcc2" ,
3841 "l1_system_config_address" : " 0x760a5f022c9940f4a074e0030be682f560d29818" ,
Original file line number Diff line number Diff line change 1414 "overhead" : " 0x0000000000000000000000000000000000000000000000000000000000000000" ,
1515 "scalar" : " 0x0100000000000000000000000000000000000000000000000000000000000000" ,
1616 "gasLimit" : 30000000 ,
17- "eip1559Params" : " 0x0000000000000000"
17+ "eip1559Params" : " 0x0000000000000000" ,
18+ "operatorFeeParams" : " 0x0000000000000000000000000000000000000000000000000000000000000000" ,
19+ "minBaseFee" : 0 ,
20+ "daFootprintGasScalar" : 0
1821 }
1922 },
2023 "block_time" : 1 ,
3033 "ecotone_time" : 0 ,
3134 "fjord_time" : 0 ,
3235 "granite_time" : 0 ,
36+ "holocene_time" : 1752073200 ,
37+ "isthmus_time" : 1752073200 ,
38+ "pectra_blob_schedule_time" : 1752073200 ,
39+ "jovian_time" : 1774958788 ,
3340 "batch_inbox_address" : " 0xff00000000000000000000000000000000042220" ,
3441 "deposit_contract_address" : " 0xc5c5d157928bdbd2acf6d0777626b6c75a9eaedc" ,
3542 "l1_system_config_address" : " 0x89e31965d844a309231b1f17759ccaf1b7c09861" ,
Original file line number Diff line number Diff line change 22set -e
33
44if [ -n " ${IS_CUSTOM_CHAIN} " ]; then
5- export EXTENDED_ARG=" ${EXTENDED_ARG:- } --rollup.config=/chainconfig/rollup.json"
5+ export EXTENDED_ARG=" ${EXTENDED_ARG:- } --rollup.config=/chainconfig/rollup.json --rollup.load-protocol-versions=true "
66 if [ ! -f /chainconfig/rollup.json ]; then
77 echo " Missing rollup.json file: Either update the repo to pull the published rollup.json or migrate your Celo L1 datadir to generate rollup.json."
88 exit
You can’t perform that action at this time.
0 commit comments