changed livenet to flosight

This commit is contained in:
SaketAnand 2021-11-23 09:19:34 +05:30
parent 4da8a031d4
commit 83ca5346a0
2 changed files with 1443 additions and 2 deletions

View File

@ -324,7 +324,7 @@
<script src="https://cdn.jsdelivr.net/npm/fuse.js@6.4.6"></script>
<script>
const cryptocoin = "FLO";
const mainnet = `https://livenet.flocha.in`;
const mainnet = `https://flosight.duckdns.org/`;
const testnet = `https://testnet-flosight.duckdns.org`;
const adminID = "FDG64XNjdsA4rAgfm4ABEs2RcTgqn8Jecv";
const kudosID = "FKAEdnPfjXLHSYwrXQu377ugN4tXU7VGdf";
@ -1155,7 +1155,7 @@
getRef('torrent_description').textContent = description
getRef('torrent_tags').textContent = tags.split('/').join('•')
getRef('torrent_uploader').textContent = `Uploaded by ${uploader}`
getRef('torrent_index_tx').href = `https://livenet.flocha.in/tx/${startTx}`
getRef('torrent_index_tx').href = `https://flosight.duckdns.org/tx/${startTx}`
break;
case 'browse':
const category = getRef('browse_category_selector').value

1441
index.html.bak Normal file

File diff suppressed because it is too large Load Diff