Skip to content

Commit 2b595bd

Browse files
committed
formatting
1 parent 9ea69c4 commit 2b595bd

File tree

3 files changed

+4
-4
lines changed

3 files changed

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

3-
// Paseo has 10 decimals, we use this to simplify.
3+
// Paseo has 10 decimals, use this to simplify.
44
const PAS_UNITS = 10_000_000_000;
55
// The RPC endpoints to connect to Paseo Asset Hub.
66
// Not needed if using Polkadot.

llms.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35731,7 +35731,7 @@ Create an `index.ts` file with the complete batch teleport implementation.
3573135731
```typescript
3573235732
import { Builder, Version, BatchMode } from '@paraspell/sdk';
3573335733

35734-
// Paseo has 10 decimals, we use this to simplify.
35734+
// Paseo has 10 decimals, use this to simplify.
3573535735
const PAS_UNITS = 10_000_000_000;
3573635736
// The RPC endpoints to connect to Paseo.
3573735737
// Not needed if using Polkadot.
@@ -35854,7 +35854,7 @@ It is best practice to conduct dry run tests before execution of a cross-chain t
3585435854
```typescript
3585535855
import { Builder, Version, BatchMode, hasDryRunSupport } from '@paraspell/sdk';
3585635856

35857-
// Paseo has 10 decimals, we use this to simplify.
35857+
// Paseo has 10 decimals, use this to simplify.
3585835858
const PAS_UNITS = 10_000_000_000;
3585935859
// The RPC endpoints to connect to Paseo Asset Hub.
3586035860
// Not needed if using Polkadot.

tutorials/polkadot-sdk/system-chains/asset-hub/batch-teleport-assets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Create an `index.ts` file with the complete batch teleport implementation.
9999
```typescript
100100
import { Builder, Version, BatchMode } from '@paraspell/sdk';
101101

102-
// Paseo has 10 decimals, we use this to simplify.
102+
// Paseo has 10 decimals, use this to simplify.
103103
const PAS_UNITS = 10_000_000_000;
104104
// The RPC endpoints to connect to Paseo.
105105
// Not needed if using Polkadot.

0 commit comments

Comments
 (0)