diff options
Diffstat (limited to 'bip39-standalone.html')
-rw-r--r-- | bip39-standalone.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bip39-standalone.html b/bip39-standalone.html index e73b536..910230a 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html | |||
@@ -31129,8 +31129,8 @@ var networks = { | |||
31129 | pubKeyHash: 0x3f, | 31129 | pubKeyHash: 0x3f, |
31130 | scriptHash: 0x7d, | 31130 | scriptHash: 0x7d, |
31131 | wif: 0xbf, | 31131 | wif: 0xbf, |
31132 | dustThreshold: 0, // CHECK | 31132 | dustThreshold: 0, |
31133 | feePerKb: 100000000, // CHECK | 31133 | feePerKb: 10000, |
31134 | estimateFee: estimateFee('shadow') | 31134 | estimateFee: estimateFee('shadow') |
31135 | }, | 31135 | }, |
31136 | shadowtn: { | 31136 | shadowtn: { |
@@ -31142,8 +31142,8 @@ var networks = { | |||
31142 | pubKeyHash: 0x7f, | 31142 | pubKeyHash: 0x7f, |
31143 | scriptHash: 0xc4, | 31143 | scriptHash: 0xc4, |
31144 | wif: 0xff, | 31144 | wif: 0xff, |
31145 | dustThreshold: 0, // CHECK | 31145 | dustThreshold: 0, |
31146 | feePerKb: 100000000, // CHECK | 31146 | feePerKb: 10000, |
31147 | estimateFee: estimateFee('shadowtn') | 31147 | estimateFee: estimateFee('shadowtn') |
31148 | }, | 31148 | }, |
31149 | dogecoin: { | 31149 | dogecoin: { |