Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

Commit

Permalink
Fix explorer link.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrheinen committed Mar 4, 2018
1 parent 5ae1702 commit f5ea3e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ var cryptonatorWidget = ["{symbol}-BTC", "{symbol}-USD", "{symbol}-EUR"];

var easyminerDownload = "https://github.com/zone117x/cryptonote-easy-miner/releases/";

var blockchainExplorer = "http://explorer.ombre.com/block/{id}";
var blockchainExplorer = "https://explorer.ombre.io/block/{id}";

var transactionExplorer = "http://explorer.ombre.com/tx/{id}";
var transactionExplorer = "https://explorer.ombre.io/tx/{id}";

var themeCss = "themes/default-theme.css";

0 comments on commit f5ea3e4

Please sign in to comment.