Created
March 25, 2025 03:57
-
-
Save zeuslawyer/7a35e6515bd72ef6ea94fe469814bbf6 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
cronTriggerInterval: 60 | |
dataFeedsCacheContractAddress: 0xb79288ce6a58b7af2230a77f296f6a13b78a0292 | |
feedId: 0x029BFA81517000400000000000000000 | |
endpointTimeoutMilliseconds: 5000 | |
chainWriterCapabilityLabel: [email protected] | |
cronExpression: "0 */2 * * * *" # Every 2 minutes | |
myUniqueValue: 1981 # Your custom integer [0..1000] | |
consumerAddress: "0x9bE25CED8524eaaF1d51b967893F982214161896" # A pre-deployed consumer contract for this example | |
chainWriterLabel: "[email protected]" | |
# The API endpoint to fetch from | |
publicApiURL: "https://api.mathjs.org/v4/?expr=88" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment