Commit bc14d170 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: add network specific tag

parent f7f60be5
......@@ -25,6 +25,7 @@ abstract contract StandardBridge is Initializable {
/// @notice Corresponding bridge on the other domain. This public getter is deprecated
/// and will be removed in the future. Please use `otherBridge` instead.
/// @custom:legacy
/// @custom:network-specific
StandardBridge public immutable OTHER_BRIDGE;
/// @custom:legacy
......
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