Skip to content

Commit

Permalink
fix: correct link to explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
sendra committed Dec 12, 2024
1 parent 239475f commit d2beabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contracts/adapters/linea/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d2beabf

Please sign in to comment.