From aba10d92c93b1a933958565afe5558dbdbd3717b Mon Sep 17 00:00:00 2001 From: Web3 Philosopher Date: Mon, 3 Jun 2024 11:35:49 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a54bfb1..bf1c5d5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ This library allows users to verify ethereum style merkle patricia proofs as specified in this document: https://ethereum.github.io/execution-specs/autoapi/ethereum/frontier/trie/index.html +## ARCHIVED + +This libary has been moved to the [hyperbridge repository](https://github.com/polytope-labs/hyperbridge/tree/main/modules/trees/ethereum). + + ```rust use ethereum_trie::{ keccak::{keccak_256, KeccakHasher}, @@ -62,4 +67,4 @@ fn main() { ### No Std -This library supports `no_std`, simply add `default-features = false` to the dependecncy entry in your `Cargo.toml` \ No newline at end of file +This library supports `no_std`, simply add `default-features = false` to the dependecncy entry in your `Cargo.toml`