From ad498145d9fb51fa0abd74dffe7ced921f02799c Mon Sep 17 00:00:00 2001 From: Benoit Chevallier-Mames Date: Fri, 20 Dec 2024 13:58:22 +0100 Subject: [PATCH] docs: mention in the doc limited support during the EOY break --- docs/README.md | 3 +++ docs/getting_started/ethereum.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/README.md b/docs/README.md index 113aed84..ddaef251 100644 --- a/docs/README.md +++ b/docs/README.md @@ -17,6 +17,9 @@ layout: # Welcome to fhEVM +{% hint style="warning" %} Please note that our testnet support will be limited during the holiday season, from 23th December to 5th January. During this time, the HackathonNet Sepolia network is not be actively maintained. +{% endhint %} + ## Get started Learn the basics of fhEVM, set it up, and make it run with ease. diff --git a/docs/getting_started/ethereum.md b/docs/getting_started/ethereum.md index 4b2be683..1907eb34 100644 --- a/docs/getting_started/ethereum.md +++ b/docs/getting_started/ethereum.md @@ -1,5 +1,8 @@ # Quick start +{% hint style="warning" %} Please note that our testnet support will be limited during the holiday season, from 23th December to 5th January. During this time, the HackathonNet Sepolia network is not be actively maintained. +{% endhint %} + This guide walks you through developing secure and efficient confidential smart contracts using fhEVM. Whether you're new to Fully Homomorphic Encryption (FHE) or an experienced blockchain developer, we'll cover everything you need to know - from setting up your development environment to deploying your first encrypted contract. ## Network information