pub fn kintsugi_genesis(
    invulnerables: Vec<(AccountId, AuraId)>,
    authorized_oracles: Vec<(AccountId, OracleName)>,
    endowed_accounts: Vec<AccountId>,
    endowed_evm_accounts: Vec<[u8; 20]>,
    root_key: Option<AccountId>,
    id: ParaId,
    bitcoin_confirmations: u32,
    disable_difficulty_check: bool
) -> RuntimeGenesisConfig