diff --git a/src/contracts/adapters/linea/README.md b/src/contracts/adapters/linea/README.md index e49ed17a..72930d22 100644 --- a/src/contracts/adapters/linea/README.md +++ b/src/contracts/adapters/linea/README.md @@ -19,7 +19,7 @@ event MessageSent( ); ``` 3. Go to the Linea block explorer: https://lineascan.build/ and add the Linea MessageService contract: -- mainnet: [0x508Ca82Df566dCD1B0DE8296e70a96332cD644ec](https://sepolia.lineascan.build/address/0x508Ca82Df566dCD1B0DE8296e70a96332cD644ec#writeProxyContract) +- mainnet: [0x508Ca82Df566dCD1B0DE8296e70a96332cD644ec](https://lineascan.build/address/0x508Ca82Df566dCD1B0DE8296e70a96332cD644ec#writeProxyContract) - sepolia: [0x971e727e956690b9957be6d51Ec16E73AcAC83A7](https://sepolia.lineascan.build/address/0x971e727e956690b9957be6d51Ec16E73AcAC83A7#writeProxyContract) Once there go to write as proxy contract, and fill the information from step 2 to the method `claimMessage` and execute the tx. Take into account that the topics, calldata and nonce must be in Hex format.