Changes from POA Explorer to BlockScout

pull/538/head
Andrew Cravenho 6 years ago committed by Luke Imhoff
parent a4a72248f4
commit 3e8c5b84d6
  1. 4
      apps/block_scout_web/lib/block_scout_web/templates/layout/_topnav.html.eex
  2. 2
      apps/block_scout_web/lib/block_scout_web/templates/layout/app.html.eex
  3. 2
      apps/block_scout_web/priv/gettext/default.pot
  4. 4
      apps/block_scout_web/priv/gettext/en/LC_MESSAGES/default.po
  5. 2
      apps/indexer/lib/indexer/address_extraction.ex
  6. 2
      mix.exs

@ -34,8 +34,8 @@
<%= gettext("Mainnet") %>
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://explorer-sokol.poanetwork/"><%= gettext("POA Sokol") %></a>
<a class="dropdown-item" href="https://explorer-core.poanetwork/"><%= gettext("POA Core") %></a>
<a class="dropdown-item" href="https://sokol.blockscout.com/"><%= gettext("POA Sokol") %></a>
<a class="dropdown-item" href="https://poa.blockscout.com/"><%= gettext("POA Core") %></a>
</div>
</li>
</ul>

@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><%= gettext "POA Network Explorer" %></title>
<title><%= gettext "BlockScout" %></title>
<link rel="stylesheet" href="<%= static_path(@conn, "/css/app.css") %>">
</head>

@ -29,7 +29,7 @@ msgid "Height"
msgstr ""
#: lib/block_scout_web/templates/layout/app.html.eex:7
msgid "POA Network Explorer"
msgid "BlockScout"
msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:21

@ -41,8 +41,8 @@ msgid "Height"
msgstr "Height"
#: lib/block_scout_web/templates/layout/app.html.eex:7
msgid "POA Network Explorer"
msgstr "POA Network Explorer"
msgid "BlockScout"
msgstr "BlockScout"
#: lib/block_scout_web/templates/address/overview.html.eex:21
#: lib/block_scout_web/templates/address_contract/index.html.eex:10

@ -4,7 +4,7 @@ defmodule Indexer.AddressExtraction do
Transactions and Logs.
Address hashes are present in the Blockchain as a reference of a person that made/received an
operation in the network. In the POA Explorer it's treated like a entity, such as the ones mentioned
operation in the network. In BlockScout it's treated like a entity, such as the ones mentioned
above.
This module is responsible for collecting the hashes that are present as attributes in the already

@ -1,4 +1,4 @@
defmodule ExplorerUmbrella.Mixfile do
defmodule BlockScout.Mixfile do
use Mix.Project
# Functions

Loading…
Cancel
Save