Skip to content

Commit

Permalink
refactor: use bobascan
Browse files Browse the repository at this point in the history
  • Loading branch information
perpetuum7 committed Jul 11, 2022
1 parent a232426 commit 1745bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ethtx_ce/app/frontend/templates/transaction.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

{% macro address_link(address, label, badge="") %}
{%- if address and address != '0x0000000000000000000000000000000000000000' -%}
<a href="https://blockexplorer.boba.network/address/{{ address }}" target="_blank">
<a href="https://bobascan.com/address/{{ address }}" target="_blank">
{%- if badge -%}
<span class="badge badge-info">[{{ badge }}] </span>
{%- endif -%}
Expand All @@ -27,7 +27,7 @@

{% macro nft_link(address, label) %}
{%- if address and address != '0x0000000000000000000000000000000000000000' -%}
<a href="https://blockexplorer.boba.network/token/{{ address }}" target="_blank">
<a href="https://bobascan.com/token/{{ address }}" target="_blank">
{{- label -}}
</a>
{%- else -%}
Expand Down

0 comments on commit 1745bef

Please sign in to comment.