Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Update BTC explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Weichhold committed Dec 1, 2022
1 parent c172fb2 commit f93bee0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Miningcore/coins.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,9 @@
]
},
"coinbaseIgnoreAuxFlags": true,
"explorerBlockLink": "https://btc.tokenview.com/block/$height$",
"explorerTxLink": "https://btc.tokenview.com/tx/{0}",
"explorerAccountLink": "https://btc.tokenview.com/address/{0}"
"explorerBlockLink": "https://www.blockchain.com/btc/block/$hash$",
"explorerTxLink": "https://www.blockchain.com/btc/tx/{0}",
"explorerAccountLink": "https://www.blockchain.com/btc/address/{0}"
},
"bitcoin-cash": {
"name": "Bitcoin Cash",
Expand Down Expand Up @@ -2209,7 +2209,7 @@
"explorerBlockLink": "https://explorer.globalsocialpost.com/block/$height$",
"explorerTxLink": "https://explorer.globalsocialpost.com/tx/{0}",
"explorerAccountLink": "https://explorer.globalsocialpost.com/address/{0}"
},
},
"radiant": {
"name": "Radiant",
"symbol": "RXD",
Expand Down Expand Up @@ -2279,7 +2279,7 @@
"explorerTxLink": "https://explorer.bitoreum.org/tx/{0}",
"explorerAccountLink": "https://explorer.bitoreum.org/address/{0}"
},

"rosecoin": {
"name": "Rosecoin",
"symbol": "ROC",
Expand Down

0 comments on commit f93bee0

Please sign in to comment.