Skip to content

Commit

Permalink
Replace cardanoscan pool explorer by adapools
Browse files Browse the repository at this point in the history
  • Loading branch information
xdzurman committed Nov 25, 2020
1 parent 9ec965c commit 9e07b3c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ const CurrentDelegationPage = ({
<a
target="_blank"
className="transaction-address"
href={`https://cardanoscan.io/pool/${pool.poolHash}`}
href={`https://adapools.org/pool/${pool.poolHash}`}
>
CardanoScan
ADApools
</a>
</div>
<div className="current-delegation-id">
Expand Down

0 comments on commit 9e07b3c

Please sign in to comment.