Merge pull request #213 from charlesrocket/upd-axe

update AXE network
This commit is contained in:
iancoleman
2018-05-10 08:41:16 +10:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -114,9 +114,9 @@ bitcoinjs.bitcoin.networks.axe = {
public: 0x0488b21e,
private: 0x0488ade4
},
pubKeyHash: 0x4B,
scriptHash: 0xCB, // TODO set this correctly
wif: 0xCB
pubKeyHash: 0x37,
scriptHash: 0x10, // TODO set this correctly
wif: 0xcc
};
bitcoinjs.bitcoin.networks.slimcoin = {