Skip to content

Commit

Permalink
fix(ovm2): estimateBaseFee
Browse files Browse the repository at this point in the history
  • Loading branch information
guidiaz committed Feb 19, 2024
1 parent 51dcd5f commit 23e9364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/core/customs/WitnetRequestBoardTrustableOvm2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ contract WitnetRequestBoardTrustableOvm2
returns (uint256)
{
return WitnetRequestBoardTrustableDefault.estimateBaseFee(_gasPrice, _resultMaxSize) + (
_gasPrice * gasPriceOracleL1.getL1Fee(
gasPriceOracleL1.getL1Fee(
hex"c8f5cdd500000000000000000000000000000000000000000000000000000000ffffffff00000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000225820ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
)
);
Expand Down

0 comments on commit 23e9364

Please sign in to comment.