From 8d7d6271b70e455b319218d00c6ac7bdee9e5e36 Mon Sep 17 00:00:00 2001 From: Makoto Inoue <2630+makoto@users.noreply.github.com> Date: Tue, 28 May 2024 11:26:16 +0100 Subject: [PATCH] Add Scroll on README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e3853352..efb15c28 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,12 @@ An instantiation of `evm-gateway` that targets Arbitrum. Combined with `arb-veri ### [arb-verifier](/arb-verifier/) A complete Solidity library that facilitates sending CCIP-Read requests for Arbitrum state, and verifying the responses. +### [scroll-gateway](/scroll-gateway/) +An instantiation of `evm-gateway` that targets Scroll. Combined with `scroll-verifier`, makes it possible for L1 contracts to fetch contract state data from Scroll. + +### [scroll-verifier](/scroll-verifier/) +A complete Solidity library that facilitates sending CCIP-Read requests for Scroll state, and verifying the responses. + ## How to setup locally ```