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
c96309c5
Commit
c96309c5
authored
Feb 14, 2023
by
Mark Tyneway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
op-e2e: include required config
parent
9e97cf71
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
setup.go
op-e2e/e2eutils/setup.go
+4
-0
setup.go
op-e2e/setup.go
+4
-0
No files found.
op-e2e/e2eutils/setup.go
View file @
c96309c5
...
@@ -102,6 +102,10 @@ func MakeDeployParams(t require.TestingT, tp *TestParams) *DeployParams {
...
@@ -102,6 +102,10 @@ func MakeDeployParams(t require.TestingT, tp *TestParams) *DeployParams {
GasPriceOracleScalar
:
1000
_000
,
GasPriceOracleScalar
:
1000
_000
,
DeploymentWaitConfirmations
:
1
,
DeploymentWaitConfirmations
:
1
,
SequencerFeeVaultRecipient
:
common
.
Address
{
19
:
1
},
BaseFeeVaultRecipient
:
common
.
Address
{
19
:
2
},
L1FeeVaultRecipient
:
common
.
Address
{
19
:
3
},
EIP1559Elasticity
:
10
,
EIP1559Elasticity
:
10
,
EIP1559Denominator
:
50
,
EIP1559Denominator
:
50
,
...
...
op-e2e/setup.go
View file @
c96309c5
...
@@ -92,6 +92,10 @@ func DefaultSystemConfig(t *testing.T) SystemConfig {
...
@@ -92,6 +92,10 @@ func DefaultSystemConfig(t *testing.T) SystemConfig {
GasPriceOracleOverhead
:
2100
,
GasPriceOracleOverhead
:
2100
,
GasPriceOracleScalar
:
1
_000_000
,
GasPriceOracleScalar
:
1
_000_000
,
SequencerFeeVaultRecipient
:
common
.
Address
{
19
:
1
},
BaseFeeVaultRecipient
:
common
.
Address
{
19
:
2
},
L1FeeVaultRecipient
:
common
.
Address
{
19
:
3
},
DeploymentWaitConfirmations
:
1
,
DeploymentWaitConfirmations
:
1
,
EIP1559Elasticity
:
2
,
EIP1559Elasticity
:
2
,
...
...
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