From 40001f7aa1c0aaa7da14cce40d1ef1c153dc9e95 Mon Sep 17 00:00:00 2001 From: Eric Siu <94845277+randomishwalk@users.noreply.github.com> Date: Sun, 10 Dec 2023 14:33:02 -0500 Subject: [PATCH] adding VB's code snippet for UO compression --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0e9ebcc..c336663 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,11 @@ ### Indexer - [UoIndexer](https://github.com/zsluedem/UoIndexer) + +### Misc + +- [Example custom compressor for UserOperations](https://github.com/ethereum/research/blob/master/rollup_compression/4844_compress_complex.py) + # Projects