File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,34 @@ var networks = {
55
55
dustThreshold : 546 ,
56
56
feePerKb : 10000 ,
57
57
estimateFee : estimateFee ( 'testnet' )
58
+ } ,
59
+ viacoin : {
60
+ magicPrefix : '\x18Viacoin Signed Message:\n' ,
61
+ bip32 : {
62
+ public : 0x0488b21e ,
63
+ private : 0x0488ade4
64
+ } ,
65
+ pubKeyHash : 0x47 ,
66
+ scriptHash : 0x21 ,
67
+ wif : 0xc7 ,
68
+ dustThreshold : 560 ,
69
+ dustSoftThreshold : 100000 ,
70
+ feePerKb : 100000 , //
71
+ estimateFee : estimateFee ( 'viacoin' )
72
+ } ,
73
+ viacointestnet : {
74
+ magicPrefix : '\x18Viacoin Signed Message:\n' ,
75
+ bip32 : {
76
+ public : 0x043587cf ,
77
+ private : 0x04358394
78
+ } ,
79
+ pubKeyHash : 0x7f ,
80
+ scriptHash : 0xc4 ,
81
+ wif : 0xff ,
82
+ dustThreshold : 560 ,
83
+ dustSoftThreshold : 100000 ,
84
+ feePerKb : 100000 ,
85
+ estimateFee : estimateFee ( 'viacointestnet' )
58
86
}
59
87
}
60
88
You can’t perform that action at this time.
0 commit comments