Hello again.
After I updated the chain's software to the new beta and I ran `multichaind -version`, it showed that the new range of supported protocols are (20001-20006). So, I tried to upgrade the chain's protocol by running:
`multichain-cli chainName createfrom 1.. upgrade protocol_upgrade false '{"protocol-version":20006}'`
However, I am getting this error:
`Invalid value for protocol version. Valid range: 10004-10011, 20001-20004`
Am I missing something? Thanks for the help in advance.