Skip to content

Commit

Permalink
buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
shaspitz committed Dec 23, 2024
1 parent 53fb315 commit ce33c0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/scripts/standard-bridge/DeployStandardBridge.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ contract BridgeBase is Script {
uint256 public constant DEPLOYER_GENESIS_ALLOCATION = type(uint256).max - 500 ether;

// Amount of ETH to initially fund the relayer account on the mev-commit chain.
uint256 public constant RELAYER_INITIAL_FUNDING_MEV_COMMIT_CHAIN = 256 gwei;
uint256 public constant RELAYER_INITIAL_FUNDING_MEV_COMMIT_CHAIN = 300 gwei; // 256 gwei + buffer

// Amount of ETH to initially fund the oracle account on the mev-commit chain.
uint256 public constant ORACLE_INITIAL_FUNDING_MEV_COMMIT_CHAIN = 256 gwei;
uint256 public constant ORACLE_INITIAL_FUNDING_MEV_COMMIT_CHAIN = 300 gwei; // 256 gwei + buffer

// Amount of ETH to initially fund the relayer account on L1.
uint256 public constant RELAYER_INITIAL_FUNDING_L1 = 1 ether;
Expand Down

0 comments on commit ce33c0e

Please sign in to comment.