diff --git a/public/data/explorers.json b/public/data/explorers.json index edf09c08..19c3ba32 100644 --- a/public/data/explorers.json +++ b/public/data/explorers.json @@ -23,6 +23,11 @@ "title": "Blockchair", "url": "https://blockchair.com/peercoin", "image": "/img/explorers/blockchair_green.png" + }, + { + "title": "Prohashing", + "url": "https://prohashing.com/explorer/Peercoin", + "image": "/img/explorers/prohashing_green.png" } ] }, diff --git a/public/img/explorers/prohashing_green.png b/public/img/explorers/prohashing_green.png new file mode 100644 index 00000000..82ff8eca Binary files /dev/null and b/public/img/explorers/prohashing_green.png differ