Add CLAM.

This commit is contained in:
Chris Moore
2015-08-20 17:02:57 -07:00
parent ae30fed803
commit 5c434a8a00
3 changed files with 32 additions and 0 deletions

View File

@@ -25,3 +25,12 @@ bitcoin.networks.shadowtn = {
feePerKb: 1000,
estimateFee: function() { return "unused in this app" },
};
bitcoin.networks.clam = {
bip32: {
public: 0xa8c26d64,
private: 0xa8c17826
},
pubKeyHash: 0x89,
wif: 0x85,
};