Merge pull request #370 from thoughtnetwork/master

added Thought network spec
This commit is contained in:
iancoleman
2019-11-11 09:56:49 +11:00
committed by GitHub
4 changed files with 23 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
# 0.3.13
* Add Thought network
# 0.3.12
* Fix typos

View File

@@ -15,7 +15,7 @@
<div class="container">
<h1 class="text-center">Mnemonic Code Converter</h1>
<p class="version">v0.3.12</p>
<p class="version">v0.3.13</p>
<hr>
<div class="row">
<div class="col-md-12">

View File

@@ -1717,6 +1717,17 @@ bitcoinjs.bitcoin.networks.aryacoin = {
wif: 0x97
};
bitcoinjs.bitcoin.networks.thought = {
messagePrefix: 'unused',
bip32: {
public: 0xFbC6A00D,
private: 0x5AEBD8C6
},
pubKeyHash: 0x07,
scriptHash: 0x09,
wif: 0x7B
};
bitcoinjs.bitcoin.networks.elastos = {
messagePrefix: 'unused',
bip32: {

View File

@@ -2959,6 +2959,13 @@
setHdCoin(113);
},
},
{
name: "THT - Thought",
onSelect: function() {
network = bitcoinjs.bitcoin.networks.thought;
setHdCoin(1618);
},
},
{
name: "TOA - Toa",
onSelect: function() {