Commit 01b80f37 authored by Mark Tyneway's avatar Mark Tyneway Committed by Kelvin Fichter

ops: update l2geth gaslimit

THE `TARGET_GAS_LIMIT` should be set to 15 million.
This will match what is deployed on kovan and what will
be deployed on mainnet.
parent 3c5fd4c3
...@@ -29,7 +29,7 @@ IPC_DISABLE=true ...@@ -29,7 +29,7 @@ IPC_DISABLE=true
NETWORK_ID=420 NETWORK_ID=420
NO_USB=true NO_USB=true
NO_DISCOVER=true NO_DISCOVER=true
TARGET_GAS_LIMIT=11000000 TARGET_GAS_LIMIT=15000000
USING_OVM=true USING_OVM=true
BLOCK_SIGNER_KEY=6587ae678cf4fc9a33000cdbf9f35226b71dcc6a4684a31203241f9bcfd55d27 BLOCK_SIGNER_KEY=6587ae678cf4fc9a33000cdbf9f35226b71dcc6a4684a31203241f9bcfd55d27
......
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