export function getProposalThreshold (api: ApiPromise): number {
  return PROPOSE[api.genesisHash.toHex()] || PROPOSE.default;
}