changed livenet to flosight
This commit is contained in:
parent
4da8a031d4
commit
83ca5346a0
@ -324,7 +324,7 @@
|
|||||||
<script src="https://cdn.jsdelivr.net/npm/fuse.js@6.4.6"></script>
|
<script src="https://cdn.jsdelivr.net/npm/fuse.js@6.4.6"></script>
|
||||||
<script>
|
<script>
|
||||||
const cryptocoin = "FLO";
|
const cryptocoin = "FLO";
|
||||||
const mainnet = `https://livenet.flocha.in`;
|
const mainnet = `https://flosight.duckdns.org/`;
|
||||||
const testnet = `https://testnet-flosight.duckdns.org`;
|
const testnet = `https://testnet-flosight.duckdns.org`;
|
||||||
const adminID = "FDG64XNjdsA4rAgfm4ABEs2RcTgqn8Jecv";
|
const adminID = "FDG64XNjdsA4rAgfm4ABEs2RcTgqn8Jecv";
|
||||||
const kudosID = "FKAEdnPfjXLHSYwrXQu377ugN4tXU7VGdf";
|
const kudosID = "FKAEdnPfjXLHSYwrXQu377ugN4tXU7VGdf";
|
||||||
@ -1155,7 +1155,7 @@
|
|||||||
getRef('torrent_description').textContent = description
|
getRef('torrent_description').textContent = description
|
||||||
getRef('torrent_tags').textContent = tags.split('/').join('•')
|
getRef('torrent_tags').textContent = tags.split('/').join('•')
|
||||||
getRef('torrent_uploader').textContent = `Uploaded by ${uploader}`
|
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;
|
break;
|
||||||
case 'browse':
|
case 'browse':
|
||||||
const category = getRef('browse_category_selector').value
|
const category = getRef('browse_category_selector').value
|
||||||
|
|||||||
1441
index.html.bak
Normal file
1441
index.html.bak
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user