Skip to content

Instantly share code, notes, and snippets.

@007vasy
Created May 14, 2025 04:42
Show Gist options
  • Save 007vasy/46f3e5121888af33f811f1d865af96da to your computer and use it in GitHub Desktop.
Save 007vasy/46f3e5121888af33f811f1d865af96da to your computer and use it in GitHub Desktop.
Workflow configuration
# 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