Commit 11667851 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: better comment

parent b1779589
...@@ -12,7 +12,8 @@ import { Semver } from "../universal/Semver.sol"; ...@@ -12,7 +12,8 @@ import { Semver } from "../universal/Semver.sol";
/// for sending and receiving data on the L1 side. Users are encouraged to use this /// for sending and receiving data on the L1 side. Users are encouraged to use this
/// 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. The public getter for this
/// is legacy and will be removed in the future. Use `portal()` instead.
/// @custom:network-specific /// @custom:network-specific
/// @custom:legacy /// @custom:legacy
OptimismPortal public PORTAL; OptimismPortal public PORTAL;
......
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