Skip to content

Commit 9ea69c4

Browse files
committed
formatting
1 parent 7b4ed44 commit 9ea69c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

develop/interoperability/best-practices-for-teleporting-assets.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,9 @@ You can find a full list of XCM errors in the [Polkadot Rust Docs](https://parit
302302

303303
### TestNet vs MainNet Configuration
304304

305-
Different networks within the Polkadot ecosystem have varying characteristics that affect teleportation implementation. Testnet environments like Paseo use different decimal precision (12 for PAS vs 10 for DOT), can have different existential deposit amounts, and require test-specific RPC endpoints. Always use appropriate configuration for the target environment and avoid mixing testnet and mainnet configurations.
305+
Different networks within the Polkadot ecosystem have varying characteristics that affect teleportation implementation. TestNet environments like Paseo use different decimal precision (12 for PAS vs 10 for DOT), can have different existential deposit amounts, and require test-specific RPC endpoints. Always use appropriate configuration for the target environment and avoid mixing TestNet and MainNet configurations.
306306

307-
Mainnet production environments require higher existential deposits, involve real economic value at risk, experience network congestion that affects fees, and have stricter validation requirements. Plan for these production realities by implementing robust error handling, fee buffers, and comprehensive monitoring systems.
307+
MainNet production environments require higher existential deposits, involve real economic value at risk, experience network congestion that affects fees, and have stricter validation requirements. Plan for these production realities by implementing robust error handling, fee buffers, and comprehensive monitoring systems.
308308

309309
### Parachain Compatibility
310310

llms.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -825,9 +825,9 @@ You can find a full list of XCM errors in the [Polkadot Rust Docs](https://parit
825825

826826
### TestNet vs MainNet Configuration
827827

828-
Different networks within the Polkadot ecosystem have varying characteristics that affect teleportation implementation. Testnet environments like Paseo use different decimal precision (12 for PAS vs 10 for DOT), can have different existential deposit amounts, and require test-specific RPC endpoints. Always use appropriate configuration for the target environment and avoid mixing testnet and mainnet configurations.
828+
Different networks within the Polkadot ecosystem have varying characteristics that affect teleportation implementation. TestNet environments like Paseo use different decimal precision (12 for PAS vs 10 for DOT), can have different existential deposit amounts, and require test-specific RPC endpoints. Always use appropriate configuration for the target environment and avoid mixing TestNet and MainNet configurations.
829829

830-
Mainnet production environments require higher existential deposits, involve real economic value at risk, experience network congestion that affects fees, and have stricter validation requirements. Plan for these production realities by implementing robust error handling, fee buffers, and comprehensive monitoring systems.
830+
MainNet production environments require higher existential deposits, involve real economic value at risk, experience network congestion that affects fees, and have stricter validation requirements. Plan for these production realities by implementing robust error handling, fee buffers, and comprehensive monitoring systems.
831831

832832
### Parachain Compatibility
833833

0 commit comments

Comments
 (0)