Add Ritocoin (RITO)

This commit is contained in:
Scotty0448
2021-01-26 16:12:25 -07:00
parent 71573cb380
commit 5b0b1a5c9a
3 changed files with 28 additions and 0 deletions

View File

@@ -1219,6 +1219,17 @@ libs.bitcoin.networks.revolutionvr = {
wif: 0xc6,
};
libs.bitcoin.networks.ritocoin = {
messagePrefix: '\x15Rito Signed Message:\n',
bip32: {
public: 0x0488B21E,
private: 0x0488ADE4,
},
pubKeyHash: 0x19,
scriptHash: 0x69,
wif: 0x80,
};
libs.bitcoin.networks.rsk = {
messagePrefix: '\x18RSK Signed Message:\n',
bip32: {