diff --git a/apps/block_scout_web/lib/block_scout_web/templates/address/_verify_other_explorers.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/address/_verify_other_explorers.html.eex index 85df676383..f9eb098118 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/address/_verify_other_explorers.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/address/_verify_other_explorers.html.eex @@ -3,25 +3,25 @@

Verify with other Explorers:

- + " class="verify-other-explorers-elem">

Etherscan.io

-
https://blockchair.com/ethereum/address/0x7c720f9b5bf7af340457e908555fecbd9db1f6da
+
<%= address_link_to_other_explorer("https://etherscan.io/address/", @address ,true) %>
- + " class="verify-other-explorers-elem">

Blockchair.com

-
https://blockchair.com/ethereum/address/0x7c720f9b5bf7af340457e908555fecbd9db1f6da
+
<%= address_link_to_other_explorer("https://blockchair.com/ethereum/address/", @address ,true) %>
- + " class="verify-other-explorers-elem">

Etherchain.org

-
https://blockchair.com/ethereum/address/0x7c720f9b5bf7af340457e908555fecbd9db1f6da
+
<%= address_link_to_other_explorer("https://www.etherchain.org/account/", @address, true) %>
@@ -52,8 +52,8 @@
<%= link( - address_link_to_other_explorer("https://blockchair.com/ethereum/address/", @address, false), - to: address_link_to_other_explorer("https://blockchair.com/ethereum/address/", @address ,true) + address_link_to_other_explorer("https://etherscan.io/address/", @address, false), + to: address_link_to_other_explorer("https://etherscan.io/address/", @address ,true) ) %>