Created
May 13, 2025 23:13
-
-
Save 007vasy/481bd0ae3022a663c8cd24b2033666e1 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