Merge branch 'crypto-donate-explorers' into 'develop'
CryptoDonate: update block explorer data See merge request soapbox-pub/soapbox-fe!523
This commit is contained in:
commit
bd323bbc8a
|
@ -1,8 +1,19 @@
|
||||||
{
|
{
|
||||||
|
"bat": "https://etherscan.io/address/{address}",
|
||||||
"bch": "https://explorer.bitcoin.com/bch/address/{address}",
|
"bch": "https://explorer.bitcoin.com/bch/address/{address}",
|
||||||
"btc": "https://explorer.bitcoin.com/btc/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}",
|
"doge": "https://dogechain.info/address/{address}",
|
||||||
|
"etc": "https://etcblockexplorer.com/address/{address}",
|
||||||
"eth": "https://etherscan.io/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}",
|
"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}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue