feat: new pool->token function, renamed ERC20->erc20

This commit is contained in:
0xMochan
2024-05-29 14:39:32 -04:00
parent 194cfe5296
commit f64fcdf220
5 changed files with 42 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ binaries:
modules:
- name: map_components
kind: map
initialBlock: 19933736
initialBlock: 19216042
inputs:
- params: string
- source: sf.ethereum.type.v2.Block
@@ -29,7 +29,7 @@ modules:
- name: store_component_tokens
kind: store
initialBlock: 19933736
initialBlock: 19216042
updatePolicy: set
valueType: string
inputs:
@@ -37,7 +37,7 @@ modules:
- name: map_relative_balances
kind: map
initialBlock: 19933736 # An arbitrary block that should change based on your requirements
initialBlock: 19216042 # An arbitrary block that should change based on your requirements
inputs:
- source: sf.ethereum.type.v2.Block
- store: store_component_tokens
@@ -46,7 +46,7 @@ modules:
- name: store_balances
kind: store
initialBlock: 19933736
initialBlock: 19216042
updatePolicy: add
valueType: bigint
inputs:
@@ -54,7 +54,7 @@ modules:
- name: map_protocol_changes
kind: map
initialBlock: 19933736
initialBlock: 19216042
inputs:
- source: sf.ethereum.type.v2.Block
- map: map_components