-
Notifications
You must be signed in to change notification settings - Fork 417
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add ccipCommon for Educational Disclaimer
- Loading branch information
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import { Aside } from "@components" | ||
|
||
<Aside type="caution" title="Educational Example Disclaimer"> | ||
This page includes an educational example to use a Chainlink system, product, or service and is provided to | ||
demonstrate how to interact with Chainlink's systems, products, and services to integrate them into your own. This | ||
template is provided "AS IS" and "AS AVAILABLE" without warranties of any kind, it has not been audited, and it may be | ||
missing key checks or error handling to make the usage of the system, product or service more clear. Do not use the | ||
code in this example in a production environment without completing your own audits and application of best practices. | ||
Neither Chainlink Labs, the Chainlink Foundation, nor Chainlink node operators are responsible for unintended outputs | ||
that are generated due to errors in code. | ||
</Aside> |