Skip to content

Commit 72e0568

Browse files
committed
fix: remove VERIFIER_MOCK_ADDRESS
1 parent d68ece0 commit 72e0568

File tree

3 files changed

+465
-469
lines changed

3 files changed

+465
-469
lines changed

contracts/scripts/anvil/state/alignedlayer-deployed-anvil-state.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

contracts/src/core/AlignedProofAggregationService.sol

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ contract AlignedProofAggregationService is
3333
/// https://dev.risczero.com/api/blockchain-integration/contracts/verifier#contract-addresses
3434
address public risc0VerifierAddress;
3535

36-
/// @notice whether we are in dev mode or not
37-
/// if the sp1 verifier address is set to this address, then we skip verification
38-
address public constant VERIFIER_MOCK_ADDRESS = address(0xFF);
39-
4036
/// @notice Proving system ID for SP1
4137
uint8 public constant SP1_ID = 1;
4238

0 commit comments

Comments
 (0)