Skip to content

Commit

Permalink
Clarify upkeep funding requirements for Data Streams examples (#1681)
Browse files Browse the repository at this point in the history
* Clarify upkeep funding requirements for Data Streams examples

* Update src/features/data-streams/common/gettingStarted.mdx

Co-authored-by: Andrej <andrej.rakic.97@gmail.com>

---------

Co-authored-by: Andrej <andrej.rakic.97@gmail.com>
  • Loading branch information
dwightjl and andrejrakic authored Dec 11, 2023
1 parent b127b1f commit 641f514
Showing 1 changed file with 5 additions and 0 deletions.
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

1 comment on commit 641f514

@vercel
Copy link

@vercel vercel bot commented on 641f514 Dec 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.