bigbuffet-rw/app/soapbox/features/crypto-donate/utils/block-explorers.json

27 lines
1.3 KiB
JSON
Raw Normal View History

2021-06-09 16:28:54 -07:00
{
"aave": "https://etherscan.io/address/{address}",
"bat": "https://etherscan.io/address/{address}",
2021-06-09 16:28:54 -07:00
"bch": "https://explorer.bitcoin.com/bch/address/{address}",
"btc": "https://explorer.bitcoin.com/btc/address/{address}",
"btg": "https://btgexplorer.com/address/{address}",
"comp": "https://etherscan.io/address/{address}",
"dash": "https://dashblockexplorer.com/address/{address}",
"dgb": "https://digiexplorer.info/address/{address}",
2021-06-09 16:28:54 -07:00
"doge": "https://dogechain.info/address/{address}",
"etc": "https://etcblockexplorer.com/address/{address}",
2021-06-09 16:28:54 -07:00
"eth": "https://etherscan.io/address/{address}",
"grans": "https://ubiqscan.io/address/{address}",
"link": "https://etherscan.io/address/{address}",
"ltc": "https://litecoinblockexplorer.net/address/{address}",
"mkr": "https://etherscan.io/address/{address}",
"oxt": "https://etherscan.io/address/{address}",
"sushi": "https://etherscan.io/address/{address}",
2021-06-09 16:28:54 -07:00
"ubq": "https://ubiqscan.io/address/{address}",
"uni": "https://etherscan.io/address/{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}"
2021-06-09 16:28:54 -07:00
}