Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(launch scripts): wait for parachain block finalization #2425

Conversation

jonalvarezz
Copy link
Contributor

@jonalvarezz jonalvarezz commented Jan 24, 2024

Follow-up of P-273

Rework the launch-standalone and launch-binary to wait until the parachain finalized block 1.

Fixes P-432 and P-357

Testing Evidences

`launch-standalone` output:
jonathan@tee-dev:~/projects/litentry-parachain/tee-worker$ ./local-setup/launch.py -c local-setup/development-worker.json -p local-binary-standalone -o 30

Directory has been assigned to: /tmp/parachain_dev_24_01_2024_1909
Starting litentry parachain in background ...
All preliminary port checks completed
Successfully written  ../ts-tests/config.local.json
Successfully written  ts-tests/integration-tests/.env.local
Starting litentry-collator in standalone mode ...
------------------------------------------------------------
wait for parachain to produce block #1...
Lockfile is up to date, resolution step is skipped
Already up to date
Done in 933ms

> litentry-integration-test@1.0.0 wait-finalized-block /home/jonathan/projects/litentry-parachain/ts-tests
> pnpm exec ts-node common/setup/wait-finalized-block.ts

Connecting to parachain ws://localhost:9974
2024-01-24 19:09:15        API/INIT: RPC methods not decorated: txpool_content, txpool_inspect, txpool_status
2024-01-24 19:09:15        API/INIT: rococo-parachain/9172: Not decorating runtime apis without matching versions: EthereumRuntimeRPCApi/5 (4 known)
2024-01-24 19:09:15        API/INIT: rococo-parachain/9172: Not decorating unknown runtime apis: 0xa33d43f58731ad84/2
Parachain finalized block #1 with hash 0x4c352417074bab22e593021e823f1c505b2c244b4e7a0f664c26f8725f621d18
Done.
------------------------------------------------------------
Litentry parachain is running
------------------------------------------------------------
Setting up worker in tmp/w-dev
Copying files from bin
Copying source files to working directory
Initialized worker.
Starting worker dev in background
worker command is: ['./litentry-worker', '--clean-reset', '-P', '2030', '-w', '2031', '-r', '3473', '-h', '4575', '-p', '9974', '--enable-mock-server', '--parentchain-start-block', '0', '--enable-metrics', 'run', '--skip-ra', '--dev']

Worker(s) started!
^C
Received SIGINT signal
Save Parachain/Relaychain logs
Cleaning up processes.
Backup log into log-backup/log-20240124-191058
`launch-binary` output:
jonathan@tee-dev:~/projects/litentry-parachain$ make launch-binary-rococo
------------------------------------------------------------
no polkadot binary provided, download now ...
no litentry-collator binary provided, build it now ...
make[1]: Entering directory '/home/jonathan/projects/litentry-parachain'
cargo build --locked -p file:///home/jonathan/projects/litentry-parachain/node#litentry-collator@0.9.17 --release --features=tee-dev,fast-runtime
⚡ Found 3 strongly connected components which includes at least one cycle each
cycle(001) ∈ α: ApprovalVoting ~~{"DisputeCoordinatorMessage"}~~> DisputeCoordinator ~~{"ApprovalVotingMessage"}~~>  *
cycle(002) ∈ β: CandidateBacking ~~{"StatementDistributionMessage"}~~> StatementDistribution ~~{"CandidateBackingMessage"}~~>  *
cycle(003) ∈ γ: NetworkBridgeRx ~~{"GossipSupportMessage"}~~> GossipSupport ~~{"NetworkBridgeRxMessage"}~~>  *
   Compiling core-primitives v0.9.12 (/home/jonathan/projects/litentry-parachain/primitives/core)
   Compiling pallet-teerex v0.9.0 (/home/jonathan/projects/litentry-parachain/pallets/teerex)
   Compiling polkadot-runtime v0.9.42 (https://github.com/paritytech/polkadot?branch=release-v0.9.42#6f991987)
   Compiling litentry-parachain-runtime v0.9.17 (/home/jonathan/projects/litentry-parachain/runtime/litentry)
   Compiling rococo-parachain-runtime v0.9.17 (/home/jonathan/projects/litentry-parachain/runtime/rococo)
   Compiling litmus-parachain-runtime v0.9.17 (/home/jonathan/projects/litentry-parachain/runtime/litmus)
   Compiling litentry-collator v0.9.17 (/home/jonathan/projects/litentry-parachain/node)
   Compiling pallet-parachain-staking v0.1.0 (/home/jonathan/projects/litentry-parachain/pallets/parachain-staking)
   Compiling pallet-vc-management v0.1.0 (/home/jonathan/projects/litentry-parachain/pallets/vc-management)
   Compiling runtime-common v0.9.17 (/home/jonathan/projects/litentry-parachain/runtime/common)
   Compiling pallet-identity-management v0.1.0 (/home/jonathan/projects/litentry-parachain/pallets/identity-management)
   Compiling pallet-sidechain v0.9.0 (/home/jonathan/projects/litentry-parachain/pallets/sidechain)
   Compiling pallet-teeracle v0.1.0 (/home/jonathan/projects/litentry-parachain/pallets/teeracle)
   Compiling pallet-bridge-transfer v0.1.0 (/home/jonathan/projects/litentry-parachain/pallets/bridge-transfer)
   Compiling pallet-evm-precompile-parachain-staking v0.9.17 (/home/jonathan/projects/litentry-parachain/precompiles/parachain-staking)
   Compiling pallet-evm-precompile-bridge-transfer v0.9.17 (/home/jonathan/projects/litentry-parachain/precompiles/bridge-transfer)
   Compiling polkadot-client v0.9.42 (https://github.com/paritytech/polkadot?branch=release-v0.9.42#6f991987)
   Compiling polkadot-service v0.9.42 (https://github.com/paritytech/polkadot?branch=release-v0.9.42#6f991987)
   Compiling polkadot-cli v0.9.42 (https://github.com/paritytech/polkadot?branch=release-v0.9.42#6f991987)
   Compiling cumulus-relay-chain-inprocess-interface v0.1.0 (https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61f)
   Compiling cumulus-client-service v0.1.0 (https://github.com/paritytech/cumulus?branch=polkadot-v0.9.42#f603a61f)
    Building [=====================> ] 1324/1325: litentry-collator(bin)                                                                                                        




    Finished release [optimized] target(s) in 8m 23s
make[1]: Leaving directory '/home/jonathan/projects/litentry-parachain'
starting dev network with binaries ...
2024-01-24 19:28:18 Building chain spec    
2024-01-24 19:28:18 Took active validators from set with wrong size    
2024-01-24 19:28:18 Took active validators from set with wrong size    
2024-01-24 19:28:18 Took active validators from set with wrong size.    
2024-01-24 19:28:18 Took active validators from set with wrong size    
2024-01-24 19:28:18 💥 keeping old session because of empty collator set!    
2024-01-24 19:28:18 💥 keeping old session because of empty collator set!    
2024-01-24 19:28:18 💥 keeping old session because of empty collator set!    
2024-01-24 19:28:18 💥 keeping old session because of empty collator set!    
Lockfile is up to date, resolution step is skipped
Already up to date
Done in 996ms
register parathread now ...

> litentry-integration-test@1.0.0 register-parathread /home/jonathan/projects/litentry-parachain/ts-tests
> pnpm exec ts-node common/setup/register-parathread.ts

Register parachain ...
Parathread registration tx Sent!
Current status is Ready
Current status is {"broadcast":["12D3KooWPaw9x6u6c2pMo2jUMQWBKKYUM4rXNMwN2XekNFRmqAFU","12D3KooWG5zuQ4oCqcEgrP7GD1J3bkwNUf5vfB1tSesMxcvEybjs"]}
Current status is {"inBlock":"0x089b6afac525902ba3d4e8acdb7caf31415cbfff14c7daae2896db6bc1a12cf6"}
Transaction included at blockHash 0x089b6afac525902ba3d4e8acdb7caf31415cbfff14c7daae2896db6bc1a12cf6
Current status is {"finalized":"0x089b6afac525902ba3d4e8acdb7caf31415cbfff14c7daae2896db6bc1a12cf6"}
Transaction finalized at blockHash 0x089b6afac525902ba3d4e8acdb7caf31415cbfff14c7daae2896db6bc1a12cf6
Disconnect from relaychain
------------------------------------------------------------
upgrade parathread to parachain in 90s...

> litentry-integration-test@1.0.0 upgrade-parathread /home/jonathan/projects/litentry-parachain/ts-tests
> pnpm exec ts-node common/setup/upgrade-parathread.ts

update to parachain ...
start onboarding parachain
Current status is Ready
Current status is {"broadcast":["12D3KooWPaw9x6u6c2pMo2jUMQWBKKYUM4rXNMwN2XekNFRmqAFU","12D3KooWG5zuQ4oCqcEgrP7GD1J3bkwNUf5vfB1tSesMxcvEybjs"]}
Current status is {"inBlock":"0x19d73bfb1ff03ee22a33d292604413668f11c89dee89614818356afb3569cf6d"}
Transaction included at blockHash 0x19d73bfb1ff03ee22a33d292604413668f11c89dee89614818356afb3569cf6d
Current status is {"finalized":"0x19d73bfb1ff03ee22a33d292604413668f11c89dee89614818356afb3569cf6d"}
Disconnect from relaychain
------------------------------------------------------------
wait for parachain to produce block #1...

> litentry-integration-test@1.0.0 wait-finalized-block /home/jonathan/projects/litentry-parachain/ts-tests
> pnpm exec ts-node common/setup/wait-finalized-block.ts

Connecting to parachain ws://127.0.0.1:9944
2024-01-24 19:31:11        API/INIT: RPC methods not decorated: txpool_content, txpool_inspect, txpool_status
2024-01-24 19:31:11        API/INIT: rococo-parachain/9172: Not decorating runtime apis without matching versions: EthereumRuntimeRPCApi/5 (4 known)
2024-01-24 19:31:11        API/INIT: rococo-parachain/9172: Not decorating unknown runtime apis: 0xa33d43f58731ad84/2
Parachain finalized block #0 with hash 0xaec41d8d624c08de202cbd894bc806224b8be0fc28d70809c278348a403f99c9
Parachain finalized block #1 with hash 0x59a3259dfed3b3a456a483cc4d6e083c9db214d3f2490613583459966f7ac31a
Done.

Check /tmp/parachain_dev for generated files if need

Copy link
Collaborator

@Kailai-Wang Kailai-Wang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

As discussed, would you like to put the wait-finalized-block after the parathread upgrade for docker setup as well? - for consistency

@jonalvarezz
Copy link
Contributor Author

jonalvarezz commented Jan 25, 2024

Thank you!

As discussed, would you like to put the wait-finalized-block after the parathread upgrade for docker setup as well? - for consistency

Done via 022b590

`make launch-docker-rococo` output
jonathan@tee-dev:~/projects/litentry-parachain$ make launch-docker-rococo
------------------------------------------------------------
installing parachain-launch ...
Lockfile is up to date, resolution step is skipped
Packages: +1
+
Done in 506ms
Already up to date
Progress: resolved 97, reused 97, downloaded 0, added 0, done
Done in 7.3s

> litentry-parachain-launch@1.0.0 build /home/jonathan/projects/litentry-parachain/docker
> cd node_modules/@open-web3/parachain-launch && corepack yarn install && corepack yarn run build

➤ YN0000: ┌ Resolution step
➤ YN0002: │ @open-web3/parachain-launch@workspace:. doesn't provide @types/node (pc0c16), requested by ts-node
➤ YN0000: │ Some peer dependencies are incorrectly met; run yarn explain peer-requirements <hash> for details, where <hash> is the six-letter p-prefixed code
➤ YN0000: └ Completed
➤ YN0000: ┌ Fetch step
➤ YN0000: └ Completed
➤ YN0000: ┌ Link step
➤ YN0000: └ Completed
➤ YN0000: Done with warnings in 0s 418ms
------------------------------------------------------------
pulling parity/polkadot:v0.9.42 ...
docker.io/parity/polkadot:v0.9.42
------------------------------------------------------------

> litentry-parachain-launch@1.0.0 start /home/jonathan/projects/litentry-parachain/docker
> node_modules/.bin/parachain-launch "--version"

@polkadot/util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-augment/node_modules/@polkadot/util/cjs
@polkadot/util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-augment/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-provider/node_modules/@polkadot/util/cjs
@polkadot/util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-augment/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-provider/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/util/cjs
@polkadot/util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-augment/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-provider/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-core/node_modules/@polkadot/util/cjs
@polkadot/util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-augment/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-provider/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-core/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/util/cjs
@polkadot/util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-augment/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-provider/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-core/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types-create/node_modules/@polkadot/util/cjs
@polkadot/util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-augment/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-provider/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-core/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types-create/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types-codec/node_modules/@polkadot/util/cjs
@polkadot/util-crypto has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/util-crypto/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/util-crypto/cjs
@polkadot/wasm-crypto has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/wasm-crypto/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/wasm-crypto/cjs
@polkadot/wasm-bridge has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/wasm-bridge/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/wasm-bridge/cjs
@polkadot/wasm-crypto-wasm has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/wasm-crypto-wasm/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/wasm-crypto-wasm/cjs
@polkadot/wasm-util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/wasm-util/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/wasm-util/cjs
@polkadot/util-crypto has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/util-crypto/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/util-crypto/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/util-crypto/cjs
@polkadot/wasm-crypto has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/wasm-crypto/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/wasm-crypto/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/wasm-crypto/cjs
@polkadot/wasm-bridge has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/wasm-bridge/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/wasm-bridge/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/wasm-bridge/cjs
@polkadot/wasm-crypto-wasm has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/wasm-crypto-wasm/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/wasm-crypto-wasm/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/wasm-crypto-wasm/cjs
@polkadot/wasm-util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/wasm-util/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/wasm-util/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/wasm-util/cjs
@polkadot/util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-augment/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-provider/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-core/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types-create/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types-codec/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types-known/node_modules/@polkadot/util/cjs
@polkadot/util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-augment/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-provider/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-core/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types-create/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types-codec/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types-known/node_modules/@polkadot/util/cjs
        cjs 12.4.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/util/cjs
@polkadot/util-crypto has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/util-crypto/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/util-crypto/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/util-crypto/cjs
        cjs 12.4.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/util-crypto/cjs
@polkadot/wasm-crypto has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/wasm-crypto/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/wasm-crypto/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/wasm-crypto/cjs
        cjs 7.2.2       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/wasm-crypto/cjs
@polkadot/wasm-bridge has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/wasm-bridge/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/wasm-bridge/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/wasm-bridge/cjs
        cjs 7.2.2       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/wasm-bridge/cjs
@polkadot/wasm-crypto-wasm has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/wasm-crypto-wasm/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/wasm-crypto-wasm/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/wasm-crypto-wasm/cjs
        cjs 7.2.2       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/wasm-crypto-wasm/cjs
@polkadot/wasm-util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/wasm-util/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/wasm-util/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/wasm-util/cjs
        cjs 7.2.2       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/wasm-util/cjs
1.4.2

> litentry-parachain-launch@1.0.0 start /home/jonathan/projects/litentry-parachain/docker
> node_modules/.bin/parachain-launch "generate" "--config=rococo-parachain-launch-config.yml" "--output=generated-rococo" "--yes"

@polkadot/util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-augment/node_modules/@polkadot/util/cjs
@polkadot/util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-augment/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-provider/node_modules/@polkadot/util/cjs
@polkadot/util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-augment/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-provider/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/util/cjs
@polkadot/util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-augment/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-provider/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-core/node_modules/@polkadot/util/cjs
@polkadot/util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-augment/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-provider/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-core/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/util/cjs
@polkadot/util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-augment/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-provider/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-core/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types-create/node_modules/@polkadot/util/cjs
@polkadot/util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-augment/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-provider/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-core/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types-create/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types-codec/node_modules/@polkadot/util/cjs
@polkadot/util-crypto has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/util-crypto/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/util-crypto/cjs
@polkadot/wasm-crypto has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/wasm-crypto/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/wasm-crypto/cjs
@polkadot/wasm-bridge has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/wasm-bridge/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/wasm-bridge/cjs
@polkadot/wasm-crypto-wasm has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/wasm-crypto-wasm/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/wasm-crypto-wasm/cjs
@polkadot/wasm-util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/wasm-util/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/wasm-util/cjs
@polkadot/util-crypto has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/util-crypto/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/util-crypto/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/util-crypto/cjs
@polkadot/wasm-crypto has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/wasm-crypto/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/wasm-crypto/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/wasm-crypto/cjs
@polkadot/wasm-bridge has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/wasm-bridge/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/wasm-bridge/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/wasm-bridge/cjs
@polkadot/wasm-crypto-wasm has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/wasm-crypto-wasm/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/wasm-crypto-wasm/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/wasm-crypto-wasm/cjs
@polkadot/wasm-util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/wasm-util/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/wasm-util/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/wasm-util/cjs
@polkadot/util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-augment/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-provider/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-core/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types-create/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types-codec/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types-known/node_modules/@polkadot/util/cjs
@polkadot/util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-augment/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-provider/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/rpc-core/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types-create/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types-codec/node_modules/@polkadot/util/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types-known/node_modules/@polkadot/util/cjs
        cjs 12.4.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/util/cjs
@polkadot/util-crypto has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/util-crypto/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/util-crypto/cjs
        cjs 12.3.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/util-crypto/cjs
        cjs 12.4.2      node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/util-crypto/cjs
@polkadot/wasm-crypto has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/wasm-crypto/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/wasm-crypto/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/wasm-crypto/cjs
        cjs 7.2.2       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/wasm-crypto/cjs
@polkadot/wasm-bridge has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/wasm-bridge/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/wasm-bridge/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/wasm-bridge/cjs
        cjs 7.2.2       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/wasm-bridge/cjs
@polkadot/wasm-crypto-wasm has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/wasm-crypto-wasm/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/wasm-crypto-wasm/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/wasm-crypto-wasm/cjs
        cjs 7.2.2       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/wasm-crypto-wasm/cjs
@polkadot/wasm-util has multiple versions, ensure that there is only one installed.
Either remove and explicitly install matching versions or dedupe using your package manager.
The following conflicting packages were found:
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api/node_modules/@polkadot/wasm-util/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/types/node_modules/@polkadot/wasm-util/cjs
        cjs 7.2.1       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/api-derive/node_modules/@polkadot/wasm-util/cjs
        cjs 7.2.2       node_modules/.pnpm/github.com+Kailai-Wang+parachain-launch@87874c95b1738cb3f2a9fa1beef599a3b7dbfaf0_hv5cjdta5bonkf25cdwgmylzpm/node_modules/@open-web3/parachain-launch/node_modules/@polkadot/wasm-util/cjs
$ docker cp "$(docker create --rm litentry/litentry-parachain:latest):/usr/local/bin/litentry-collator" generated-rococo
$ generated-rococo/litentry-collator build-spec --chain=rococo-dev --disable-default-bootnode > /tmp/rococo-dev-2024-01-25.json
$ docker cp "$(docker create --rm parity/polkadot:v0.9.42):/usr/bin/polkadot" generated-rococo
$ generated-rococo/polkadot build-spec --chain=rococo-local --disable-default-bootnode > /tmp/rococo-local-2024-01-25.json
$ $(pwd)/"generated-rococo"/litentry-collator export-genesis-wasm --chain=$(pwd)/"generated-rococo"/rococo-dev-2106.json > /tmp/genesis-wasm-2024-01-25
$ cp /tmp/genesis-wasm-2024-01-25 $(pwd)/"generated-rococo"
$ $(pwd)/"generated-rococo"/litentry-collator export-genesis-state --chain=$(pwd)/"generated-rococo"/rococo-dev-2106.json > /tmp/genesis-state-2024-01-25
$ cp /tmp/genesis-state-2024-01-25 $(pwd)/"generated-rococo"
$ generated-rococo/polkadot build-spec --raw --chain=/tmp/rococo-local.json --disable-default-bootnode > generated-rococo/rococo-local.json
$ cp /tmp/rococo-local.json generated-rococo/rococo-tmp.json
Relaychain genesis generated at generated-rococo/rococo-local.json
$ generated-rococo/polkadot key generate-node-key
docker-compose.yml generated at generated-rococo/docker-compose.yml
Done, please check files under /home/jonathan/projects/litentry-parachain/docker/generated-rococo/
------------------------------------------------------------
[+] Building 3.4s (18/19)                                                                                                                           docker:default
 => [relaychain-alice internal] load build definition from relaychain.Dockerfile                                                                              0.0s
 => => transferring dockerfile: 88B                                                                                                                           0.0s
 => [relaychain-alice internal] load .dockerignore                                                                                                            0.0s
 => => transferring context: 2B                                                                                                                               0.0s
 => [relaychain-bob internal] load metadata for docker.io/parity/polkadot:v0.9.42                                                                             0.0s
 => [relaychain-alice internal] load build context                                                                                                            0.1s
 => => transferring context: 17.91MB                                                                                                                          0.1s
 => CACHED [relaychain-bob 1/2] FROM docker.io/parity/polkadot:v0.9.42                                                                                        0.0s
 => [parachain-2106-0 internal] load build definition from parachain-2106.Dockerfile                                                                          0.0s
 => => transferring dockerfile: 103B                                                                                                                          0.0s
 => [parachain-2106-0 internal] load .dockerignore                                                                                                            0.0s
 => => transferring context: 2B                                                                                                                               0.0s
 => [parachain-2106-0 internal] load metadata for docker.io/litentry/litentry-parachain:latest                                                                0.0s
 => CACHED [parachain-2106-0 1/2] FROM docker.io/litentry/litentry-parachain:latest                                                                           0.0s
 => [parachain-2106-0 internal] load build context                                                                                                            0.1s
 => => transferring context: 17.91MB                                                                                                                          0.1s
 => [relaychain-bob internal] load .dockerignore                                                                                                              0.0s
 => => transferring context: 2B                                                                                                                               0.0s
 => [relaychain-bob internal] load build definition from relaychain.Dockerfile                                                                                0.0s
 => => transferring dockerfile: 88B                                                                                                                           0.0s
 => [relaychain-bob internal] load build context                                                                                                              0.1s
 => => transferring context: 17.91MB                                                                                                                          0.1s
 => [parachain-2106-0 2/2] COPY . /app                                                                                                                        2.0s
 => [relaychain-alice 2/2] COPY . /app                                                                                                                        2.0s
 => [relaychain-alice] exporting to image                                                                                                                     1.2s
 => => exporting layers                                                                                                                                       1.2s
 => => writing image sha256:821b29c20e3ae217ba4b28553b7d32313bd7dcc6b73a46e02365957f486404ee                                                                  0.0s
 => => naming to docker.io/library/generated-rococo-relaychain-alice                                                                                          0.0s
 => [relaychain-bob] exporting to image                                                                                                                       1.2s
 => => exporting layers                                                                                                                                       1.2s
 => => writing image sha256:9757af7cb1b98ea460abbe428eb118f1cd808182c90351f4a0dec7e7a76e0690                                                                  0.0s
 => => naming to docker.io/library/generated-rococo-relaychain-bob                                                                                            0.0s
 => [parachain-2106-0] exporting to image                                                                                                                     1.3s
 => => exporting layers                                                                                                                                       1.2s
 => => writing image sha256:40812dc528181dada38417cbb158c9e77ca09fc4fe5f878505764aa782c4763f                                                                  0.0s
 => => naming to docker.io/library/generated-rococo-parachain-2106-0                                                                                          0.0s
[+] Running 6/6
 ✔ Volume "generated-rococo_relaychain-alice"     Created                                                                                                     0.0s 
 ✔ Volume "generated-rococo_relaychain-bob"       Created                                                                                                     0.0s 
 ✔ Volume "generated-rococo_parachain-2106-0"     Created                                                                                                     0.0s 
 ✔ Container generated-rococo-relaychain-alice-1  Started                                                                                                     0.0s 
 ✔ Container generated-rococo-parachain-2106-0-1  Started                                                                                                     0.0s 
 ✔ Container generated-rococo-relaychain-bob-1    Started                                                                                                     0.0s 
------------------------------------------------------------
Lockfile is up to date, resolution step is skipped
Already up to date
Done in 2s
------------------------------------------------------------
Extending leasing period...

> litentry-integration-test@1.0.0 upgrade-parathread /home/jonathan/projects/litentry-parachain/ts-tests
> pnpm exec ts-node common/setup/upgrade-parathread.ts

update to parachain ...
2024-01-25 20:15:16          API-WS: disconnected from ws://127.0.0.1:9946: 1006:: Abnormal Closure
2024-01-25 20:15:19          API-WS: disconnected from ws://127.0.0.1:9946: 1006:: Abnormal Closure
start onboarding parachain
Current status is Ready
Current status is {"broadcast":["12D3KooWQemZUuEXsPDMCtdRve1vQ1i8ps4GjDyF7b4wXyY11DvE"]}
Current status is {"retracted":"0xb00a051089a4a968f968eae1dae785a33673718df206c17be44b952d2988b71b"}
Current status is {"inBlock":"0x75cc10fa6dafeab9eeebda4b00a275fec16da230fc481265e697429c3a4e83e2"}
Transaction included at blockHash 0x75cc10fa6dafeab9eeebda4b00a275fec16da230fc481265e697429c3a4e83e2
Current status is {"finalized":"0x75cc10fa6dafeab9eeebda4b00a275fec16da230fc481265e697429c3a4e83e2"}
Disconnect from relaychain
------------------------------------------------------------
Waiting for parachain to produce block #1...

> litentry-integration-test@1.0.0 wait-finalized-block /home/jonathan/projects/litentry-parachain/ts-tests
> pnpm exec ts-node common/setup/wait-finalized-block.ts

Connecting to parachain ws://127.0.0.1:9944
2024-01-25 20:15:43        API/INIT: RPC methods not decorated: txpool_content, txpool_inspect, txpool_status
2024-01-25 20:15:43        API/INIT: rococo-parachain/9172: Not decorating runtime apis without matching versions: EthereumRuntimeRPCApi/5 (4 known)
2024-01-25 20:15:43        API/INIT: rococo-parachain/9172: Not decorating unknown runtime apis: 0xa33d43f58731ad84/2
Parachain finalized block #0 with hash 0xe6e28e043a9e9c844c85b1a2e82c5ae5b565502f7e3d64019828c200c2d40937
Parachain finalized block #1 with hash 0x797631d5064caee864efc51a54a2d17f1acd8378f9ceaf6e374f03c184f73408
Done.

Merging once checks pass

@jonalvarezz jonalvarezz enabled auto-merge (squash) January 25, 2024 20:24
@jonalvarezz jonalvarezz merged commit e6cfa16 into dev Jan 25, 2024
32 checks passed
@jonalvarezz jonalvarezz deleted the p-432-launch-local-binary-detect-the-block-height-more-reliably branch June 12, 2024 14:34
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.

None yet

2 participants