Commit a2587c4d authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: add tag

parent 5708d808
...@@ -13,6 +13,7 @@ import { Semver } from "../universal/Semver.sol"; ...@@ -13,6 +13,7 @@ import { Semver } from "../universal/Semver.sol";
/// interface instead of interacting with lower-level contracts directly. /// interface instead of interacting with lower-level contracts directly.
contract L1CrossDomainMessenger is CrossDomainMessenger, Semver { contract L1CrossDomainMessenger is CrossDomainMessenger, Semver {
/// @notice Address of the OptimismPortal. /// @notice Address of the OptimismPortal.
/// @custom:network-specific
OptimismPortal internal _PORTAL; OptimismPortal internal _PORTAL;
/// @custom:semver 1.5.0 /// @custom:semver 1.5.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment