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

Commit

Permalink
added meltingice block explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
dbachm123 committed Apr 23, 2018
1 parent b5a7415 commit d2bd982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
// $cmcVolume = FALSE;
// $cmcStatsticker = FALSE;

// choice of Nano block explorer ('nanode', 'ninja', 'nanoexplorer', 'nano', 'nanowatch')
// choice of Nano block explorer ('nanode', 'ninja', 'nanoexplorer', 'nano', 'nanowatch', 'meltingice')
// $blockExplorer = 'nanode';

// ----------- Cache Engine -----------
Expand Down
2 changes: 2 additions & 0 deletions modules/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,8 @@ function getAccountUrl($account, $blockExplorer)
return "https://nanowat.ch/account/" . $account;
case 'ninja':
return "https://nanonode.ninja/account/" . $account;
case 'meltingice':
return "https://nano.meltingice.net/explorer/account/" . $account;
default:
return "https://www.nanode.co/account/" . $account;
}
Expand Down

0 comments on commit d2bd982

Please sign in to comment.