Skip to content

Instantly share code, notes, and snippets.

@007vasy
Created May 13, 2025 23:13
Show Gist options
  • Save 007vasy/481bd0ae3022a663c8cd24b2033666e1 to your computer and use it in GitHub Desktop.
Save 007vasy/481bd0ae3022a663c8cd24b2033666e1 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