Skip to content

Commit

Permalink
Update hrmp commands zombienet (#2062)
Browse files Browse the repository at this point in the history
The arguments need underscore in stead of capital letters (reference: https://substrate.stackexchange.com/questions/9364/debugging-zombienet-config-after-using-hrmp-channels)
  • Loading branch information
Daanvdplas authored Oct 6, 2023
1 parent fe89449 commit 80dd5ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/md/en/docs/test/set-up-a-test-network.md
Original file line number Diff line number Diff line change
Expand Up @@ -312,14 +312,14 @@ To set up communication between the parachains in the test network:
[[hrmpChannels]]
sender = 1000
recipient = 1001
maxCapacity = 8
maxMessageSize = 8000
max_capacity = 8
max_message_size = 8000
[[hrmpChannels]]
sender = 1001
recipient = 1000
maxCapacity = 8
maxMessageSize = 8000
max_capacity = 8
max_message_size = 8000
```
Note that the values you set for **maxCapacity** and **maxMessageSize** shouldn't exceed the values defined for the `hrmpChannelMaxCapacity` and `hrmpChannelMaxMessageSize` parameters for the relay chain.
Expand Down

0 comments on commit 80dd5ae

Please sign in to comment.