Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
27e1f494
Commit
27e1f494
authored
Nov 01, 2023
by
Mark Tyneway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contracts-bedrock: delete dead comments
parent
13faa913
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
OptimistAllowlist.sol
...tracts-bedrock/src/periphery/op-nft/OptimistAllowlist.sol
+0
-1
OptimistInviter.sol
...ontracts-bedrock/src/periphery/op-nft/OptimistInviter.sol
+0
-1
OptimismMintableERC20.sol
...contracts-bedrock/src/universal/OptimismMintableERC20.sol
+0
-1
No files found.
packages/contracts-bedrock/src/periphery/op-nft/OptimistAllowlist.sol
View file @
27e1f494
...
@@ -34,7 +34,6 @@ contract OptimistAllowlist is ISemver {
...
@@ -34,7 +34,6 @@ contract OptimistAllowlist is ISemver {
/// @custom:semver 1.1.0
/// @custom:semver 1.1.0
string public constant version = "1.1.0";
string public constant version = "1.1.0";
/// @custom:semver 1.0.2
/// @param _attestationStation Address of the AttestationStation contract.
/// @param _attestationStation Address of the AttestationStation contract.
/// @param _allowlistAttestor Address of the allowlist attestor.
/// @param _allowlistAttestor Address of the allowlist attestor.
/// @param _coinbaseQuestAttestor Address of the Coinbase Quest attestor.
/// @param _coinbaseQuestAttestor Address of the Coinbase Quest attestor.
...
...
packages/contracts-bedrock/src/periphery/op-nft/OptimistInviter.sol
View file @
27e1f494
...
@@ -91,7 +91,6 @@ contract OptimistInviter is ISemver, EIP712Upgradeable {
...
@@ -91,7 +91,6 @@ contract OptimistInviter is ISemver, EIP712Upgradeable {
/// @custom:semver 1.1.0
/// @custom:semver 1.1.0
string public constant version = "1.1.0";
string public constant version = "1.1.0";
/// @custom:semver 1.0.2
/// @param _inviteGranter Address of the invite granter.
/// @param _inviteGranter Address of the invite granter.
/// @param _attestationStation Address of the AttestationStation contract.
/// @param _attestationStation Address of the AttestationStation contract.
constructor(address _inviteGranter, AttestationStation _attestationStation) {
constructor(address _inviteGranter, AttestationStation _attestationStation) {
...
...
packages/contracts-bedrock/src/universal/OptimismMintableERC20.sol
View file @
27e1f494
...
@@ -42,7 +42,6 @@ contract OptimismMintableERC20 is IOptimismMintableERC20, ILegacyMintableERC20,
...
@@ -42,7 +42,6 @@ contract OptimismMintableERC20 is IOptimismMintableERC20, ILegacyMintableERC20,
/// @custom:semver 1.3.0
/// @custom:semver 1.3.0
string public constant version = "1.3.0";
string public constant version = "1.3.0";
/// @custom:semver 1.2.1
/// @param _bridge Address of the L2 standard bridge.
/// @param _bridge Address of the L2 standard bridge.
/// @param _remoteToken Address of the corresponding L1 token.
/// @param _remoteToken Address of the corresponding L1 token.
/// @param _name ERC20 name.
/// @param _name ERC20 name.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment