Skip to content

Commit 7d2e1cd

Browse files
committed
networks: remove exhaustive non-top 5 networks
1 parent 01036ee commit 7d2e1cd

File tree

2 files changed

+0
-71
lines changed

2 files changed

+0
-71
lines changed

src/networks.js

Lines changed: 0 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -54,70 +54,6 @@ var networks = {
5454
dustThreshold: 0, // https://github.com/dogecoin/dogecoin/blob/v1.7.1/src/core.h#L155-L160
5555
dustSoftThreshold: 100000000, // https://github.com/dogecoin/dogecoin/blob/v1.7.1/src/main.h#L62
5656
feePerKb: 100000000 // https://github.com/dogecoin/dogecoin/blob/v1.7.1/src/main.cpp#L58
57-
},
58-
viacoin: {
59-
messagePrefix: '\x18Viacoin Signed Message:\n',
60-
bip32: {
61-
public: 0x0488b21e,
62-
private: 0x0488ade4
63-
},
64-
pubKeyHash: 0x47,
65-
scriptHash: 0x21,
66-
wif: 0xc7,
67-
dustThreshold: 560,
68-
dustSoftThreshold: 100000,
69-
feePerKb: 100000
70-
},
71-
viacointestnet: {
72-
messagePrefix: '\x18Viacoin Signed Message:\n',
73-
bip32: {
74-
public: 0x043587cf,
75-
private: 0x04358394
76-
},
77-
pubKeyHash: 0x7f,
78-
scriptHash: 0xc4,
79-
wif: 0xff,
80-
dustThreshold: 560,
81-
dustSoftThreshold: 100000,
82-
feePerKb: 100000
83-
},
84-
gamerscoin: {
85-
messagePrefix: '\x19Gamerscoin Signed Message:\n',
86-
bip32: {
87-
public: 0x019da462,
88-
private: 0x019d9cfe
89-
},
90-
pubKeyHash: 0x26,
91-
scriptHash: 0x05,
92-
wif: 0xA6,
93-
dustThreshold: 0, // https://github.com/gamers-coin/gamers-coinv3/blob/master/src/main.cpp#L358-L363
94-
dustSoftThreshold: 100000, // https://github.com/gamers-coin/gamers-coinv3/blob/master/src/main.cpp#L51
95-
feePerKb: 100000 // https://github.com/gamers-coin/gamers-coinv3/blob/master/src/main.cpp#L54
96-
},
97-
jumbucks: {
98-
messagePrefix: '\x19Jumbucks Signed Message:\n',
99-
bip32: {
100-
public: 0x037a689a,
101-
private: 0x037a6460
102-
},
103-
pubKeyHash: 0x2b,
104-
scriptHash: 0x05,
105-
wif: 0xab,
106-
dustThreshold: 0,
107-
dustSoftThreshold: 10000,
108-
feePerKb: 10000
109-
},
110-
zetacoin: {
111-
messagePrefix: '\x18Zetacoin Signed Message:\n',
112-
bip32: {
113-
public: 0x0488b21e,
114-
private: 0x0488ade4
115-
},
116-
pubKeyHash: 0x50,
117-
scriptHash: 0x09,
118-
wif: 0xe0,
119-
dustThreshold: 546, // https://github.com/zetacoin/zetacoin/blob/master/src/core.h#L159
120-
feePerKb: 10000 // https://github.com/zetacoin/zetacoin/blob/master/src/main.cpp#L54
12157
}
12258
}
12359

test/fixtures/network.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@
2828
"private": "dgpv51eADS3spNJh9Gjth94XcPwAczvQaDJs9rqx11kvxKs6r3Ek8AgERHhjLs6mzXQFHRzQqGwqdeoDkZmr8jQMBfi43b7sT3sx3cCSk5fGeUR",
2929
"public": "dgub8kXBZ7ymNWy2S8Q3jNgVjFUm5ZJ3QLLaSTdAA89ukSv7Q6MSXwE14b7Nv6eDpE9JJXinTKc8LeLVu19uDPrm5uJuhpKNzV2kAgncwo6bNpP"
3030
}
31-
},
32-
{
33-
"network": "jumbucks",
34-
"bip32": {
35-
"private": "jprv5eCacBgN4Bz4zYxgVQ7RDt1a3eREhEaj8KjAcJ7YwogxGo2rmBF5kvAQS53JwZpo5wnUmJ9Q7kB6b2gQ1MzC6yaTc188hr6hXZ5t8Ruria1",
36-
"public": "jpub1sBw1hDFtZYND339bReRb1xJbgFj6hJaVYemQgXAW9Dw9bN1JiZLJiUtHLgcTTEs1UgRGFAYm3XQPYsYJbpqj1aYPhrMsNcJHfgdAhvFZBB"
37-
}
3831
}
3932
],
4033
"estimateFee": [

0 commit comments

Comments
 (0)