Skip to content

Commit

Permalink
Update Arbitrum description in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed May 25, 2024
1 parent 588d6b5 commit b1e67ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -123,4 +123,4 @@ bun run test
rm -rf *-*/node_modules/hardhat
rm bun.lockb
bun install
```
```

0 comments on commit b1e67ba

Please sign in to comment.