From 17c7f5825be7d155342f4a7ba698e20944898f82 Mon Sep 17 00:00:00 2001 From: Mohammed Sohail Date: Fri, 4 Oct 2024 12:35:35 +0300 Subject: [PATCH] docs: add CEL2 notice --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b300ef9..319e5ea 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ It applies deduplication at the NATS level, making it safe to run in a distribut Note: To run it against an L2/EVM chain, you will need to manually add a replace directive in the `go.mod` file pointing to the EVM chain's `*geth` compatible source code. This will allow the tracker to process transaction types other than Ethereum's `0x0, 0x1 and 0x2`. +### CEL2 + +We maintain a CEL2 compatible tracker (source and container image) on the `cel2` branch. + ## Getting Started A `Makefile` is also provided to build the required binaries to run eth-tracker.