Closed AlexD10S closed 1 month ago
Tests have finished.
Status: success
Status: failure
Status: success
Status: failure
❌ Some tests have failed. Please check the details above for more information.
The change was introduced to avoid matching with any of the included spec ids in the sdk ChainSpecLoader
. So that the spec names would start with paseo
and not match any other asset-hub*
posible value.
Every spec was adapted. You can see that all the spec ids here start with paseo
- https://github.com/paseo-network/paseo-chain-specs
Let's revisit if that is not the case anymore and follow up accordingly here.
When running
pop up parachain
with the latest paseo release (v1.3.1
) I was getting an issue generating the chain-spec. Comparing the old one generated (v1.2.6
) with the new one I noticed the difference was with the id:vs
Fixed to use
asset-hub-paseo-local
.