We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using latest build of smoldot 0.7.9 doesn't accept fields spelled relayChain and paraId from chain specs, they have to be relay_chain and para_id.
relayChain
paraId
relay_chain
para_id
TypeError: Cannot read properties of undefined (reading 'para')
This creates a gap with substrate chain specs format which is confusing for para teams. This was supposedly accepted in #2366
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using latest build of smoldot 0.7.9 doesn't accept fields spelled
relayChain
andparaId
from chain specs, they have to berelay_chain
andpara_id
.This creates a gap with substrate chain specs format which is confusing for para teams.
This was supposedly accepted in #2366
The text was updated successfully, but these errors were encountered: