Skip to content

Commit

Permalink
Address some errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr committed Dec 3, 2024
1 parent cfab0e6 commit 9904bb7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/get-started/tooling/cross-chain/ccip-read.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ import LineaCCIPGraphic from "/img/get_started/tooling/cross_chain/ccip_read_gat

[CCIP Read](https://eips.ethereum.org/EIPS/eip-3668) is a protocol developed by ENS that introduces
functionality for cross-chain data retrieval through a gateway server. It extends the [Cross Chain
Interopability Protocol (CCIP)](https://chain.link/cross-chain) developed by Chainlink, who funded
Interoperability Protocol (CCIP)](https://chain.link/cross-chain) developed by Chainlink, who funded
its development through a [Chainlink Community Grant](https://blog.chain.link/ens-grant-for-ccip-read-development/).

Ethereum Name Service (ENS) implements CCIP Read so that it can resolve domains on Ethereum even if
the relevant data and records are stored on an L2 chainan offchain resolver framework. The
the relevant data and records are stored on an L2 chainan offchain resolver framework. The
process is trust-minimal, as the gateway returns a storage proof that can be verified on L1, and
which is immune from any intervention or tampering.

Expand Down
6 changes: 6 additions & 0 deletions mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
},
{
"pattern": "https://rpc.sepolia.linea.build"
},
{
"pattern": "https://bridge.linea.build/"
},
{
"pattern": "https://goerli.etherscan.io/"
}
]
}
Expand Down

0 comments on commit 9904bb7

Please sign in to comment.