bech32 for litecoin (#667)
This commit is contained in:
parent
f185e971c4
commit
81216de5dd
@ -1,7 +1,25 @@
|
|||||||
{
|
{
|
||||||
"name": "Litecoin",
|
"name": "Litecoin",
|
||||||
"symbol": "LTC",
|
"symbol": "LTC",
|
||||||
"algorithm": "scrypt",
|
"algorithm": "scrypt",
|
||||||
"peerMagic": "fbc0b6db",
|
"peerMagic": "fbc0b6db",
|
||||||
"peerMagicTestnet": "fdd2c8f1"
|
"peerMagicTestnet": "fdd2c8f1",
|
||||||
|
|
||||||
|
"mainnet": {
|
||||||
|
"bech32": "ltc",
|
||||||
|
"bip32": {
|
||||||
|
"public": "0488B21E"
|
||||||
|
},
|
||||||
|
"pubKeyHash": "30",
|
||||||
|
"scriptHash": "05"
|
||||||
|
},
|
||||||
|
|
||||||
|
"testnet": {
|
||||||
|
"bech32": "tltc",
|
||||||
|
"bip32": {
|
||||||
|
"public": "043587CF"
|
||||||
|
},
|
||||||
|
"pubKeyHash": "6F",
|
||||||
|
"scriptHash": "C4"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user