paritytech / trappist

Apache License 2.0
82 stars 17 forks source link

Update references from statemint-local to asset-hub-rococo-local on zombinet configuration files #327

Closed weezy20 closed 8 months ago

weezy20 commented 8 months ago

For local trappist playground example here and among other configs under trappist/zombienet the local asset-hub parachain uses statemint-local as the chainspec which now would just point to asset-hub-polkadot invalidating the assumption for a user playing with a fresh local asset-hub parachain.

chain would need to be updated to use asset-hub-rococo-local instead

[[parachains]]
id = 1000
add_to_genesis = true
cumulus_based = true
chain = "statemine-local"
stiiifff commented 8 months ago

Fixed by #325