From 6e5d9c0a3841d8cf6e9fa9f436229d3802bae883 Mon Sep 17 00:00:00 2001 From: Matthew Krak Date: Mon, 19 Feb 2024 12:34:47 -0800 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94367811..f9bce016 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,14 @@ # LayerZero V1 Solidity Examples -> **LayerZero V2** is available [here](https://github.com/LayerZero-Labs/LayerZero-v2), offering improvements in cross-chain transaction speed, gas efficiency, and more. +>[!IMPORTANT] +> **LayerZero V2** is now available [here](https://github.com/LayerZero-Labs/LayerZero-v2), offering improvements in cross-chain transaction speed, gas efficiency, and more. > > Review the [LayerZero V2 Documentation](https://docs.layerzero.network/) for a comprehensive overview of the new feature set. > > For these reasons, we recommend deploying to LayerZero V2 instead of LayerZero V1. +> +> The contracts available in this repo should be considered legacy for Endpoint V1. Welcome to the solidity-examples repository, showcasing various contract examples utilizing LayerZero. LayerZero is an Omnichain Interoperability Protocol, facilitating reliable, trustless communication between different blockchain networks.