Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify upkeep funding requirements for Data Streams examples #1681

Merged
merged 3 commits into from
Dec 11, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/features/data-streams/common/gettingStarted.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ Register a new **Log Trigger** upkeep. See [Automation Log Triggers](/chainlink-

1. Leave the **Check data** value and other fields blank for now, and click **Register Upkeep**. MetaMask prompts you to confirm the transaction.

## Fund the upkeep contract

In this example, the upkeep contract pays for the verification. The Automation subscription does not cover that cost. Send LINK to your upkeep contract to pay for the verification costs.

In MetaMask, send 1 testnet LINK to your contract address before you proceed to the next step and trigger the upkeep.
## Emit a log

Now you can use your emitter contract to emit a log and initiate the upkeep, which retrieves data for the specified Data Streams asset ID.
Expand Down
Loading