diff --git a/target_chains/ethereum/sdk/solidity/MockPyth.sol b/target_chains/ethereum/sdk/solidity/MockPyth.sol index 31fd72d3d3..8dd58958fc 100644 --- a/target_chains/ethereum/sdk/solidity/MockPyth.sol +++ b/target_chains/ethereum/sdk/solidity/MockPyth.sol @@ -92,8 +92,8 @@ contract MockPyth is AbstractPyth { uint64 minAllowedPublishTime, uint64 maxAllowedPublishTime, bool checkUniqueness, - bool checkUpdateDataIsMinimal, - bool storeUpdatesIfFresh + bool /* checkUpdateDataIsMinimal */, + bool /* storeUpdatesIfFresh */ ) public payable