Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AmadiMichael authored Sep 27, 2024
1 parent 724b4e5 commit d141b53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/contracts-bedrock/semver-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@
"sourceCodeHash": "0x50ed780b621521047ed36ffb260032f2e5ec287f3e1ab3d742c7de45febb280d"
},
"src/cannon/PreimageOracle.sol": {
"initCodeHash": "0x3690e6dafe588c29de74790123bf6de5b0f741869bf5dbd8a122fdef96cab733",
"sourceCodeHash": "0x19b48b7d5fcb296cacf0cb15326b2e12a9556d6d811a16cbe2344792afa30427"
"initCodeHash": "0xa0b19e18561da9990c95ebea9750dd901f73147b32b8b234eca0f35073c5a970",
"sourceCodeHash": "0x6235d602f84c4173e7a58666791e3db4c9e9651eaccb20db5aed2f898b76e896"
},
"src/dispute/AnchorStateRegistry.sol": {
"initCodeHash": "0x13d00eef8c3f769863fc766180acc8586f5da309ca0a098e67d4d90bd3243341",
Expand Down
6 changes: 3 additions & 3 deletions packages/contracts-bedrock/src/cannon/PreimageOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ contract PreimageOracle is ISemver {
uint256 public constant PRECOMPILE_CALL_RESERVED_GAS = 100_000;

/// @notice The semantic version of the Preimage Oracle contract.
/// @custom:semver 1.1.3-beta.3
string public constant version = "1.1.3-beta.3";
/// @custom:semver 1.1.3-beta.4
string public constant version = "1.1.3-beta.4";

////////////////////////////////////////////////////////////////
// Authorized Preimage Parts //
Expand Down Expand Up @@ -129,7 +129,7 @@ contract PreimageOracle is ISemver {
dat_ = preimageParts[_key][_offset];
}

/// @notice Loads of local data part into the preimage oracle.
/// @notice Loads local data parts into the preimage oracle.
/// @param _ident The identifier of the local data.
/// @param _localContext The local key context for the preimage oracle. Optionally, can be set as a constant
/// if the caller only requires one set of local keys.
Expand Down

0 comments on commit d141b53

Please sign in to comment.