I have the code below and I see that Litecoin using version byte 48 to generate its address. Is there a version byte list of all Bitcoin forked altcoins? I'm looking to generate Dogecoin addresses and Dash. But wasn't sure what version byte they use. Does such a list exist?
For bitcoin family coins you can use WalletGenerator source code.
For example janin.currency.js#L196
for Litecoin 0x30
in hex equal to 48 in decimal