fn testnet_parachain_genesis(
    wasm_binary: &[u8],
    initial_authorities: Vec<(AccountId, AuraId)>,
    endowed_accounts: Vec<AccountId>,
    _enable_println: bool,
    parachain_id: ParaId,
    council_members: Vec<AccountId>,
    tech_committee_members: Vec<AccountId>,
    vesting_list: Vec<(AccountId, BlockNumber, BlockNumber, u32, Balance)>,
    registered_assets: Vec<(Vec<u8>, Balance, Option<AssetId>)>,
    accepted_assets: Vec<(AssetId, Price)>,
    elections: Vec<AccountId>
) -> GenesisConfig