Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Jan 17, 2025
1 parent 8a03ed3 commit 66751f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contracts/test/Upgrade.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ contract UpgradeTest is Test, Utils {
submissionInterval: 2,
verifier: address(0x397A5f7f3dBd538f23DE225B51f532c34448dA9B),
aggregationVkey: bytes32(0x00ea4171dbd0027768055bee7f6d64e17e9cec99b29aad5d18e5d804b967775b),
rangeVkeyCommitment: bytes32(0x1a4ebe5c47d55436319c425951eb1a7e04f560945e29eb454215d30b30987bbb)
rangeVkeyCommitment: bytes32(0x1a4ebe5c47d55436319c425951eb1a7e04f560945e29eb454215d30b30987bbb),
proxyAdmin: address(0x0000000000000000000000000000000000000000),
opSuccinctL2OutputOracleImpl: address(0x0000000000000000000000000000000000000000)
});

// This is never called, so we just need to add some code to the address so the check passes.
Expand Down

0 comments on commit 66751f4

Please sign in to comment.