Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hrmp channels handling for polkadot chainspec #157

Merged

Conversation

mateuszaaa
Copy link
Contributor

Looks like chainspecs for rococo & polkadot have a little bit different format. Specifically rococo has some extra key runtime_genesis_config while the polkdot does not. It seems that issue has been fixed partially for paras pallet initialization

https://github.com/open-web3-stack/parachain-launch/blob/master/src/index.ts#L219

but hrmp pallet initialization is still broken (hrmp config from config file is ignored).

This PR fixes the problem

@xlc
Copy link
Member

xlc commented Aug 24, 2023

can you do a yarn fix

@xlc xlc enabled auto-merge (squash) August 24, 2023 05:06
@xlc xlc merged commit 2bf6d50 into open-web3-stack:master Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants