For detailed information about the Darwinia parachains, refer to the
parachain-info.toml
file.
To collaborate with our developers or contribute directly, follow these steps:
- Modify the
xcmp-coops.toml
file. - Identify your target for cooperation, either Darwinia or Crab Network.
- Add a new entry following the format of existing items.
- Complete the accept/batch/request call data fields.
- Submit a pull request.
- After your pull request receives at least one approval, on-chain governance will commence.
- Once the channels are established, update the results with the Subscan or Polkadot Apps URI(s).
- After completing the above steps, your pull request will be merged.
Formatting guidelines:
- Arrange the network list in alphabetical order.
- Leave unused fields as an empty string
""
. - Convert your network's name to lowercase, e.g.,
"Foo" -> "foo"
. - Change your network's name to kebab-case, e.g.,
"FooBar", "fooBar", "FOO_BAR", "foo_bar" -> "foo-bar"
. - Replace spaces in your network name with a dash, e.g.,
"foo bar" -> "foo-bar"
.