Commit 392f5347 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: cross domain messenger comment

Improve the comment to make it more accurate in the `L1CrossDomainMessenger`.
parent 433f5ddb
...@@ -18,7 +18,7 @@ contract L1CrossDomainMessenger is CrossDomainMessenger, ISemver { ...@@ -18,7 +18,7 @@ contract L1CrossDomainMessenger is CrossDomainMessenger, ISemver {
/// @custom:legacy /// @custom:legacy
OptimismPortal public immutable PORTAL; OptimismPortal public immutable PORTAL;
/// @notice Address of the other SuperchainConfig contract. /// @notice Address of the SuperchainConfig contract.
SuperchainConfig public superchainConfig; SuperchainConfig public superchainConfig;
/// @notice Semantic version. /// @notice Semantic version.
......
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