Skip to content

Commit c804429

Browse files
committed
feat: pzeth steth
1 parent b92db0d commit c804429

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

models/aggregated_block_feed/dependency.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,12 @@ func getDepGraph(chainId int64) map[string][]string {
186186
"auraB_rETH_STABLE": {},
187187
"auraB_rETH_STABLE_vault": {},
188188
// redstones
189-
"weETH": {"WETH"},
189+
"weETH": {"WETH"},
190190
// "ezETH": {"WETH"},
191191
"rswETH": {"WETH"},
192192
"pufETH": {"WETH"},
193193
"rsETH": {"WETH"},
194+
"pzETH": {"stETH"},
194195
}
195196
if log.GetBaseNet(chainId) != "MAINNET" {
196197
for sym, deps := range depGraph {
@@ -202,7 +203,7 @@ func getDepGraph(chainId int64) map[string][]string {
202203
}
203204
depGraph[sym] = x
204205
}
205-
delete(depGraph, "cLINK")
206+
delete(depGraph, "cLINK") // for non mainnet remove stETH.
206207
}
207208
return depGraph
208209
}

0 commit comments

Comments
 (0)