Skip to content

Instantly share code, notes, and snippets.

@007vasy
007vasy / config.testnet.yaml
Created May 14, 2025 04:42
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
@007vasy
007vasy / binary.wasm.br
Created May 14, 2025 04:42
Compiled workflow WASM binary
This file has been truncated, but you can view the full file.
@007vasy
007vasy / config.testnet.yaml
Created May 13, 2025 23:13
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
@007vasy
007vasy / binary.wasm.br
Created May 13, 2025 23:12
Compiled workflow WASM binary
This file has been truncated, but you can view the full file.
@007vasy
007vasy / config.testnet.yaml
Created May 12, 2025 08:04
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
@007vasy
007vasy / binary.wasm.br
Created May 12, 2025 08:04
Compiled workflow WASM binary
This file has been truncated, but you can view the full file.