Skip to content

Commit 59c635d

Browse files
Update Prerequisites
1 parent 18c2b2d commit 59c635d

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
lines changed

llms.txt

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27833,23 +27833,25 @@ This guide explains how to **trace, correlate, and debug XCMs** reliably using o
2783327833

2783427834
You will learn how to:
2783527835

27836-
- Use the `SetTopic` instruction and `message_id` to track XCMs across chains
27836+
- Use the `SetTopic` instruction and `message_id` to track XCMs across chains
2783727837
- Understand the relationship between `PolkadotXcm.Sent` and `MessageQueue.Processed` events for message correlation
27838-
- Apply manual topic tagging for multi-hop tracing when needed
27839-
- Use workarounds for older runtimes with derived message IDs
27840-
- Debug failed or incomplete XCMs using indexers and Chopsticks replay
27838+
- Apply manual topic tagging for multi-hop tracing when needed
27839+
- Use workarounds for older runtimes with derived message IDs
27840+
- Debug failed or incomplete XCMs using indexers and Chopsticks replay
2784127841

2784227842
The guide revolves around a **single, concrete scenario** of a cross-chain asset transfer/swap between two parachains, with multiple example scripts and detailed outputs.
2784327843

2784427844
## Prerequisites
2784527845

27846-
Before you begin:
27846+
Before you begin, make sure you have:
2784727847

27848-
- Install [Chopsticks](/develop/toolkit/parachains/fork-chains/chopsticks/get-started/){target=\_blank}
27849-
- Access to local or remote parachain endpoints or genesis files to fork chains
27850-
- A TypeScript development environment with essential tools
27848+
- [Chopsticks](/develop/toolkit/parachains/fork-chains/chopsticks/get-started/){target=\_blank} installed
27849+
- Access to local or remote parachain endpoints
27850+
- The origin parachain running runtime **`stable2503-5`** or later
27851+
- A TypeScript development environment with essential tools
27852+
- Familiarity with replaying or dry-running XCMs
2785127853

27852-
If you are new to XCM dry-run or replay, see the [Replay and Dry Run XCMs Using Chopsticks](/tutorials/interoperability/replay-and-dry-run-xcms/){target=\_blank}.
27854+
If you are new to XCM replay or dry-run, see [Replay and Dry Run XCMs Using Chopsticks](/tutorials/interoperability/replay-and-dry-run-xcms/){target=\_blank}.
2785327855

2785427856
## Setting Up Your Workspace
2785527857

tutorials/interoperability/xcm-observability.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,25 @@ This guide explains how to **trace, correlate, and debug XCMs** reliably using o
1313

1414
You will learn how to:
1515

16-
- Use the `SetTopic` instruction and `message_id` to track XCMs across chains
16+
- Use the `SetTopic` instruction and `message_id` to track XCMs across chains
1717
- Understand the relationship between `PolkadotXcm.Sent` and `MessageQueue.Processed` events for message correlation
18-
- Apply manual topic tagging for multi-hop tracing when needed
19-
- Use workarounds for older runtimes with derived message IDs
20-
- Debug failed or incomplete XCMs using indexers and Chopsticks replay
18+
- Apply manual topic tagging for multi-hop tracing when needed
19+
- Use workarounds for older runtimes with derived message IDs
20+
- Debug failed or incomplete XCMs using indexers and Chopsticks replay
2121

2222
The guide revolves around a **single, concrete scenario** of a cross-chain asset transfer/swap between two parachains, with multiple example scripts and detailed outputs.
2323

2424
## Prerequisites
2525

26-
Before you begin:
26+
Before you begin, make sure you have:
2727

28-
- Install [Chopsticks](/develop/toolkit/parachains/fork-chains/chopsticks/get-started/){target=\_blank}
29-
- Access to local or remote parachain endpoints or genesis files to fork chains
30-
- A TypeScript development environment with essential tools
28+
- [Chopsticks](/develop/toolkit/parachains/fork-chains/chopsticks/get-started/){target=\_blank} installed
29+
- Access to local or remote parachain endpoints
30+
- The origin parachain running runtime **`stable2503-5`** or later
31+
- A TypeScript development environment with essential tools
32+
- Familiarity with replaying or dry-running XCMs
3133

32-
If you are new to XCM dry-run or replay, see the [Replay and Dry Run XCMs Using Chopsticks](/tutorials/interoperability/replay-and-dry-run-xcms/){target=\_blank}.
34+
If you are new to XCM replay or dry-run, see [Replay and Dry Run XCMs Using Chopsticks](/tutorials/interoperability/replay-and-dry-run-xcms/){target=\_blank}.
3335

3436
## Setting Up Your Workspace
3537

0 commit comments

Comments
 (0)