> @pythnetwork/pyth-sdk-solidity@4.3.1 build:bin /home/runner/work/pyth-crosschain/pyth-crosschain/target_chains/ethereum/sdk/solidity > solcjs --bin MockPyth.sol --base-path . -o build/ Warning: Unused function parameter. Remove or comment out the variable name to silence this warning. --> MockPyth.sol:95:9: | 95 | bool checkUpdateDataIsMinimal, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning: Unused function parameter. Remove or comment out the variable name to silence this warning. --> MockPyth.sol:96:9: | 96 | bool storeUpdatesIfFresh | ^^^^^^^^^^^^^^^^^^^^^^^^