Skip to content

Commit

Permalink
lower calldata premium value
Browse files Browse the repository at this point in the history
  • Loading branch information
jj1980a committed Sep 25, 2024
1 parent bc6f32a commit c560ce5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/contracts/gasCalculator/BaseGasCalculator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface IGasPriceOracle {
}

contract BaseGasCalculator is IL2GasCalculator, Ownable {
uint256 internal constant _CALLDATA_LENGTH_PREMIUM = 32;
uint256 internal constant _CALLDATA_LENGTH_PREMIUM = 16;
uint256 internal constant _BASE_TRANSACTION_GAS_USED = 21_000;

address public immutable GAS_PRICE_ORACLE;
Expand Down

0 comments on commit c560ce5

Please sign in to comment.