Skip to content

Commit

Permalink
readme comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin-Ray committed Nov 26, 2024
1 parent 27d1f58 commit 2e078f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/chainlink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ node examples/chainlink/request.js
```request.js``` is obtained directly from Chainlink [here](https://github.com/smartcontractkit/smart-contract-examples/blob/main/functions-examples/examples/5-use-secrets-threshold/request.js). Two modifcations are made to replace hardcoded values:

```javascript
// changed to accept an encrypted environment variable specific to the LINK addressed used to pay for the work done by the DON
// changed to accept an encrypted environment variable specific to the
// LINK address used to pay for the work done by the DON
const linkTokenAddress;

// Changed to accept the SXT api key instead of the Coinmarketcap api key
Expand Down

0 comments on commit 2e078f8

Please sign in to comment.