Collect Conversion Signatures

Collect conversion signatures of ConvertSubnetToL1.

Now that the ValidatorManager contract has been deployed and initialized, we can collect the signatures for the convertSubnetToL1Tx transaction.

Specifically, we will collect the signatures for a SubnetToL1ConversionMessage that was emitted from the P-Chain after the convertSubnetToL1Tx from earlier was confirmed.

We will later use this signed warp message to initialize the validator set already registered on the P-Chain with our ValidatorManager contract.

Logo

Collect conversion signatures

This will collect signatures from the subnet validators to convert the subnet to an L1 chain.

Also called L1 ID. Transaction ID of the conversion transaction on the P-Chain.

Is this guide helpful?

On this page

No Headings