Skip to content

Commit

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

* 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
2 people authored and dorianbayart committed Dec 25, 2023
1 parent b8b8ba9 commit dbf77ea
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

0 comments on commit dbf77ea

Please sign in to comment.