Commit 27e1f494 authored by Mark Tyneway's avatar Mark Tyneway

contracts-bedrock: delete dead comments

parent 13faa913
......@@ -34,7 +34,6 @@ contract OptimistAllowlist is ISemver {
/// @custom:semver 1.1.0
string public constant version = "1.1.0";
/// @custom:semver 1.0.2
/// @param _attestationStation Address of the AttestationStation contract.
/// @param _allowlistAttestor Address of the allowlist attestor.
/// @param _coinbaseQuestAttestor Address of the Coinbase Quest attestor.
......
......@@ -91,7 +91,6 @@ contract OptimistInviter is ISemver, EIP712Upgradeable {
/// @custom:semver 1.1.0
string public constant version = "1.1.0";
/// @custom:semver 1.0.2
/// @param _inviteGranter Address of the invite granter.
/// @param _attestationStation Address of the AttestationStation contract.
constructor(address _inviteGranter, AttestationStation _attestationStation) {
......
......@@ -42,7 +42,6 @@ contract OptimismMintableERC20 is IOptimismMintableERC20, ILegacyMintableERC20,
/// @custom:semver 1.3.0
string public constant version = "1.3.0";
/// @custom:semver 1.2.1
/// @param _bridge Address of the L2 standard bridge.
/// @param _remoteToken Address of the corresponding L1 token.
/// @param _name ERC20 name.
......
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