sort by defaul in desc order

pull/2781/head
Ayrat Badykov 5 years ago
parent c6f43f5b03
commit 41216b08d5
No known key found for this signature in database
GPG Key ID: B44668E265E9396F
  1. 2
      apps/explorer/lib/explorer/etherscan.ex

@ -11,7 +11,7 @@ defmodule Explorer.Etherscan do
alias Explorer.Chain.{Block, Hash, InternalTransaction, Transaction}
@default_options %{
order_by_direction: :asc,
order_by_direction: :desc,
page_number: 1,
page_size: 10_000,
start_block: nil,

Loading…
Cancel
Save