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 4a7a248 commit 46e6e7bCopy full SHA for 46e6e7b
src/contracts/facilitators/gsm/swapFreezer/interfaces/IGelatoOracleSwapFreezer.sol
@@ -0,0 +1,7 @@
1
+// SPDX-License-Identifier: MIT
2
+pragma solidity ^0.8.0;
3
+
4
+interface IGelatoOracleSwapFreezer {
5
+ function performUpkeep(bytes calldata) external;
6
+ function checkUpkeep(bytes calldata) external view returns (bool, bytes memory);
7
+}
0 commit comments