Workflow updating files of bobsfund

This commit is contained in:
RanchiMall Dev 2024-11-19 14:48:54 +00:00
parent 6e2692007f
commit ba68907ba0
3 changed files with 7 additions and 7 deletions

View File

@ -859,10 +859,10 @@
</div>
</div>
${tapoutsPoints.length ? html`
<div class="grid">
<!-- <div class="grid">
<span class="value margin-bottom-0-5r">Tapouts</span>
<ul class="tapout-list">${tapoutsPoints}</ul>
</div>` : ''}
</div> -->` : ''}
<div class="grid">
<span class="label">Fund transactions</span>
<div class="flex gap-0-5 flex-wrap">${renderedFundTxs}</div>
@ -1320,4 +1320,4 @@
</body>
</html>
</html>

View File

@ -1,4 +1,4 @@
(function (EXPORTS) { //floBlockchainAPI v3.1.2
(function (EXPORTS) { //floBlockchainAPI v3.1.3
/* FLO Blockchain Operator to send/receive data from blockchain using API calls via FLO Blockbook*/
'use strict';
const floBlockchainAPI = EXPORTS;
@ -32,8 +32,8 @@
checkIfTor().then(result => {
isTor = result
if (isTor) {
DEFAULT.apiURL.FLO.push('http://vl7ni6byqx7rbub5hypxtod5dbfeuhoj5r5exuyl44pspqh2gasjj4qd.onion:9166/')
DEFAULT.apiURL.FLO_TEST.push('http://omwkzk6bd6zuragdqsrhdyzgxzre7yx4vzrou4vzftintzc2dmagp6qd.onion:15017/')
DEFAULT.apiURL.FLO.push('http://kvrddx6heo47rbbt77etxg6litckacbgos3nv5z7vc23ol2kjjeq72id.onion/')
// DEFAULT.apiURL.FLO_TEST.push('http://omwkzk6bd6zuragdqsrhdyzgxzre7yx4vzrou4vzftintzc2dmagp6qd.onion:15017/')
}
});

File diff suppressed because one or more lines are too long