forceRemove para 2013
icodezjb
4 years ago
We have participated in crowdloans before and did not get a slot in the 11 auctions have our paraID's locked at the moment: therefore they cannot recover their reserved KSMs when previously registering. ``` registrar.paras: Option { manager: EY1js3mL4RDgNKse3y4gozpfLHSzRTeUcobn3DWVK23ZpTM deposit: 44,601,783,029,520 locked: true } ```
Comments (2)
You dont want to call
forceRemove
.You want to call one of:
or
From: https://github.com/paritytech/polkadot/blob/master/runtime/common/src/paras_registrar.rs
Using the root origin
@shawntabrizi
We just want to replace head and wasm with polkadot-v0.9.11 version
is
force_register
might be better with 2013-polkadot-v0.9.11.wasm and 2013-polkadot-v0.9.11.genesis ?