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") %> <%= gettext("Mainnet") %>
</a> </a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown"> <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://sokol.blockscout.com/"><%= gettext("POA Sokol") %></a>
<a class="dropdown-item" href="https://explorer-core.poanetwork/"><%= gettext("POA Core") %></a> <a class="dropdown-item" href="https://poa.blockscout.com/"><%= gettext("POA Core") %></a>
</div> </div>
</li> </li>
</ul> </ul>

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

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

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

@ -4,7 +4,7 @@ defmodule Indexer.AddressExtraction do
Transactions and Logs. Transactions and Logs.
Address hashes are present in the Blockchain as a reference of a person that made/received an 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. above.
This module is responsible for collecting the hashes that are present as attributes in the already 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 use Mix.Project
# Functions # Functions

Loading…
Cancel
Save