mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-24 03:10:40 +00:00
Added Artax as HD 219 from proposed https://github.com/satoshilabs/slips/pull/363
This commit is contained in:
@@ -1342,3 +1342,14 @@ bitcoinjs.bitcoin.networks.exchangecoin = {
|
||||
scriptHash: 0x34AF,
|
||||
wif: 0x80,
|
||||
};
|
||||
|
||||
bitcoinjs.bitcoin.networks.artax = {
|
||||
messagePrefix: '\x18Artax Signed Message:\n',
|
||||
bip32: {
|
||||
public: 0x0488B21E,
|
||||
private: 0x0488ADE4,
|
||||
},
|
||||
pubKeyHash: 0x17,
|
||||
scriptHash: 0x1CBD,
|
||||
wif: 0x97,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user