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 [email protected]: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? 🙏🏻

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.

2 participants