Skip to content

Commit

Permalink
Merge pull request #313 from jyap808/patch-1
Browse files Browse the repository at this point in the history
Add Jumbucks support
  • Loading branch information
weilu committed Nov 23, 2014
2 parents 5b6249e + 5ee3203 commit bd8a677
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/networks.js
Expand Up @@ -98,6 +98,20 @@ var networks = {
feePerKb: 100000,
estimateFee: estimateFee('viacointestnet')
},
jumbucks: {
magicPrefix: '\x19Jumbucks Signed Message:\n',
bip32: {
public: 0x037a689a,
private: 0x037a6460
},
pubKeyHash: 0x2b,
scriptHash: 0x05,
wif: 0xab,
dustThreshold: 0,
dustSoftThreshold: 10000,
feePerKb: 10000,
estimateFee: estimateFee('jumbucks')
},
zetacoin: {
magicPrefix: '\x18Zetacoin Signed Message:\n',
bip32: {
Expand Down

0 comments on commit bd8a677

Please sign in to comment.