Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat[contracts]: add sequencer fee wallet #1029

Merged
merged 16 commits into from
Jun 9, 2021
Merged
Prev Previous commit
Next Next commit
Update OVM_SequencerFeeVault.sol
  • Loading branch information
smartcontracts authored Jun 8, 2021
commit 1bd986c3c8d265d9d22589c3864625f6e42b8ed0
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ contract OVM_SequencerFeeVault {
*************/

// Minimum ETH balance that can be withdrawn in a single withdrawal.
uint256 public constant MIN_WITHDRAWAL_AMOUNT = 10 ether;
uint256 public constant MIN_WITHDRAWAL_AMOUNT = 15 ether;
smartcontracts marked this conversation as resolved.
Show resolved Hide resolved


/*************
Expand Down