Skip to content

Commit 128c48b

Browse files
Update tutorials/polkadot-sdk/system-chains/asset-hub/batch-teleport-assets.md
Co-authored-by: Erin Shaben <[email protected]>
1 parent 8f73752 commit 128c48b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@ Create an `index.ts` file with the complete batch teleport implementation. For t
103103
The ParaSpell SDK supports two batch modes:
104104

105105
- **`BatchMode.BATCH_ALL`**:
106-
- **Behavior**: All operations must succeed, or the entire batch fails
107-
- **Use Case**: When all transfers are critical and interdependent
108-
- **Gas Efficiency**: More efficient as it's a single atomic operation
109-
110-
- BatchMode.BATCH
111-
- **Behavior**: Individual operations can fail independently
112-
- **Use Case**: When some transfers can fail without affecting others
113-
- **Resilience**: More resilient but with slightly higher gas overhead
106+
- **Behavior**: All operations must succeed, or the entire batch fails.
107+
- **Use case**: When all transfers are critical and interdependent.
108+
- **Gas efficiency**: More efficient as it's a single atomic operation.
109+
110+
- **`BatchMode.BATCH`**:
111+
- **Behavior**: Individual operations can fail independently.
112+
- **Use case**: When some transfers can fail without affecting others.
113+
- **Resilience**: More resilient but with slightly higher gas overhead.
114114

115115
Update your `package.json` to include the necessary scripts:
116116

0 commit comments

Comments
 (0)