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
776be545
Unverified
Commit
776be545
authored
Jul 27, 2023
by
Mark Tyneway
Committed by
GitHub
Jul 27, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6468 from ethereum-optimism/fix/delete-dead-config
contracts-bedrock: delete dead config
parents
804f2613
529c9bf8
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
1 addition
and
8 deletions
+1
-8
devnetL1.json
packages/contracts-bedrock/deploy-config/devnetL1.json
+0
-1
getting-started.json
...ages/contracts-bedrock/deploy-config/getting-started.json
+0
-1
goerli.json
packages/contracts-bedrock/deploy-config/goerli.json
+0
-1
hardhat.json
packages/contracts-bedrock/deploy-config/hardhat.json
+1
-2
mainnet.json
packages/contracts-bedrock/deploy-config/mainnet.json
+0
-1
DeployConfig.s.sol
packages/contracts-bedrock/scripts/DeployConfig.s.sol
+0
-2
No files found.
packages/contracts-bedrock/deploy-config/devnetL1.json
View file @
776be545
...
@@ -28,7 +28,6 @@
...
@@ -28,7 +28,6 @@
"proxyAdminOwner"
:
"0xBcd4042DE499D14e55001CcbB24a551F3b954096"
,
"proxyAdminOwner"
:
"0xBcd4042DE499D14e55001CcbB24a551F3b954096"
,
"finalSystemOwner"
:
"0xBcd4042DE499D14e55001CcbB24a551F3b954096"
,
"finalSystemOwner"
:
"0xBcd4042DE499D14e55001CcbB24a551F3b954096"
,
"portalGuardian"
:
"0xBcd4042DE499D14e55001CcbB24a551F3b954096"
,
"portalGuardian"
:
"0xBcd4042DE499D14e55001CcbB24a551F3b954096"
,
"controller"
:
"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266"
,
"finalizationPeriodSeconds"
:
2
,
"finalizationPeriodSeconds"
:
2
,
"deploymentWaitConfirmations"
:
1
,
"deploymentWaitConfirmations"
:
1
,
"fundDevAccounts"
:
true
,
"fundDevAccounts"
:
true
,
...
...
packages/contracts-bedrock/deploy-config/getting-started.json
View file @
776be545
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
"finalSystemOwner"
:
"ADMIN"
,
"finalSystemOwner"
:
"ADMIN"
,
"portalGuardian"
:
"ADMIN"
,
"portalGuardian"
:
"ADMIN"
,
"controller"
:
"ADMIN"
,
"l1StartingBlockTag"
:
"BLOCKHASH"
,
"l1StartingBlockTag"
:
"BLOCKHASH"
,
...
...
packages/contracts-bedrock/deploy-config/goerli.json
View file @
776be545
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
"finalSystemOwner"
:
"0xBc1233d0C3e6B5d53Ab455cF65A6623F6dCd7e4f"
,
"finalSystemOwner"
:
"0xBc1233d0C3e6B5d53Ab455cF65A6623F6dCd7e4f"
,
"portalGuardian"
:
"0xBc1233d0C3e6B5d53Ab455cF65A6623F6dCd7e4f"
,
"portalGuardian"
:
"0xBc1233d0C3e6B5d53Ab455cF65A6623F6dCd7e4f"
,
"controller"
:
"0xBc1233d0C3e6B5d53Ab455cF65A6623F6dCd7e4f"
,
"l1StartingBlockTag"
:
"0x6ffc1bf3754c01f6bb9fe057c1578b87a8571ce2e9be5ca14bace6eccfd336c7"
,
"l1StartingBlockTag"
:
"0x6ffc1bf3754c01f6bb9fe057c1578b87a8571ce2e9be5ca14bace6eccfd336c7"
,
...
...
packages/contracts-bedrock/deploy-config/hardhat.json
View file @
776be545
{
{
"finalSystemOwner"
:
"0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc"
,
"finalSystemOwner"
:
"0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc"
,
"portalGuardian"
:
"0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc"
,
"portalGuardian"
:
"0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc"
,
"controller"
:
"0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266"
,
"proxyAdminOwner"
:
"0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc"
,
"proxyAdminOwner"
:
"0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc"
,
"l1StartingBlockTag"
:
"earliest"
,
"l1StartingBlockTag"
:
"earliest"
,
"l1ChainID"
:
900
,
"l1ChainID"
:
900
,
...
...
packages/contracts-bedrock/deploy-config/mainnet.json
View file @
776be545
{
{
"finalSystemOwner"
:
"0x9BA6e03D8B90dE867373Db8cF1A58d2F7F006b3A"
,
"finalSystemOwner"
:
"0x9BA6e03D8B90dE867373Db8cF1A58d2F7F006b3A"
,
"controller"
:
"0x9BA6e03D8B90dE867373Db8cF1A58d2F7F006b3A"
,
"portalGuardian"
:
"0x9BA6e03D8B90dE867373Db8cF1A58d2F7F006b3A"
,
"portalGuardian"
:
"0x9BA6e03D8B90dE867373Db8cF1A58d2F7F006b3A"
,
"l1StartingBlockTag"
:
"0x438335a20d98863a4c0c97999eb2481921ccd28553eac6f913af7c12aec04108"
,
"l1StartingBlockTag"
:
"0x438335a20d98863a4c0c97999eb2481921ccd28553eac6f913af7c12aec04108"
,
"l1ChainID"
:
1
,
"l1ChainID"
:
1
,
...
...
packages/contracts-bedrock/scripts/DeployConfig.s.sol
View file @
776be545
...
@@ -14,7 +14,6 @@ contract DeployConfig is Script {
...
@@ -14,7 +14,6 @@ contract DeployConfig is Script {
string internal _json;
string internal _json;
address public finalSystemOwner;
address public finalSystemOwner;
address public controller;
address public portalGuardian;
address public portalGuardian;
uint256 public l1ChainID;
uint256 public l1ChainID;
uint256 public l2ChainID;
uint256 public l2ChainID;
...
@@ -58,7 +57,6 @@ contract DeployConfig is Script {
...
@@ -58,7 +57,6 @@ contract DeployConfig is Script {
}
}
finalSystemOwner = stdJson.readAddress(_json, "$.finalSystemOwner");
finalSystemOwner = stdJson.readAddress(_json, "$.finalSystemOwner");
controller = stdJson.readAddress(_json, "$.controller");
portalGuardian = stdJson.readAddress(_json, "$.portalGuardian");
portalGuardian = stdJson.readAddress(_json, "$.portalGuardian");
l1ChainID = stdJson.readUint(_json, "$.l1ChainID");
l1ChainID = stdJson.readUint(_json, "$.l1ChainID");
l2ChainID = stdJson.readUint(_json, "$.l2ChainID");
l2ChainID = stdJson.readUint(_json, "$.l2ChainID");
...
...
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