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
5a37546a
Unverified
Commit
5a37546a
authored
Oct 18, 2024
by
Blaine Malone
Committed by
GitHub
Oct 18, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
op-deployer: update default gas limit values. (#12524)
parent
5f7f44ca
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
opchain.go
op-deployer/pkg/deployer/pipeline/opchain.go
+1
-1
deploy_config.go
op-deployer/pkg/deployer/state/deploy_config.go
+1
-1
No files found.
op-deployer/pkg/deployer/pipeline/opchain.go
View file @
5a37546a
...
@@ -42,7 +42,7 @@ func DeployOPChain(ctx context.Context, env *Env, bundle ArtifactsBundle, intent
...
@@ -42,7 +42,7 @@ func DeployOPChain(ctx context.Context, env *Env, bundle ArtifactsBundle, intent
L2ChainId
:
chainID
.
Big
(),
L2ChainId
:
chainID
.
Big
(),
OpcmProxy
:
st
.
ImplementationsDeployment
.
OpcmProxyAddress
,
OpcmProxy
:
st
.
ImplementationsDeployment
.
OpcmProxyAddress
,
SaltMixer
:
st
.
Create2Salt
.
String
(),
// passing through salt generated at state initialization
SaltMixer
:
st
.
Create2Salt
.
String
(),
// passing through salt generated at state initialization
GasLimit
:
3
0
_000_000
,
GasLimit
:
6
0
_000_000
,
DisputeGameType
:
1
,
// PERMISSIONED_CANNON Game Type
DisputeGameType
:
1
,
// PERMISSIONED_CANNON Game Type
DisputeAbsolutePrestate
:
common
.
HexToHash
(
"0x038512e02c4c3f7bdaec27d00edf55b7155e0905301e1a88083e4e0a6764d54c"
),
DisputeAbsolutePrestate
:
common
.
HexToHash
(
"0x038512e02c4c3f7bdaec27d00edf55b7155e0905301e1a88083e4e0a6764d54c"
),
DisputeMaxGameDepth
:
73
,
DisputeMaxGameDepth
:
73
,
...
...
op-deployer/pkg/deployer/state/deploy_config.go
View file @
5a37546a
...
@@ -22,7 +22,7 @@ func DefaultDeployConfig(chainIntent *ChainIntent) genesis.DeployConfig {
...
@@ -22,7 +22,7 @@ func DefaultDeployConfig(chainIntent *ChainIntent) genesis.DeployConfig {
return
genesis
.
DeployConfig
{
return
genesis
.
DeployConfig
{
L2InitializationConfig
:
genesis
.
L2InitializationConfig
{
L2InitializationConfig
:
genesis
.
L2InitializationConfig
{
L2GenesisBlockDeployConfig
:
genesis
.
L2GenesisBlockDeployConfig
{
L2GenesisBlockDeployConfig
:
genesis
.
L2GenesisBlockDeployConfig
{
L2GenesisBlockGasLimit
:
3
0
_000_000
,
L2GenesisBlockGasLimit
:
6
0
_000_000
,
L2GenesisBlockBaseFeePerGas
:
&
l2GenesisBlockBaseFeePerGas
,
L2GenesisBlockBaseFeePerGas
:
&
l2GenesisBlockBaseFeePerGas
,
},
},
L2VaultsDeployConfig
:
genesis
.
L2VaultsDeployConfig
{
L2VaultsDeployConfig
:
genesis
.
L2VaultsDeployConfig
{
...
...
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