Commit 5a37546a authored by Blaine Malone's avatar Blaine Malone Committed by GitHub

op-deployer: update default gas limit values. (#12524)

parent 5f7f44ca
...@@ -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: 30_000_000, GasLimit: 60_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,
......
...@@ -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: 30_000_000, L2GenesisBlockGasLimit: 60_000_000,
L2GenesisBlockBaseFeePerGas: &l2GenesisBlockBaseFeePerGas, L2GenesisBlockBaseFeePerGas: &l2GenesisBlockBaseFeePerGas,
}, },
L2VaultsDeployConfig: genesis.L2VaultsDeployConfig{ L2VaultsDeployConfig: genesis.L2VaultsDeployConfig{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment