We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8782d0 commit 91f301cCopy full SHA for 91f301c
lazer/evm/src/ExampleReceiver.sol
@@ -21,6 +21,7 @@ contract ExampleReceiver {
21
(bytes memory payload,) = pythLazer.verifyUpdate{value: verification_fee}(update);
22
if (msg.value > verification_fee) {
23
payable(msg.sender).transfer(msg.value - verification_fee);
24
+ function updatePrice(bytes calldata update) public payable {
25
}
26
27
(uint64 _timestamp, PythLazerLib.Channel channel, uint8 feedsLen, uint16 pos) =
0 commit comments