feat: Add Balancer vault indexing

This commit is contained in:
Florian Pellissier
2024-07-10 14:46:11 +02:00
committed by Thales Lima
parent a2e951aff3
commit 1bd5e39956
3 changed files with 14 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ binaries:
modules:
- name: map_components
kind: map
initialBlock: 12369300
initialBlock: 12272146
inputs:
- source: sf.ethereum.type.v2.Block
output:
@@ -27,7 +27,7 @@ modules:
- name: store_components
kind: store
initialBlock: 12369300
initialBlock: 12272146
updatePolicy: add
valueType: int64
inputs:
@@ -35,7 +35,7 @@ modules:
- name: map_relative_balances
kind: map
initialBlock: 12369300 # An arbitrary block that should change based on your requirements
initialBlock: 12272146
inputs:
- source: sf.ethereum.type.v2.Block
- store: store_components
@@ -44,7 +44,7 @@ modules:
- name: store_balances
kind: store
initialBlock: 12369300
initialBlock: 12272146
updatePolicy: add
valueType: bigint
inputs:
@@ -52,7 +52,7 @@ modules:
- name: map_protocol_changes
kind: map
initialBlock: 12369300
initialBlock: 12272146
inputs:
- source: sf.ethereum.type.v2.Block
- map: map_components