From b1e67bac75d22e0e60dc727015dfc34265d01d5d Mon Sep 17 00:00:00 2001 From: Luc van Kampen Date: Sat, 25 May 2024 12:53:00 +0300 Subject: [PATCH] Update Arbitrum description in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ee729d65..e3853352 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ An instantiation of `evm-gateway` that targets Optimism. Combined with `op-verif A complete Solidity library that facilitates sending CCIP-Read requests for Optimism state, and verifying the responses. ### [arb-gateway](/arb-gateway/) -An instantiation of `evm-gateway` that targets Optimism. Combined with `arb-verifier`, makes it possible for L1 contracts to fetch contract state data from Arbitrum. +An instantiation of `evm-gateway` that targets Arbitrum. Combined with `arb-verifier`, makes it possible for L1 contracts to fetch contract state data from Arbitrum. ### [arb-verifier](/arb-verifier/) A complete Solidity library that facilitates sending CCIP-Read requests for Arbitrum state, and verifying the responses. @@ -123,4 +123,4 @@ bun run test rm -rf *-*/node_modules/hardhat rm bun.lockb bun install -``` \ No newline at end of file +```