bigbuffet-rw/app/soapbox/features/crypto_donate/utils/block_explorers.json

9 lines
351 B
JSON
Raw Normal View History

2021-06-09 16:28:54 -07:00
{
"bch": "https://explorer.bitcoin.com/bch/address/{address}",
"btc": "https://explorer.bitcoin.com/btc/address/{address}",
"doge": "https://dogechain.info/address/{address}",
"eth": "https://etherscan.io/address/{address}",
"ubq": "https://ubiqscan.io/address/{address}",
"xmr": "https://monerohash.com/explorer/search?value={address}"
}