fn centrifuge_genesis(
    initial_authorities: Vec<(AccountId, AuraId)>,
    endowed_accounts: Vec<AccountId>,
    endowed_evm_accounts: Vec<([u8; 20], Option<u64>)>,
    total_issuance: Option<Balance>,
    id: ParaId,
    council_members: Vec<AccountId>
) -> Value