This page is being upgraded for a great mobile experience.
Please use a desktop or laptop for now.
Switch to a larger device to access all features.
Send a message from L2 to L1 using ArbSys
In this challenge, you'll learn how to send a message from Arbitrum (L2) to Ethereum (L1) using ArbSys.
Create a function called sendL2ToL1Message
that:
// This should send a message to L1 and return the receipt
await sendL2ToL1Message("Hello from Arbitrum!")
Ready to test your solution?
Complete the exercise and submit to check your results.