Merge branch 'crypto-donate-explorers' into 'develop'

CryptoDonate: update block explorer data

See merge request soapbox-pub/soapbox-fe!523
merge-requests/407/merge
Alex Gleason 2021-06-10 20:23:36 +00:00
commit bd323bbc8a
1 zmienionych plików z 12 dodań i 1 usunięć

Wyświetl plik

@ -1,8 +1,19 @@
{
"bat": "https://etherscan.io/address/{address}",
"bch": "https://explorer.bitcoin.com/bch/address/{address}",
"btc": "https://explorer.bitcoin.com/btc/address/{address}",
"btg": "https://btgexplorer.com/address/{address}",
"dash": "https://dashblockexplorer.com/address/{address}",
"dgb": "https://digiexplorer.info/address/{address}",
"doge": "https://dogechain.info/address/{address}",
"etc": "https://etcblockexplorer.com/address/{address}",
"eth": "https://etherscan.io/address/{address}",
"grans": "https://ubiqscan.io/address/{address}",
"ltc": "https://litecoinblockexplorer.net/address/{address}",
"ubq": "https://ubiqscan.io/address/{address}",
"xmr": "https://monerohash.com/explorer/search?value={address}"
"usdc": "https://etherscan.io/address/{address}",
"vtc": "https://vtcblocks.com/address/{address}",
"xmr": "https://monerohash.com/explorer/search?value={address}",
"xrp": "https://xrpscan.com/account/{address}",
"zec": "https://zecblockexplorer.com/address/{address}"
}