Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #30 from OffchainLabs/keepalive-event
Browse files Browse the repository at this point in the history
Add keepalive event
  • Loading branch information
rachel-bousfield authored Jan 23, 2024
2 parents 342c460 + b454b21 commit 04cb3e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/precompiles/ArbWasm.sol
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ interface ArbWasm {
uint256 dataFee,
uint16 version
);
event ProgramLifetimeExtended(bytes32 indexed codehash, uint256 dataFee);

error ProgramNotActivated();
error ProgramNeedsUpgrade(uint16 version, uint16 stylusVersion);
Expand Down

0 comments on commit 04cb3e5

Please sign in to comment.