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

Update asset-hub type-support metadata files for v1.4.0 #6105

Merged
merged 1 commit into from
Feb 26, 2025

Conversation

valentinfernandez1
Copy link
Contributor

@valentinfernandez1 valentinfernandez1 commented Feb 26, 2025

This PR updates the AH Kusama and AH Polkadot type-support interfaces to the latest polkadot-fellows/runtimes release v1.4.0.

Since these releases are not yet live in their respective chains the process to query the metadata was as follows:

  1. Build AH (polkadot/kusama) chain_spec:
chain-spec-builder create -t development \        
--relay-chain paseo \
--para-id 1000 \
--runtime AH_POLKADOT_OR_KUSAMA_RUNTIME \
named-preset development
  1. Start omninode using the generated chain_spec.json
polkadot-omni-node --chain ./chain_spec.json --dev
  1. Pull metadata and generate interfaces
node ./scripts/metadata-get.mjs --url http://127.0.0.1:9944
yarn build:interfaces  
yarn test 

Closes #6101

Copy link
Member

@TarikGul TarikGul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@valentinfernandez1 valentinfernandez1 merged commit fff3bb9 into master Feb 26, 2025
4 checks passed
@valentinfernandez1 valentinfernandez1 deleted the vf/ah-metadata-update branch February 26, 2025 15:26
@polkadot-js-bot
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@polkadot-js polkadot-js locked as resolved and limited conversation to collaborators Feb 28, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update asset-hub type-support metadata files for v1.4.0
3 participants