Skip to content

Commit d10cc57

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 204ac1b commit d10cc57

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
@@ -2,7 +2,7 @@ import { Builder, Version, BatchMode, hasDryRunSupport } from '@paraspell/sdk';
22

33
// Paseo has 10 decimals, we use this to simplify.
44
const PAS_UNITS = 10_000_000_000;
5-
// The RPC endpoints to connect to Paseo.
5+
// The RPC endpoints to connect to Paseo Asset Hub.
66
// Not needed if using Polkadot.
77
const PASEO_AH_RPC = 'wss://asset-hub-paseo.dotters.network';
88

0 commit comments

Comments
 (0)