Skip to content
This repository was archived by the owner on Jun 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #605 from hayyaun/master
Browse files Browse the repository at this point in the history
add nanolooker as nano explorer
  • Loading branch information
gre authored Jun 7, 2021
2 parents 046c0c2 + d94f4aa commit 6a34afa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/cryptoassets/src/currencies.js
Original file line number Diff line number Diff line change
Expand Up @@ -1503,6 +1503,10 @@ const cryptocurrenciesById: { [name: string]: CryptoCurrency } = {
},
],
explorerViews: [
{
tx: "https://nanolooker.com/block/$hash",
address: "https://nanolooker.com/account/$address",
},
{
tx: "https://nanoexplorer.io/blocks/$hash",
},
Expand Down

0 comments on commit 6a34afa

Please sign in to comment.