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