Skip to content

Commit

Permalink
Moving to new tor links
Browse files Browse the repository at this point in the history
  • Loading branch information
sairaj-mote committed Jan 20, 2024
1 parent 9912f8c commit 2b01349
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 17 deletions.
6 changes: 3 additions & 3 deletions scripts/floBlockchainAPI.js
Original file line number Diff line number Diff line change
@@ -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;
Expand Down Expand Up @@ -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/')
}
});

Expand Down
2 changes: 1 addition & 1 deletion scripts/floBlockchainAPI.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 2b01349

Please sign in to comment.