Commit a9809219 authored by ben-chain's avatar ben-chain Committed by GitHub

bump limit (#246)

parent a76f48de
......@@ -14,7 +14,7 @@ contract OVM_CrossDomainEnabled {
// Messenger contract used to send and recieve messages from the other domain.
address public messenger;
uint32 public constant DEFAULT_FINALIZE_DEPOSIT_L2_GAS = 700000;
uint32 public constant DEFAULT_FINALIZE_DEPOSIT_L2_GAS = 1200000;
uint32 public constant DEFAULT_FINALIZE_WITHDRAWAL_L1_GAS = 100000;
/***************
......
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