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

Nanoodle replacing Nanowatch #125

Merged
merged 5 commits into from
Aug 4, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update functions.php
Replace nanowat.ch (shutdown) with nanoodle.io
arranHarty123 authored Aug 4, 2019
commit 248d82c07a91041380ab8c985ff99ac15f0be386
4 changes: 2 additions & 2 deletions modules/functions.php
Original file line number Diff line number Diff line change
@@ -347,8 +347,8 @@ function getAccountUrl($account, $blockExplorer)
{
case 'nanoexplorer':
return "https://nanoexplorer.io/accounts/" . $account;
case 'nanowatch':
return "https://nanowat.ch/account/" . $account;
case 'nanoodle':
return "https://nanoodle.io/account/" . $account;
case 'ninja':
return "https://mynano.ninja/account/" . $account;
case 'meltingice':