From 6adc7847239ac28bdbcfec43b891629c344909b3 Mon Sep 17 00:00:00 2001 From: nigiri <168690269+0xnigir1@users.noreply.github.com> Date: Mon, 14 Oct 2024 13:39:08 -0300 Subject: [PATCH] feat(envio): add tx fields to config.yaml --- apps/indexer/config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/indexer/config.yaml b/apps/indexer/config.yaml index 0ac8873..0e772ec 100644 --- a/apps/indexer/config.yaml +++ b/apps/indexer/config.yaml @@ -1,6 +1,12 @@ name: Allo Indexer unordered_multichain_mode: true raw_events: true + +field_selection: + transaction_fields: + - "hash" + - "transactionIndex" + - "from" ########################## # CONTRACTS # ##########################