Update the Paseo relay genesis hash to match the live chain - #152
Conversation
Bundle Size ReportChunks over 500 KB:
All files
Commit: 3d03b44 |
⚡ Performance Report
|
|
❌ E2E Product suite failed on Failed tests:
Logs: https://github.com/paritytech/dotli-community/actions/runs/31101850356 |
|
#159 already landed this exact change on main. It set the Paseo relay genesis to 0x374057be67b355151f271ff70c3db98308c62c8adc48dc6724b6a009a1a014fd on both Paseo Next V1 and V2, which is what this PR does, so there is nothing left to merge here. The hash still matches what wss://paseo-rpc.n.dwellir.com returns for chain_getBlockHash(0). Closing this. Reopen if I have missed something. |
Summary
packages/config/src/network.tswas still the pre-reset hash, so it no longer matched the chain the app actually connects to.0x374057be67b355151f271ff70c3db98308c62c8adc48dc6724b6a009a1a014fd, confirmed two ways. The live RPCwss://paseo-rpc.n.dwellir.comreturns it forchain_getBlockHash(0), and it is the genesis hash derived from the state root inpackages/resolver/src/chain-specs/paseo.smol.json.