Skip to content

Instantly share code, notes, and snippets.

@zeuslawyer
Created April 16, 2025 06:24
Show Gist options
  • Save zeuslawyer/6678f0c0a920af0f9dcc0e34cfca6c45 to your computer and use it in GitHub Desktop.
Save zeuslawyer/6678f0c0a920af0f9dcc0e34cfca6c45 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 * * * *"
# Provide the location or city. We'll pass this to Weatherstack.
weatherCity: "Adelaide"
# Address of a pre-deployed contract that expects (uint256 Temperature)[] in onReport(...)
consumerAddress: "0x6fc40D2398e917EC1F1beE2EB60Ca0F43dFFC7A2"
# Identifies which chain-writer capability to use
chainWriterLabel: "[email protected]"
# Weatherstack API base URL (MUST be https!)
weatherApiURL: "https://api.weatherstack.com/current"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment