Skip to content

Commit

Permalink
feat: compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Jan 9, 2025
1 parent 150299c commit 7492e54
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 100 deletions.
136 changes: 60 additions & 76 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ op-alloy-rpc-types-engine = { version = "0.6.8", default-features = false }
op-alloy-network = { version = "0.6.8", default-features = false }

# sp1
sp1-lib = { version = "4.0.0-rc.8", features = ["verify"] }
sp1-sdk = { git = "https://github.com/succinctlabs/sp1-wip", branch = "ratan/mock-proof-from-pv" }
sp1-zkvm = { version = "4.0.0-rc.8", features = ["verify"] }
sp1-build = { version = "4.0.0-rc.8" }
sp1-lib = { version = "4.0.0-rc.9", features = ["verify"] }
sp1-sdk = { version = "4.0.0-rc.9" }
sp1-zkvm = { version = "4.0.0-rc.9", features = ["verify"] }
sp1-build = { version = "4.0.0-rc.9" }

[profile.release-client-lto]
inherits = "release"
Expand Down
2 changes: 1 addition & 1 deletion configs/480/rollup.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@
"batch_inbox_address": "0xff00000000000000000000000000000000000480",
"deposit_contract_address": "0xd5ec14a83b7d95be1e2ac12523e2dee12cbeea6c",
"l1_system_config_address": "0x6ab0777fd0e609ce58f939a7f70fe41f5aa6300a",
"protocol_versions_address": "0x0000000000000000000000000000000000000000"
"protocol_versions_address": "0x8062abc286f5e7d9428a0ccb9abd71e50d93b935"
}
24 changes: 12 additions & 12 deletions contracts/opsuccinctl2ooconfig.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"challenger": "0xDEd0000E32f8F40414d3ab3a830f735a3553E18e",
"challenger": "0x788c45CafaB3ea427b9079889BE43D7d3cd7500C",
"finalizationPeriod": 3600,
"l2BlockTime": 10,
"owner": "0xDEd0000E32f8F40414d3ab3a830f735a3553E18e",
"proposer": "0xDEd0000E32f8F40414d3ab3a830f735a3553E18e",
"rollupConfigHash": "0x71241d0f92749d7365aaaf6a015de550816632a4e4e84e273f865f582e8190aa",
"startingBlockNumber": 349460,
"startingOutputRoot": "0x976350d8d672a46ffa14faefac53827df68cebcb86305b5042b9f9cc963107d1",
"startingTimestamp": 1735613204,
"submissionInterval": 1200,
"verifier": "0x397A5f7f3dBd538f23DE225B51f532c34448dA9B",
"aggregationVkey": "0x00d4e72bc998d0528b0722a53bedd9c6f0143c9157af194ad4bb2502e37a496f",
"rangeVkeyCommitment": "0x33e3678015df481724af3aac49d000923caeec277027610b1490f857769f9459"
"l2BlockTime": 2,
"owner": "0x788c45CafaB3ea427b9079889BE43D7d3cd7500C",
"proposer": "0x788c45CafaB3ea427b9079889BE43D7d3cd7500C",
"rollupConfigHash": "0x78e77d3560e6cfb84e49b62ce66ccce1a8c347b1f3e7c6353a590dcb373a6a4e",
"startingBlockNumber": 8430302,
"startingOutputRoot": "0x38a9f55b8cc21415c16e34a7e6e89e2503a3254f4ff0f4cd368aad5a43320fb7",
"startingTimestamp": 1736196243,
"submissionInterval": 86400,
"verifier": "0xda10a9199d56ad03ee1c832758fb02341db66a32",
"aggregationVkey": "0x0015c534b62fd88189fc2f517db5fe3b15d2e8795372d68d09d1239ca3c6066e",
"rangeVkeyCommitment": "0x46f107804e8eb6b6173bd94e15049b1006b9862b020463f76cfde6284b24f91a"
}
Loading

0 comments on commit 7492e54

Please sign in to comment.