Created
May 14, 2025 04:42
-
-
Save 007vasy/46f3e5121888af33f811f1d865af96da to your computer and use it in GitHub Desktop.
Workflow configuration
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
# How often the workflow triggers (e.g., every 2 minutes below) | |
cronExpression: "0 */2 * * * *" | |
# The integer your Compute step will return | |
myUniqueValue: 42 | |
# Address of a pre-deployed contract that expects (uint256 Value)[] in onReport(...) | |
consumerAddress: "0x2184146F803225Fd148DC0A56a2C5d62440704DA" | |
# Identifies which chain-writer capability to use | |
chainWriterLabel: "[email protected]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment