We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3330f commit cfd2c57Copy full SHA for cfd2c57
packages/contracts-bedrock/src/L1/OptimismPortalInterop.sol
@@ -28,9 +28,9 @@ contract OptimismPortalInterop is OptimismPortal2 {
28
OptimismPortal2(_proofMaturityDelaySeconds, _disputeGameFinalityDelaySeconds)
29
{ }
30
31
- /// @custom:semver +interop-beta.8
+ /// @custom:semver +interop-beta.9
32
function version() public pure override returns (string memory) {
33
- return string.concat(super.version(), "+interop-beta.8");
+ return string.concat(super.version(), "+interop-beta.9");
34
}
35
36
/// @notice Sets static configuration options for the L2 system.
0 commit comments