Skip to content

Commit 204ac1b

Browse files
Update .snippets/code/tutorials/polkadot-sdk/system-chains/asset-hub/batch-teleport-with-dry-run.ts
Co-authored-by: Nicolás Hussein <[email protected]>
1 parent abac84a commit 204ac1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.snippets/code/tutorials/polkadot-sdk/system-chains/asset-hub/batch-teleport-with-dry-run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ async function teleport() {
1212
const senderAddress = '15whavTNSyceP8SL3Z1JukFcUPzmeR26RxKXkfQiPhsykg7s';
1313
const recipientAddress = '14E5nqKAp3oAJcmzgZhUD2RcptBeUBScxKHgJKU4HPNcKVf3';
1414

15-
// Check if dry run is supported on AssetHubPolkadot
15+
// Check if dry run is supported on Polkadot Asset Hub
1616
const supportsDryRun = hasDryRunSupport('AssetHubPolkadot');
1717
console.log(`AssetHubPolkadot supports dry run: ${supportsDryRun}`);
1818

0 commit comments

Comments
 (0)