I cannot connect to the testnet with this genesis file. When I try to run okexchaind validate-genesis I get:
ERROR: error validating genesis file /Users/maxwellfoley/.okexchaind/config/genesis.json: unrecognized concrete type name okexchain/staking/MsgCreateValidator
If I find-replace all instances of okexchain/staking/MsgCreateValidator in the genesis with cosmos-sdk/MsgCreateValidator, this error goes away, but I get
ERROR: error validating genesis file /Users/maxwellfoley/.okexchaind/config/genesis.json: json: cannot unmarshal object into Go struct field msgCreateValidatorJSON.min_self_delegation of type string
It appears that this genesis file was generated with some incompatible version of okexchaind, or I have somehow become confused about which genesis file is meant to match with which version of the code.