This commit is contained in:
0xMochan
2024-05-08 19:35:25 -05:00
parent ec07703090
commit 16b9bac3ce
17 changed files with 31558 additions and 29 deletions

View File

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