File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
.snippets/code/tutorials/interoperability/xcm-fee-estimation Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ const PASEO_ACCOUNT = "15oF4uVJwmo4TdGW7VfQxNLavjCXviqxT9S1MgbjMNHr6Sp5"; // Ali
3131const PASEO_ASSET_HUB_RPC_ENDPOINT = "ws://localhost:8001" ; // Paseo Asset Hub chopsticks endpoint
3232const 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
3535function createTeleportXcmToRelay ( ) {
3636 return XcmVersionedXcm . V5 ( [
3737 // Withdraw PAS from Asset Hub (PAS on parachains is parents:1, interior: Here)
Original file line number Diff line number Diff line change @@ -28900,7 +28900,7 @@ const PASEO_ACCOUNT = "15oF4uVJwmo4TdGW7VfQxNLavjCXviqxT9S1MgbjMNHr6Sp5"; // Ali
2890028900const PASEO_ASSET_HUB_RPC_ENDPOINT = "ws://localhost:8001"; // Paseo Asset Hub chopsticks endpoint
2890128901const 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
2890428904function 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
2964029640const PASEO_ASSET_HUB_RPC_ENDPOINT = "ws://localhost:8001"; // Paseo Asset Hub chopsticks endpoint
2964129641const 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
2964429644function createTeleportXcmToRelay() {
2964529645 return XcmVersionedXcm.V5([
2964629646 // Withdraw PAS from Asset Hub (PAS on parachains is parents:1, interior: Here)
You can’t perform that action at this time.
0 commit comments