Commit 5c9e9b3d authored by Adrian Sutton's avatar Adrian Sutton Committed by GitHub

fpac-deploy: Adds some new config options to the sepolia deploy config. Use...

fpac-deploy: Adds some new config options to the sepolia deploy config. Use reproducible prestate build. (#9430)
parent 90a344fe
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
"systemConfigStartBlock": 4071248, "systemConfigStartBlock": 4071248,
"requiredProtocolVersion": "0x0000000000000000000000000000000000000004000000000000000000000001", "requiredProtocolVersion": "0x0000000000000000000000000000000000000004000000000000000000000001",
"recommendedProtocolVersion": "0x0000000000000000000000000000000000000004000000000000000000000001", "recommendedProtocolVersion": "0x0000000000000000000000000000000000000004000000000000000000000001",
"faultGameAbsolutePrestate": "0x037bbcc23684afbb7f608024369242c5cdea261a4f63981387efb7cd81763536", "faultGameAbsolutePrestate": "0x03e1255457128b9afd9acf93239c1d477bdff88624901f9ca8fe0783b756dbe0",
"faultGameMaxDepth": 73, "faultGameMaxDepth": 73,
"faultGameMaxDuration": 86400, "faultGameMaxDuration": 86400,
"faultGameGenesisBlock": 0, "faultGameGenesisBlock": 0,
...@@ -50,5 +50,9 @@ ...@@ -50,5 +50,9 @@
"faultGameSplitDepth": 32, "faultGameSplitDepth": 32,
"preimageOracleMinProposalSize": 1800000, "preimageOracleMinProposalSize": 1800000,
"preimageOracleChallengePeriod": 86400, "preimageOracleChallengePeriod": 86400,
"preimageOracleCancunActivationTimestamp": 1706655072 "preimageOracleCancunActivationTimestamp": 1706655072,
"proofMaturityDelaySeconds": 12,
"disputeGameFinalityDelaySeconds": 6,
"respectedGameType": 0,
"useFaultProofs": false
} }
...@@ -10,7 +10,7 @@ help: # Show help for each of the Makefile recipes. ...@@ -10,7 +10,7 @@ help: # Show help for each of the Makefile recipes.
.PHONY: cannon-prestate .PHONY: cannon-prestate
cannon-prestate: # Generate the cannon prestate, and tar the `op-program` + `cannon` binaries + prestate data used to generate it. cannon-prestate: # Generate the cannon prestate, and tar the `op-program` + `cannon` binaries + prestate data used to generate it.
cd $(monorepo_root) && make cannon-prestate cd $(monorepo_root) && make reproducible-prestate
@mkdir -p prestate-artifacts @mkdir -p prestate-artifacts
@cp -r $(monorepo_root)/cannon/bin/** prestate-artifacts/ @cp -r $(monorepo_root)/cannon/bin/** prestate-artifacts/
@cp -r $(monorepo_root)/op-program/bin/** prestate-artifacts/ @cp -r $(monorepo_root)/op-program/bin/** prestate-artifacts/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment