Skip to content

Commit

Permalink
feat(envio): add tx fields to config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnigir1 committed Oct 14, 2024
1 parent 8113bcb commit 6adc784
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/indexer/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Allo Indexer
unordered_multichain_mode: true
raw_events: true

field_selection:
transaction_fields:
- "hash"
- "transactionIndex"
- "from"
##########################
# CONTRACTS #
##########################
Expand Down

0 comments on commit 6adc784

Please sign in to comment.