Skip to content

Commit a37ef72

Browse files
authored
Update rollup.json for Jovian (#83)
* Update rollup.json for Jovian * Add rollup.load-protocol-versions by default
1 parent 2590f47 commit a37ef72

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

envs/celo-sepolia/config/rollup.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
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,
@@ -33,6 +35,7 @@
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",

envs/mainnet/config/rollup.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@
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,
@@ -30,6 +33,10 @@
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",

scripts/start-op-node.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
if [ -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

0 commit comments

Comments
 (0)