Skip to content

Commit

Permalink
Adjust default value of initializeDepositGasOffset again
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-zimnoch committed Mar 8, 2024
1 parent f754ebc commit a438e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity/contracts/l2/L1BitcoinDepositor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ contract L1BitcoinDepositor is
l2WormholeGateway = _l2WormholeGateway;
l2ChainId = _l2ChainId;
l2FinalizeDepositGasLimit = 500_000;
initializeDepositGasOffset = 40_000;
initializeDepositGasOffset = 60_000;
finalizeDepositGasOffset = 20_000;
}

Expand Down

0 comments on commit a438e1a

Please sign in to comment.