Skip to content

Commit 100ab26

Browse files
committed
Keep the events only in the interface
1 parent f4d2052 commit 100ab26

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ contract AlignedProofAggregationService is
1414
OwnableUpgradeable,
1515
UUPSUpgradeable
1616
{
17-
18-
event Risc0VerifierAddressUpdated(address indexed newAddress);
19-
event SP1VerifierAddressUpdated(address indexed newAddress);
20-
event Risc0AggregatorProgramImageIdUpdated(bytes32 indexed newImageId);
21-
event SP1AggregatorProgramVKHashUpdated(bytes32 indexed newVKHash);
22-
2317
/// @notice Map the merkle root to a boolean to indicate it was verified
2418
mapping(bytes32 => bool) public aggregatedProofs;
2519

0 commit comments

Comments
 (0)