Skip to content

Commit

Permalink
Update remix demo
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest committed Jul 4, 2024
1 parent d91a5a7 commit 5250bfd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/build/tutorial/remix-demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,8 @@ After setting up the required parameters, proceed to click the transact button t

## Check Message Status

A [msgport scan](../scan.md) available to monitor the status of cross-chain messages, offering the ability to index messages by either the transaction hash or the msghash. Typically, querying with the transaction hash is the most convenient approach.
A [msgport scan](../scan.md) available to monitor the status of cross-chain messages, offering the ability to index messages by either the source chain transaction hash or the msgId. Typically, querying with the transaction hash is the most convenient approach.

## Check In The Counter


When the message status indicator turns green and shows **success**, it signifies that the cross-chain message process has been completed. At this point, you can verify the **`TestReceive`** contract to confirm that the **`sum`** value has incremented, or you can examine the [contract's events](https://sepolia.etherscan.io/address/0xB5B87E611C742118B7e6d998458d08BB7EC54867#events) for confirmation.
When the message status indicator turns green and shows **success**, it signifies that the cross-chain message process has been completed. At this point, you can verify the **`Counter`** contract to confirm that the **`number`** value has incremented, or you can examine the [contract's events](https://sepolia.etherscan.io/address/0xB5B87E611C742118B7e6d998458d08BB7EC54867#events) for confirmation.

0 comments on commit 5250bfd

Please sign in to comment.