Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Jan 17, 2025
1 parent 66751f4 commit f92670c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
4 changes: 3 additions & 1 deletion contracts/opsuccinctl2ooconfig-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"challenger": "0x0000000000000000000000000000000000000000",
"finalizationPeriod": 3600,
"l2BlockTime": 2,
"opSuccinctL2OutputOracleImpl": "0x0000000000000000000000000000000000000000",
"owner": "0xDEd0000E32f8F40414d3ab3a830f735a3553E18e",
"proposer": "0x0000000000000000000000000000000000000000",
"rollupConfigHash": "0x0d7101e2acc7eae1fb42cfce5c604d14da561726e4e01b509315e5a9f97a9816",
Expand All @@ -11,5 +12,6 @@
"submissionInterval": 1200,
"verifier": "0x397A5f7f3dBd538f23DE225B51f532c34448dA9B",
"aggregationVkey": "0x00d4e72bc998d0528b0722a53bedd9c6f0143c9157af194ad4bb2502e37a496f",
"rangeVkeyCommitment": "0x33e3678015df481724af3aac49d000923caeec277027610b1490f857769f9459"
"rangeVkeyCommitment": "0x33e3678015df481724af3aac49d000923caeec277027610b1490f857769f9459",
"proxyAdmin": "0x0000000000000000000000000000000000000000"
}
14 changes: 7 additions & 7 deletions contracts/opsuccinctl2ooconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"opSuccinctL2OutputOracleImpl": "0xe2314c6d41f0b73d8998e3bd3174c3b149c394d5",
"owner": "0x788c45CafaB3ea427b9079889BE43D7d3cd7500C",
"proposer": "0x788c45CafaB3ea427b9079889BE43D7d3cd7500C",
"rollupConfigHash": "0x0d7101e2acc7eae1fb42cfce5c604d14da561726e4e01b509315e5a9f97a9816",
"startingBlockNumber": 7399691,
"startingOutputRoot": "0x68b2375ce95062cfd73ad9a303ca723022322f730cdf378bc8ead80c05b7f68f",
"startingTimestamp": 1737151870,
"submissionInterval": 1000,
"rollupConfigHash": "0x78e77d3560e6cfb84e49b62ce66ccce1a8c347b1f3e7c6353a590dcb373a6a4e",
"startingBlockNumber": 8909351,
"startingOutputRoot": "0x6c8fc616e3d706041663887f26d1f7cf1ae4ee2930f32dce37b14920cb1ebfda",
"startingTimestamp": 1737154341,
"submissionInterval": 3600,
"verifier": "0x397A5f7f3dBd538f23DE225B51f532c34448dA9B",
"aggregationVkey": "0x001758559af75612b9d16de030ed47309d7d28fadd3839a3addaa78d2d4e2754",
"rangeVkeyCommitment": "0x39979c7850d2d3f00c30b29a503c80e245af53ce02a1202518ae0d3c1f8691d0",
"aggregationVkey": "0x00613438cec0bce6dba4091a5e2d831dd9531605f0b85fe2762c664b35288c1a",
"rangeVkeyCommitment": "0x5f1667fd22a4ac5c016edf3f583e20c6250d9eb776dfaac902a25a14426b7dc9",
"proxyAdmin": "0x0000000000000000000000000000000000000000"
}
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ deploy-oracle env_file=".env":
$ENV_VARS forge script script/OPSuccinctDeployer.s.sol:OPSuccinctDeployer \
--rpc-url $L1_RPC \
--private-key $PRIVATE_KEY \
--broadcast \
$VERIFY
# --broadcast \
# $VERIFY

# Upgrade the OPSuccinct L2 Output Oracle
upgrade-oracle env_file=".env":
Expand Down

0 comments on commit f92670c

Please sign in to comment.