Skip to content

Commit

Permalink
add desc
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidroohi71 committed May 14, 2024
1 parent 09d02d1 commit f07dbaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/data/code.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ export const menu: {
},
{
title: "Sending Message",
description: "",
description:
"Sending massage via Msgport to dapp on target chain using encoded message data and params provided in previous steps.",
code: `pragma solidity ^0.8.17;
import "https://github.com/msgport/msgport/blob/main/src/interfaces/IMessagePort.sol";
Expand Down

0 comments on commit f07dbaf

Please sign in to comment.