Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update deps #19

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"chrome": "67",
"safari": "11.1"
},
"useBuiltIns": "usage"
"useBuiltIns": "usage",
"corejs": 2
}
]
]
Expand Down
26 changes: 13 additions & 13 deletions docs/config_networks_flo_mainnet.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
<link type="text/css" rel="stylesheet" href="styles/monokai-sublime.css">



<!-- start Mixpanel -->
<script type="text/javascript">(function(e,a){if(!a.__SV){var b=window;try{var c,l,i,j=b.location,g=j.hash;c=function(a,b){return(l=a.match(RegExp(b+"=([^&]*)")))?l[1]:null};g&&c(g,"state")&&(i=JSON.parse(decodeURIComponent(c(g,"state"))),"mpeditor"===i.action&&(b.sessionStorage.setItem("_mpcehash",g),history.replaceState(i.desiredHash||"",e.title,j.pathname+j.search)))}catch(m){}var k,h;window.mixpanel=a;a._i=[];a.init=function(b,c,f){function e(b,a){var c=a.split(".");2==c.length&&(b=b[c[0]],a=c[1]);b[a]=function(){b.push([a].concat(Array.prototype.slice.call(arguments,
Expand Down Expand Up @@ -56,17 +56,17 @@
<ul>
<li >
<a href="index.html">

<svg fill="#6D6D6D" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"/>
<path d="M0 0h24v24H0z" fill="none"/>
</svg>


</a>
</li>



</ul>
</div>
Expand All @@ -80,18 +80,18 @@ <h3>Classes</h3><ul><li id="Artifact-nav"><a href="Artifact.html">Artifact</a><u
</nav>

<div id="main">

<h1 class="page-title">
config/networks/flo/mainnet.js
</h1>








<section>
<article>
<pre class="prettyprint source linenums"><code>import { Insight } from 'insight-explorer'
<pre class="prettyprint source linenums"><code>import { Insight } from '@oipwg/insight-explorer'
import { varIntBuffer } from '../../../util/btc'

const floFeePerKb = 100000
Expand Down Expand Up @@ -202,7 +202,7 @@ <h1 class="page-title">
</article>
</section>




</div>
Expand All @@ -216,7 +216,7 @@ <h1 class="page-title">
<script src="scripts/linenumber.js"></script>
<script src="scripts/pagelocation.js"></script>



</body>
</html>
26 changes: 13 additions & 13 deletions docs/modules_wallets_ExplorerWallet.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
<link type="text/css" rel="stylesheet" href="styles/monokai-sublime.css">



<!-- start Mixpanel -->
<script type="text/javascript">(function(e,a){if(!a.__SV){var b=window;try{var c,l,i,j=b.location,g=j.hash;c=function(a,b){return(l=a.match(RegExp(b+"=([^&]*)")))?l[1]:null};g&&c(g,"state")&&(i=JSON.parse(decodeURIComponent(c(g,"state"))),"mpeditor"===i.action&&(b.sessionStorage.setItem("_mpcehash",g),history.replaceState(i.desiredHash||"",e.title,j.pathname+j.search)))}catch(m){}var k,h;window.mixpanel=a;a._i=[];a.init=function(b,c,f){function e(b,a){var c=a.split(".");2==c.length&&(b=b[c[0]],a=c[1]);b[a]=function(){b.push([a].concat(Array.prototype.slice.call(arguments,
Expand Down Expand Up @@ -56,17 +56,17 @@
<ul>
<li >
<a href="index.html">

<svg fill="#6D6D6D" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="M10 20v-6h4v6h5v-8h3L12 3 2 12h3v8z"/>
<path d="M0 0h24v24H0z" fill="none"/>
</svg>


</a>
</li>



</ul>
</div>
Expand All @@ -80,21 +80,21 @@ <h3>Classes</h3><ul><li id="Artifact-nav"><a href="Artifact.html">Artifact</a><u
</nav>

<div id="main">

<h1 class="page-title">
modules/wallets/ExplorerWallet.js
</h1>








<section>
<article>
<pre class="prettyprint source linenums"><code>import { sign } from 'bitcoinjs-message'
import { ECPair, payments, address } from 'bitcoinjs-lib'
import coinselect from 'coinselect'
import Insight from 'insight-explorer'
import Insight from '@oipwg/insight-explorer'

// This dependency was not found:
//
Expand Down Expand Up @@ -779,7 +779,7 @@ <h1 class="page-title">
</article>
</section>




</div>
Expand All @@ -793,7 +793,7 @@ <h1 class="page-title">
<script src="scripts/linenumber.js"></script>
<script src="scripts/pagelocation.js"></script>



</body>
</html>
Loading