|
|
|
@ -186,8 +186,8 @@ defmodule BlockScoutWeb.ApiRouter do |
|
|
|
|
get("/transactions", V2.MainPageController, :transactions) |
|
|
|
|
get("/transactions/watchlist", V2.MainPageController, :watchlist_transactions) |
|
|
|
|
get("/indexing-status", V2.MainPageController, :indexing_status) |
|
|
|
|
get("/zkevm-batches-confirmed", V2.ZkevmController, :batches_confirmed) |
|
|
|
|
get("/zkevm-batch-latest-number", V2.ZkevmController, :batch_latest_number) |
|
|
|
|
get("/zkevm/batches/confirmed", V2.ZkevmController, :batches_confirmed) |
|
|
|
|
get("/zkevm/batches/latest-number", V2.ZkevmController, :batch_latest_number) |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
scope "/stats" do |
|
|
|
|