mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-20 09:22:16 +00:00
update compiled standalone.
This commit is contained in:
@@ -17926,6 +17926,26 @@ bitcoin.networks.peercoin = {
|
|||||||
wif: 0xb7,
|
wif: 0xb7,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
bitcoin.networks.slimcoin = {
|
||||||
|
bip32: {
|
||||||
|
public: 0xef6adf10,
|
||||||
|
private: 0xef69ea80
|
||||||
|
},
|
||||||
|
pubKeyHash: 0x3f,
|
||||||
|
scriptHash: 0x7d,
|
||||||
|
wif: 0x46,
|
||||||
|
};
|
||||||
|
|
||||||
|
bitcoin.networks.slimcointn = {
|
||||||
|
bip32: {
|
||||||
|
public: 0x043587CF,
|
||||||
|
private: 0x04358394
|
||||||
|
},
|
||||||
|
pubKeyHash: 0x6f,
|
||||||
|
scriptHash: 0xc4,
|
||||||
|
wif: 0x57,
|
||||||
|
};
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
<script>(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.ethUtil = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
|
<script>(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.ethUtil = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
|
||||||
(function (global){
|
(function (global){
|
||||||
@@ -42839,6 +42859,20 @@ window.Entropy = new (function() {
|
|||||||
DOM.bip44coin.val(1);
|
DOM.bip44coin.val(1);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Slimcoin",
|
||||||
|
onSelect: function() {
|
||||||
|
network = bitcoin.networks.slimcoin;
|
||||||
|
DOM.bip44coin.val(63);
|
||||||
|
},
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Slimcoin Testnet",
|
||||||
|
onSelect: function() {
|
||||||
|
network = bitcoin.networks.slimcointn;
|
||||||
|
DOM.bip44coin.val(111);
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Viacoin",
|
name: "Viacoin",
|
||||||
onSelect: function() {
|
onSelect: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user