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
a3d1ab31
Commit
a3d1ab31
authored
Sep 11, 2023
by
Mark Tyneway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lint: fix
parent
2c4713f3
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
17 deletions
+13
-17
semver-lock.json
packages/contracts-bedrock/semver-lock.json
+6
-6
L1CrossDomainMessenger.sol
packages/contracts-bedrock/src/L1/L1CrossDomainMessenger.sol
+1
-1
L1ERC721Bridge.sol
packages/contracts-bedrock/src/L1/L1ERC721Bridge.sol
+1
-1
L1StandardBridge.sol
packages/contracts-bedrock/src/L1/L1StandardBridge.sol
+1
-1
L2OutputOracle.sol
packages/contracts-bedrock/src/L1/L2OutputOracle.sol
+2
-6
OptimismPortal.sol
packages/contracts-bedrock/src/L1/OptimismPortal.sol
+1
-1
SystemConfig.sol
packages/contracts-bedrock/src/L1/SystemConfig.sol
+1
-1
No files found.
packages/contracts-bedrock/semver-lock.json
View file @
a3d1ab31
{
{
"src/EAS/EAS.sol"
:
"0x1acb25751a1206eb859cc5fcf934da2f84cfb907b8e8951d86fc4e43c53a7303"
,
"src/EAS/EAS.sol"
:
"0x1acb25751a1206eb859cc5fcf934da2f84cfb907b8e8951d86fc4e43c53a7303"
,
"src/EAS/SchemaRegistry.sol"
:
"0x305f3afed2e337cd70aac70fc202e6503b947b0a31e0d4e18c49486eeb635bb5"
,
"src/EAS/SchemaRegistry.sol"
:
"0x305f3afed2e337cd70aac70fc202e6503b947b0a31e0d4e18c49486eeb635bb5"
,
"src/L1/L1CrossDomainMessenger.sol"
:
"0x
576facbbc16273fcb694d1e3433e5d9ff5d713062a8a39b019986af6a807c08c
"
,
"src/L1/L1CrossDomainMessenger.sol"
:
"0x
14f5991022705b8bd3bf931e138a528cc9c9e90d0f1ec398efd5079224d61b3b
"
,
"src/L1/L1ERC721Bridge.sol"
:
"0x
69653f52c0a3b3631bc8eeefee7f004e7666008fb0882ff10d69e3f61420495a
"
,
"src/L1/L1ERC721Bridge.sol"
:
"0x
3e0e3d2f4c151e41585850f06e6452cdda86348debfe6ff16e364a839266450b
"
,
"src/L1/L1StandardBridge.sol"
:
"0x1
e2af3dac1a99598496ed8fb34fb625bdb138de1a0a95810cede4839e309c0a9
"
,
"src/L1/L1StandardBridge.sol"
:
"0x1
2e227c6054660a83b92d823a7447db96a7d476b7a94e0f1807772d400329880
"
,
"src/L1/L2OutputOracle.sol"
:
"0x2
f43d47f25e002fe67b15052962ada2c419609b32b86ab46ef9b305512735f80
"
,
"src/L1/L2OutputOracle.sol"
:
"0x2
e298bccb5fe73cf365e23bb56ebe974534549e0052bfe0f86372c52067153e6
"
,
"src/L1/OptimismPortal.sol"
:
"0x
243d450f6c2a64ab0cb9ecce9b0c0c19b72dd0bf76d77a072b4d006c648304ee
"
,
"src/L1/OptimismPortal.sol"
:
"0x
c8e41a7c3405c1b04c98f4b6bc7d20ff6f20cd3132134a3106670f5a475978c7
"
,
"src/L1/SystemConfig.sol"
:
"0x
e698fccd4f8a0c25d8dbe05255c0b59a642d3073b9de1dbb24856ec3830adf3f
"
,
"src/L1/SystemConfig.sol"
:
"0x
d508b84ef7c6d57be1e2e7eef92fc340f6bb3d68d999bdf2fabe12d110f9615c
"
,
"src/L2/BaseFeeVault.sol"
:
"0xd8df28898799b80c370e77e9aad09f79235dfda2bf13e56daf21997cfe54200d"
,
"src/L2/BaseFeeVault.sol"
:
"0xd8df28898799b80c370e77e9aad09f79235dfda2bf13e56daf21997cfe54200d"
,
"src/L2/GasPriceOracle.sol"
:
"0xb7d8c4f3ea8db31900125e341aae42a862a2b7d3f1c1aa60c97dc2d0e022b7ba"
,
"src/L2/GasPriceOracle.sol"
:
"0xb7d8c4f3ea8db31900125e341aae42a862a2b7d3f1c1aa60c97dc2d0e022b7ba"
,
"src/L2/L1Block.sol"
:
"0x38ea78a9611656a60ae4d58db75e96413a638e3ccb2e935052441f98a1fd3105"
,
"src/L2/L1Block.sol"
:
"0x38ea78a9611656a60ae4d58db75e96413a638e3ccb2e935052441f98a1fd3105"
,
...
...
packages/contracts-bedrock/src/L1/L1CrossDomainMessenger.sol
View file @
a3d1ab31
...
@@ -20,7 +20,7 @@ contract L1CrossDomainMessenger is CrossDomainMessenger, ISemver {
...
@@ -20,7 +20,7 @@ contract L1CrossDomainMessenger is CrossDomainMessenger, ISemver {
/// @notice Semantic version.
/// @notice Semantic version.
/// @custom:semver 1.6.0
/// @custom:semver 1.6.0
string
constant public
version = "1.6.0";
string
public constant
version = "1.6.0";
/// @notice Constructs the L1CrossDomainMessenger contract.
/// @notice Constructs the L1CrossDomainMessenger contract.
constructor() CrossDomainMessenger(Predeploys.L2_CROSS_DOMAIN_MESSENGER) {
constructor() CrossDomainMessenger(Predeploys.L2_CROSS_DOMAIN_MESSENGER) {
...
...
packages/contracts-bedrock/src/L1/L1ERC721Bridge.sol
View file @
a3d1ab31
...
@@ -19,7 +19,7 @@ contract L1ERC721Bridge is ERC721Bridge, ISemver {
...
@@ -19,7 +19,7 @@ contract L1ERC721Bridge is ERC721Bridge, ISemver {
/// @notice Semantic version.
/// @notice Semantic version.
/// @custom:semver 1.3.0
/// @custom:semver 1.3.0
string
constant public
version = "1.3.0";
string
public constant
version = "1.3.0";
/// @notice Constructs the contract.
/// @notice Constructs the contract.
constructor() ERC721Bridge(Predeploys.L2_ERC721_BRIDGE) {
constructor() ERC721Bridge(Predeploys.L2_ERC721_BRIDGE) {
...
...
packages/contracts-bedrock/src/L1/L1StandardBridge.sol
View file @
a3d1ab31
...
@@ -69,7 +69,7 @@ contract L1StandardBridge is StandardBridge, ISemver {
...
@@ -69,7 +69,7 @@ contract L1StandardBridge is StandardBridge, ISemver {
/// @notice Semantic version.
/// @notice Semantic version.
/// @custom:semver 1.3.0
/// @custom:semver 1.3.0
string
constant public
version = "1.3.0";
string
public constant
version = "1.3.0";
/// @notice Constructs the L1StandardBridge contract.
/// @notice Constructs the L1StandardBridge contract.
constructor() StandardBridge(StandardBridge(payable(Predeploys.L2_STANDARD_BRIDGE))) {
constructor() StandardBridge(StandardBridge(payable(Predeploys.L2_STANDARD_BRIDGE))) {
...
...
packages/contracts-bedrock/src/L1/L2OutputOracle.sol
View file @
a3d1ab31
...
@@ -64,18 +64,14 @@ contract L2OutputOracle is Initializable, ISemver {
...
@@ -64,18 +64,14 @@ contract L2OutputOracle is Initializable, ISemver {
/// @notice Semantic version.
/// @notice Semantic version.
/// @custom:semver 1.5.0
/// @custom:semver 1.5.0
string
constant public
version = "1.5.0";
string
public constant
version = "1.5.0";
/// @notice Constructs the L2OutputOracle contract.
/// @notice Constructs the L2OutputOracle contract.
/// @param _submissionInterval Interval in blocks at which checkpoints must be submitted.
/// @param _submissionInterval Interval in blocks at which checkpoints must be submitted.
/// @param _l2BlockTime The time per L2 block, in seconds.
/// @param _l2BlockTime The time per L2 block, in seconds.
/// @param _finalizationPeriodSeconds The amount of time that must pass for an output proposal
/// @param _finalizationPeriodSeconds The amount of time that must pass for an output proposal
// to be considered canonical.
// to be considered canonical.
constructor(
constructor(uint256 _submissionInterval, uint256 _l2BlockTime, uint256 _finalizationPeriodSeconds) {
uint256 _submissionInterval,
uint256 _l2BlockTime,
uint256 _finalizationPeriodSeconds
) {
require(_l2BlockTime > 0, "L2OutputOracle: L2 block time must be greater than 0");
require(_l2BlockTime > 0, "L2OutputOracle: L2 block time must be greater than 0");
require(_submissionInterval > 0, "L2OutputOracle: submission interval must be greater than 0");
require(_submissionInterval > 0, "L2OutputOracle: submission interval must be greater than 0");
...
...
packages/contracts-bedrock/src/L1/OptimismPortal.sol
View file @
a3d1ab31
...
@@ -99,7 +99,7 @@ contract OptimismPortal is Initializable, ResourceMetering, ISemver {
...
@@ -99,7 +99,7 @@ contract OptimismPortal is Initializable, ResourceMetering, ISemver {
/// @notice Semantic version.
/// @notice Semantic version.
/// @custom:semver 1.9.0
/// @custom:semver 1.9.0
string
constant public
version = "1.9.0";
string
public constant
version = "1.9.0";
/// @notice Constructs the OptimismPortal contract.
/// @notice Constructs the OptimismPortal contract.
constructor() {
constructor() {
...
...
packages/contracts-bedrock/src/L1/SystemConfig.sol
View file @
a3d1ab31
...
@@ -100,7 +100,7 @@ contract SystemConfig is OwnableUpgradeable, ISemver {
...
@@ -100,7 +100,7 @@ contract SystemConfig is OwnableUpgradeable, ISemver {
/// @notice Semantic version.
/// @notice Semantic version.
/// @custom:semver 1.7.0
/// @custom:semver 1.7.0
string
constant public
version = "1.7.0";
string
public constant
version = "1.7.0";
/// @notice Constructs the SystemConfig contract. Cannot set
/// @notice Constructs the SystemConfig contract. Cannot set
/// the owner to `address(0)` due to the Ownable contract's
/// the owner to `address(0)` due to the Ownable contract's
...
...
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