fix: pool emitting

This commit is contained in:
0xMochan
2024-05-07 10:16:22 -05:00
parent 2d9ba502ca
commit 7c49d3e813
6 changed files with 77 additions and 66 deletions

View File

@@ -19,7 +19,7 @@ binaries:
modules:
- name: map_components
kind: map
initialBlock: 11942410
initialBlock: 10809473
inputs:
- params: string
- source: sf.ethereum.type.v2.Block
@@ -28,7 +28,7 @@ modules:
- name: store_components
kind: store
initialBlock: 11942410
initialBlock: 10809473
updatePolicy: add
valueType: int64
inputs:
@@ -36,7 +36,7 @@ modules:
- name: store_component_tokens
kind: store
initialBlock: 11942410
initialBlock: 10809473
updatePolicy: set
valueType: string
inputs:
@@ -44,7 +44,7 @@ modules:
- name: map_relative_balances
kind: map
initialBlock: 11942410 # An arbitrary block that should change based on your requirements
initialBlock: 10809473 # An arbitrary block that should change based on your requirements
inputs:
- source: sf.ethereum.type.v2.Block
- store: store_components
@@ -54,7 +54,7 @@ modules:
- name: store_balances
kind: store
initialBlock: 11942410
initialBlock: 10809473
updatePolicy: add
valueType: bigint
inputs:
@@ -62,7 +62,7 @@ modules:
- name: map_protocol_changes
kind: map
initialBlock: 11942410
initialBlock: 10809473
inputs:
- source: sf.ethereum.type.v2.Block
- map: map_components