I heard that multichain parameters, except for runtime parameters, are immutable once the chain is set up. Then, can I migrate one chain's data to another to change those parameters?
Let's say I have multichain A with "-anyone-can-connect=false". I wanna change that parameter to true. Thus I build another multichain B with "-anyone-can-connect=true". However, I dont wanna lost my transactions on A.
Can I migrate all the transaction data from A to B, if all of the nodes agree?
Thanks in advance.