bech32 for litecoin (#667)

This commit is contained in:
cryptozeny 2019-07-02 00:20:17 +09:00 committed by Matthew Little
parent f185e971c4
commit 81216de5dd

View File

@ -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"
}
}