diff --git a/coins/litecoin.json b/coins/litecoin.json index 33d5d55..03e9a55 100644 --- a/coins/litecoin.json +++ b/coins/litecoin.json @@ -1,7 +1,25 @@ { - "name": "Litecoin", - "symbol": "LTC", - "algorithm": "scrypt", - "peerMagic": "fbc0b6db", - "peerMagicTestnet": "fdd2c8f1" + "name": "Litecoin", + "symbol": "LTC", + "algorithm": "scrypt", + "peerMagic": "fbc0b6db", + "peerMagicTestnet": "fdd2c8f1", + + "mainnet": { + "bech32": "ltc", + "bip32": { + "public": "0488B21E" + }, + "pubKeyHash": "30", + "scriptHash": "05" + }, + + "testnet": { + "bech32": "tltc", + "bip32": { + "public": "043587CF" + }, + "pubKeyHash": "6F", + "scriptHash": "C4" + } }