fix(curve): fix curve tests after SDKv2 update, also add a few missing tests
This commit is contained in:
@@ -35,6 +35,14 @@ modules:
|
||||
inputs:
|
||||
- map: map_components
|
||||
|
||||
- name: store_non_component_accounts
|
||||
kind: store
|
||||
initialBlock: 11968730
|
||||
updatePolicy: set
|
||||
valueType: int64
|
||||
inputs:
|
||||
- map: map_components
|
||||
|
||||
- name: map_relative_balances
|
||||
kind: map
|
||||
initialBlock: 9906598 # An arbitrary block that should change based on your requirements
|
||||
@@ -60,6 +68,7 @@ modules:
|
||||
- map: map_components
|
||||
- map: map_relative_balances
|
||||
- store: store_component_tokens
|
||||
- store: store_non_component_accounts
|
||||
- store: store_balances
|
||||
mode: deltas # This is the key property that simplifies `BalanceChange` handling
|
||||
output:
|
||||
|
||||
Reference in New Issue
Block a user