Skip to content

Commit a30c977

Browse files
add caution note about BETA (#2678)
1 parent 521ddcb commit a30c977

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/content/chainlink-functions/resources/simulation.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,11 @@ To simulate:
7676

7777
Follow the [Simple Computation](/chainlink-functions/tutorials/simple-computation) guide to learn how to import the [Chainlink Functions Toolkit NPM package](https://github.com/smartcontractkit/functions-toolkit) into your JavaScript project to simulate and execute a Functions request.
7878
You can read the [Examine the code section](/chainlink-functions/tutorials/simple-computation#javascript-example) for a detailed description of the code example.
79+
80+
<Aside type="caution">
81+
Chainlink Functions is still in BETA. The use of secrets in your requests is an experimental feature that may not
82+
operate as expected and is subject to change. Use of this feature is at your own risk and may result in unexpected
83+
errors, possible revealing of the secret as new versions are released, or other issues. Please be aware that Chainlink
84+
Functions does not control how your secrets or environment variables are used or accessed within Remix or when
85+
executing scripts within Remix, and the safekeeping of secrets and environment variables is your responsibility.
86+
</Aside>

0 commit comments

Comments
 (0)