Skip to content

Commit

Permalink
alter default sort to ASC
Browse files Browse the repository at this point in the history
  • Loading branch information
EasterTheBunny committed Dec 4, 2024
1 parent c7cb608 commit 814782a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/chains/evm/logpoller/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (
timestampFieldName = "block_timestamp"
txHashFieldName = "tx_hash"
eventSigFieldName = "event_sig"
defaultSort = "block_number DESC, log_index DESC"
defaultSort = "block_number ASC, log_index ASC"
)

var (
Expand Down

0 comments on commit 814782a

Please sign in to comment.