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