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
c1b6240b
Unverified
Commit
c1b6240b
authored
May 15, 2023
by
OptimismBot
Committed by
GitHub
May 15, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5700 from ethereum-optimism/jm/rm-unused-config
Remove unused config for final-migration-rehearsal network
parents
778dba38
1dd34f0a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
54 deletions
+0
-54
final-migration-rehearsal.json
...acts-bedrock/deploy-config/final-migration-rehearsal.json
+0
-40
final-migration-rehearsal.ts
...tracts-bedrock/deploy-config/final-migration-rehearsal.ts
+0
-4
hardhat.config.ts
packages/contracts-bedrock/hardhat.config.ts
+0
-10
No files found.
packages/contracts-bedrock/deploy-config/final-migration-rehearsal.json
deleted
100644 → 0
View file @
778dba38
{
"finalSystemOwner"
:
"0x62790eFcB3a5f3A5D398F95B47930A9Addd83807"
,
"portalGuardian"
:
"0x62790eFcB3a5f3A5D398F95B47930A9Addd83807"
,
"controller"
:
"0x2d30335B0b807bBa1682C487BaAFD2Ad6da5D675"
,
"l1StartingBlockTag"
:
"0x4104895a540d87127ff11eef0d51d8f63ce00a6fc211db751a45a4b3a61a9c83"
,
"l1ChainID"
:
5
,
"l2ChainID"
:
420
,
"l2BlockTime"
:
2
,
"maxSequencerDrift"
:
1200
,
"sequencerWindowSize"
:
3600
,
"channelTimeout"
:
120
,
"p2pSequencerAddress"
:
"0xCBABF46d40982B4530c0EAc9889f6e44e17f0383"
,
"batchInboxAddress"
:
"0xff00000000000000000000000000000000000420"
,
"batchSenderAddress"
:
"0x3a2baA0160275024A50C1be1FC677375E7DB4Bd7"
,
"l2OutputOracleSubmissionInterval"
:
20
,
"l2OutputOracleStartingTimestamp"
:
1670625264
,
"l2OutputOracleStartingBlockNumber"
:
3324764
,
"l2OutputOracleProposer"
:
"0x88BCa4Af3d950625752867f826E073E337076581"
,
"l2OutputOracleChallenger"
:
"0x88BCa4Af3d950625752867f826E073E337076581"
,
"finalizationPeriodSeconds"
:
2
,
"proxyAdminOwner"
:
"0x62790eFcB3a5f3A5D398F95B47930A9Addd83807"
,
"governanceTokenName"
:
"Optimism"
,
"governanceTokenSymbol"
:
"OP"
,
"governanceTokenOwner"
:
"0x038a8825A3C3B0c08d52Cc76E5E361953Cf6Dc76"
,
"l2GenesisBlockGasLimit"
:
"0x1c9c380"
,
"l2GenesisBlockCoinbase"
:
"0x4200000000000000000000000000000000000011"
,
"l2GenesisBlockBaseFeePerGas"
:
"0x3b9aca00"
,
"gasPriceOracleOverhead"
:
2100
,
"gasPriceOracleScalar"
:
1000000
,
"eip1559Denominator"
:
50
,
"eip1559Elasticity"
:
10
}
packages/contracts-bedrock/deploy-config/final-migration-rehearsal.ts
deleted
100644 → 0
View file @
778dba38
import
{
DeployConfig
}
from
'
../src/deploy-config
'
import
config
from
'
./final-migration-rehearsal.json
'
export
default
config
satisfies
DeployConfig
packages/contracts-bedrock/hardhat.config.ts
View file @
c1b6240b
...
...
@@ -93,12 +93,6 @@ const config: HardhatUserConfig = {
accounts
:
[
process
.
env
.
PRIVATE_KEY_DEPLOYER
||
ethers
.
constants
.
HashZero
],
live
:
true
,
},
'
final-migration-rehearsal
'
:
{
chainId
:
5
,
url
:
process
.
env
.
L1_RPC
||
''
,
accounts
:
[
process
.
env
.
PRIVATE_KEY_DEPLOYER
||
ethers
.
constants
.
HashZero
],
live
:
true
,
},
'
internal-devnet
'
:
{
chainId
:
5
,
url
:
process
.
env
.
L1_RPC
||
''
,
...
...
@@ -149,10 +143,6 @@ const config: HardhatUserConfig = {
'
../contracts/deployments/goerli
'
,
'
../contracts-periphery/deployments/goerli
'
,
],
'
final-migration-rehearsal
'
:
[
'
../contracts/deployments/goerli
'
,
'
../contracts-periphery/deployments/goerli
'
,
],
},
},
solidity
:
{
...
...
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