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
94d09602
Unverified
Commit
94d09602
authored
Dec 17, 2022
by
Mark Tyneway
Committed by
GitHub
Dec 17, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4523 from ethereum-optimism/fix/bad-config
contracts-bedrock: remove dead config, fix misconfig
parents
6da41697
8688461a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
019-SystemDictatorInit.ts
packages/contracts-bedrock/deploy/019-SystemDictatorInit.ts
+1
-1
deploy-config.ts
packages/contracts-bedrock/src/deploy-config.ts
+0
-5
No files found.
packages/contracts-bedrock/deploy/019-SystemDictatorInit.ts
View file @
94d09602
...
@@ -93,7 +93,7 @@ const deployFn: DeployFunction = async (hre) => {
...
@@ -93,7 +93,7 @@ const deployFn: DeployFunction = async (hre) => {
systemConfigConfig
:
{
systemConfigConfig
:
{
owner
:
hre
.
deployConfig
.
finalSystemOwner
,
owner
:
hre
.
deployConfig
.
finalSystemOwner
,
overhead
:
hre
.
deployConfig
.
gasPriceOracleOverhead
,
overhead
:
hre
.
deployConfig
.
gasPriceOracleOverhead
,
scalar
:
hre
.
deployConfig
.
gasPriceOracle
Decimals
,
scalar
:
hre
.
deployConfig
.
gasPriceOracle
Scalar
,
batcherHash
:
hre
.
ethers
.
utils
.
hexZeroPad
(
batcherHash
:
hre
.
ethers
.
utils
.
hexZeroPad
(
hre
.
deployConfig
.
batchSenderAddress
,
hre
.
deployConfig
.
batchSenderAddress
,
32
32
...
...
packages/contracts-bedrock/src/deploy-config.ts
View file @
94d09602
...
@@ -155,7 +155,6 @@ interface OptionalL2DeployConfig {
...
@@ -155,7 +155,6 @@ interface OptionalL2DeployConfig {
l2GenesisBlockBaseFeePerGas
:
string
l2GenesisBlockBaseFeePerGas
:
string
gasPriceOracleOverhead
:
number
gasPriceOracleOverhead
:
number
gasPriceOracleScalar
:
number
gasPriceOracleScalar
:
number
gasPriceOracleDecimals
:
number
}
}
/**
/**
...
@@ -326,10 +325,6 @@ export const deployConfigSpec: {
...
@@ -326,10 +325,6 @@ export const deployConfigSpec: {
type
:
'
number
'
,
type
:
'
number
'
,
default
:
1
_000_000
,
default
:
1
_000_000
,
},
},
gasPriceOracleDecimals
:
{
type
:
'
number
'
,
default
:
6
,
},
governanceTokenSymbol
:
{
governanceTokenSymbol
:
{
type
:
'
string
'
,
type
:
'
string
'
,
default
:
'
OP
'
,
default
:
'
OP
'
,
...
...
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