This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.0; | |
| import { ReceiverTemplate } from "./interfaces/ReceiverTemplate.sol"; | |
| import { IERC20 } from "./interfaces/IERC20.sol"; | |
| /** | |
| * @title RuleRegistry | |
| * @author x402-cre-alerts | |
| * @notice On-chain registry for storing crypto price alert rules |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.0; | |
| import { ReceiverTemplate } from "./interfaces/ReceiverTemplate.sol"; | |
| import { IERC20 } from "./interfaces/IERC20.sol"; | |
| /** | |
| * @title RuleRegistry | |
| * @author x402-cre-alerts | |
| * @notice On-chain registry for storing crypto price alert rules |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.0; | |
| import { ReceiverTemplate } from "./interfaces/ReceiverTemplate.sol"; | |
| import { IERC20 } from "./interfaces/IERC20.sol"; | |
| /** | |
| * @title RuleRegistry | |
| * @author x402-cre-alerts | |
| * @notice On-chain registry for storing crypto price alert rules |