From 41216b08d54b3667269ebc27ae5b20c4c1a49eed Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Wed, 16 Oct 2019 15:56:11 +0300 Subject: [PATCH] sort by defaul in desc order --- apps/explorer/lib/explorer/etherscan.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/explorer/lib/explorer/etherscan.ex b/apps/explorer/lib/explorer/etherscan.ex index 78da5d5b94..6bbeaa1d7c 100644 --- a/apps/explorer/lib/explorer/etherscan.ex +++ b/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,