Add Bulletin chainspecs for Polkadot, Westend, and Paseo#523
Conversation
|
We don't need |
|
Also thinking about flat structure should be enough - like polkadot-sdk: https://github.com/paritytech/chainspecs/blob/main/polkadot/parachain/asset-hub/chainspec.json ./chainspecs/bulletin-polkadot.json btw. which paseo version is: @karolk91 wdyt? |
Actually even Asset Hub has genesis and genesis-values. https://github.com/paritytech/polkadot-sdk/tree/master/cumulus/parachains/chain-specs |
|
do we need the chainspec copies here? I think the source of truth is https://github.com/paritytech/chainspecs |
I thought the same first, but looks like this this repo just doing submodules and symlinks |
Oh, ok, thanks I haven't noticed that
|
Let' clean this Paseo first and also reflect that here: paritytech/chainspecs#1263 I am voting for 2., no need for subdirs just for four json files |
Options sounds good. Will update according to that. |
looks like a good smoke test! worth adding. |
Summary
chainspecs/directory with Bulletin chain specifications copied fromparitytech/chainspecschainspec.jsonandraw.json(Polkadot also includesgenesis-head)Structure
Enables
Closes