mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-21 01:42:16 +00:00
Merge branch 'master' into bitcoin-green
This commit is contained in:
@@ -1386,3 +1386,14 @@ bitcoinjs.bitcoin.networks.bitcoingreen = {
|
||||
scriptHash: 0x1CBD,
|
||||
wif: 0x2E,
|
||||
};
|
||||
|
||||
bitcoinjs.bitcoin.networks.anon = {
|
||||
messagePrefix: '\x18ANON Signed Message:\n',
|
||||
bip32: {
|
||||
public: 0x0488b21e,
|
||||
private: 0x0488ade4
|
||||
},
|
||||
pubKeyHash: 0x0582,
|
||||
scriptHash: 0x5389,
|
||||
wif: 0x80
|
||||
};
|
||||
Reference in New Issue
Block a user