Skip to content

Commit d049547

Browse files
committed
fix
1 parent 8404125 commit d049547

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

develop/parachains/deployment/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ flowchart TD
4040
group2 --> group3
4141
4242
%% Styling
43-
style group1 fill:transparent,stroke:#6e7391,stroke-width:1px
44-
style group2 fill:transparent,stroke:#6e7391,stroke-width:1px
45-
style group3 fill:transparent,stroke:#6e7391,stroke-width:1px
43+
style group1 stroke:#6e7391,stroke-width:1px
44+
style group2 stroke:#6e7391,stroke-width:1px
45+
style group3 stroke:#6e7391,stroke-width:1px
4646
```
4747

4848
- **Local development and testing**: The process begins with local development and testing. Developers focus on building the runtime by selecting and configuring the necessary pallets while refining network features. In this phase, running a local TestNet is essential to verify transactions and ensure the blockchain behaves as expected. Unit and integration tests ensure the network works as expected before launch. Thorough testing is conducted, not only for individual components but also for interactions between pallets.

0 commit comments

Comments
 (0)