Skip to content

Commit 0bd4c85

Browse files
committed
fix: wording
1 parent 384fb13 commit 0bd4c85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.snippets/code/tutorials/interoperability/xcm-fee-estimation/teleport-ah-to-relay.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const PASEO_ACCOUNT = "15oF4uVJwmo4TdGW7VfQxNLavjCXviqxT9S1MgbjMNHr6Sp5"; // Ali
3131
const PASEO_ASSET_HUB_RPC_ENDPOINT = "ws://localhost:8001"; // Paseo Asset Hub chopsticks endpoint
3232
const ASSET_HUB_ACCOUNT = "14E5nqKAp3oAJcmzgZhUD2RcptBeUBScxKHgJKU4HPNcKVf3"; // Bob (Paseo Asset Hub)
3333

34-
// Helper function to create XCM for teleport to Relay (reverse direction)
34+
// Helper function to create XCM for teleport to Relay
3535
function createTeleportXcmToRelay() {
3636
return XcmVersionedXcm.V5([
3737
// Withdraw PAS from Asset Hub (PAS on parachains is parents:1, interior: Here)

llms.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28900,7 +28900,7 @@ const PASEO_ACCOUNT = "15oF4uVJwmo4TdGW7VfQxNLavjCXviqxT9S1MgbjMNHr6Sp5"; // Ali
2890028900
const PASEO_ASSET_HUB_RPC_ENDPOINT = "ws://localhost:8001"; // Paseo Asset Hub chopsticks endpoint
2890128901
const ASSET_HUB_ACCOUNT = "14E5nqKAp3oAJcmzgZhUD2RcptBeUBScxKHgJKU4HPNcKVf3"; // Bob (Paseo Asset Hub)
2890228902

28903-
// Helper function to create XCM for teleport to Relay (reverse direction)
28903+
// Helper function to create XCM for teleport to Relay
2890428904
function createTeleportXcmToRelay() {
2890528905
return XcmVersionedXcm.V5([
2890628906
// Withdraw PAS from Asset Hub (PAS on parachains is parents:1, interior: Here)
@@ -29640,7 +29640,7 @@ const PASEO_ACCOUNT = "15oF4uVJwmo4TdGW7VfQxNLavjCXviqxT9S1MgbjMNHr6Sp5"; // Ali
2964029640
const PASEO_ASSET_HUB_RPC_ENDPOINT = "ws://localhost:8001"; // Paseo Asset Hub chopsticks endpoint
2964129641
const ASSET_HUB_ACCOUNT = "14E5nqKAp3oAJcmzgZhUD2RcptBeUBScxKHgJKU4HPNcKVf3"; // Bob (Paseo Asset Hub)
2964229642

29643-
// Helper function to create XCM for teleport to Relay (reverse direction)
29643+
// Helper function to create XCM for teleport to Relay
2964429644
function createTeleportXcmToRelay() {
2964529645
return XcmVersionedXcm.V5([
2964629646
// Withdraw PAS from Asset Hub (PAS on parachains is parents:1, interior: Here)

0 commit comments

Comments
 (0)