Skip to content

Conversation

@TarikGul
Copy link
Member

@TarikGul TarikGul commented Oct 1, 2025

Directions to get the runtime:

First we need the ahm-dryrun repo

git clone --recursive git@github.com:paritytech/ahm-dryrun.git && \
cd ahm-dryrun && \
just init && \
just setup
just zb bite ./migration-run kusama
just zb spawn ./migration-run

Once we have the network running for the migration:

We need to run the scripts to get the metadata, I first changed the versions in: scripts/metadata-get.mjs to be V15:

const META_VERSION_HEX = '0x0F000000';
const META_VERSION = 15;

Then:

node scripts/metadata-get.mjs --url http://127.0.0.1:63168 // For kusama
node scripts/metadata-get.mjs --url http://127.0.0.1:63170 // For Kusama Asset Hub

@valentinfernandez1
Copy link
Contributor

valentinfernandez1 commented Oct 1, 2025

Can you add a description detailing the process you followed the types like the one on PR #6176? 🙏🏻

@ap211unitech
Copy link
Member

Fixed with #6218

@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 Nov 7, 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.

5 participants