Skip to content

Instantly share code, notes, and snippets.

@007vasy
Created May 12, 2025 08:04
Show Gist options
  • Save 007vasy/60470cf0851f90d6517b1a13f2b9e2ed to your computer and use it in GitHub Desktop.
Save 007vasy/60470cf0851f90d6517b1a13f2b9e2ed 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