Skip to content

Commit e4e6c5c

Browse files
Fix output files
1 parent 53681ce commit e4e6c5c

File tree

2 files changed

+73
-4
lines changed

2 files changed

+73
-4
lines changed

llms.txt

Lines changed: 71 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28478,7 +28478,31 @@ npx tsx deposit-reserve-asset-with-set-topic.ts
2847828478

2847928479
Your manual `SetTopic` is preserved by the runtime:
2848028480

28481-
code/tutorials/interoperability/xcm-observability/forwarded-xcm-custom.html
28481+
<div class="termynal" data-termynal>
28482+
<pre data-ty>
28483+
[
28484+
{
28485+
"type": "ReserveAssetDeposited",
28486+
"value": [...]
28487+
},
28488+
{
28489+
"type": "ClearOrigin"
28490+
},
28491+
{
28492+
"type": "BuyExecution",
28493+
"value": {...}
28494+
},
28495+
{
28496+
"type": "DepositAsset",
28497+
"value": {...}
28498+
},
28499+
{
28500+
"type": "SetTopic",
28501+
"value": "0xd60225f721599cb7c6e23cdf4fab26f205e30cd7eb6b5ccf6637cdc80b2339b2"
28502+
}
28503+
]
28504+
</pre>
28505+
</div>
2848228506

2848328507
### Message Trace Output
2848428508

@@ -28806,7 +28830,52 @@ npx tsx initiate-reserve-withdraw-with-set-topic.ts
2880628830

2880728831
The runtime preserves your `SetTopic` throughout the multi-hop flow:
2880828832

28809-
code/tutorials/interoperability/xcm-observability/forwarded-xcm-remote.html
28833+
<div class="termynal" data-termynal>
28834+
<pre data-ty>
28835+
[
28836+
{
28837+
"type": "ReserveAssetDeposited",
28838+
"value": [...]
28839+
},
28840+
{
28841+
"type": "ClearOrigin"
28842+
},
28843+
{
28844+
"type": "BuyExecution",
28845+
"value": {...}
28846+
},
28847+
{
28848+
"type": "ExchangeAsset",
28849+
"value": {...}
28850+
},
28851+
{
28852+
"type": "InitiateReserveWithdraw",
28853+
"value": {
28854+
"assets": {...},
28855+
"reserve": {...},
28856+
"xcm": [
28857+
{
28858+
"type": "BuyExecution",
28859+
"value": {...}
28860+
},
28861+
{
28862+
"type": "DepositAsset",
28863+
"value": {...}
28864+
},
28865+
{
28866+
"type": "SetTopic",
28867+
"value": "0xd60225f721599cb7c6e23cdf4fab26f205e30cd7eb6b5ccf6637cdc80b2339b2"
28868+
}
28869+
]
28870+
}
28871+
},
28872+
{
28873+
"type": "SetTopic",
28874+
"value": "0xd60225f721599cb7c6e23cdf4fab26f205e30cd7eb6b5ccf6637cdc80b2339b2"
28875+
}
28876+
]
28877+
</pre>
28878+
</div>
2881028879

2881128880
### End-to-End Message Trace Output
2881228881

tutorials/interoperability/xcm-observability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ npx tsx deposit-reserve-asset-with-set-topic.ts
210210
211211
Your manual `SetTopic` is preserved by the runtime:
212212
213-
--8<-- 'code/tutorials/interoperability/xcm-observability/forwarded-xcm-custom.html'
213+
--8<-- 'code/tutorials/interoperability/xcm-observability/forwarded-xcm-custom-topic.html'
214214
215215
### Message Trace Output
216216
@@ -241,7 +241,7 @@ npx tsx initiate-reserve-withdraw-with-set-topic.ts
241241
242242
The runtime preserves your `SetTopic` throughout the multi-hop flow:
243243
244-
--8<-- 'code/tutorials/interoperability/xcm-observability/forwarded-xcm-remote.html'
244+
--8<-- 'code/tutorials/interoperability/xcm-observability/forwarded-xcm-remote-topic.html'
245245
246246
### End-to-End Message Trace Output
247247

0 commit comments

Comments
 (0)