From d8ece2218b2790f0f2a46217126e05f680ba2abf Mon Sep 17 00:00:00 2001 From: Daniel Gruesso Date: Fri, 23 Jun 2023 16:02:23 -0400 Subject: [PATCH] Add disclaimer to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 12dcaf7..d41c0f9 100644 --- a/README.md +++ b/README.md @@ -214,3 +214,5 @@ Once the `deploy` command is executed on any network the contracts config will b - [Chainlink Docs](https://docs.chain.link) - [Chainlink Hardhat Box](https://github.com/smartcontractkit/hardhat-starter-kit) - [Scaffold ETH](https://github.com/scaffold-eth/scaffold-eth/blob/nextjs-typescript) + +> :warning: **Disclaimer**: The code used in this Chainlink Functions quickstart template comes from Chainlink community members and has not been audited. The Chainlink team disclaims and shall have no liability with respect to any loss, malfunction, or any other result of deploying a Quickstart Template. By electing to deploy a Quickstart Template you hereby acknowledge and agree to the above.