diff --git a/ethereum/forge-test/CoreRelayer.t.sol b/ethereum/forge-test/CoreRelayer.t.sol index ef4b445..32234f3 100644 --- a/ethereum/forge-test/CoreRelayer.t.sol +++ b/ethereum/forge-test/CoreRelayer.t.sol @@ -1077,7 +1077,7 @@ contract TestCoreRelayer is Test { DeliveryStackTooDeep memory stack; if ( - uint256(1) * feeParams.targetNativePrice * gasParams.targetGasPrice + uint256(1) * feeParams.targetNativePrice * gasParams.targetGasPrice * 10 < uint256(1) * feeParams.sourceNativePrice * gasParams.sourceGasPrice ) { stack.paymentNotEnough =