Skip to content

Commit 85ec1c4

Browse files
committed
fix: add stkcvxsteCRV in depGraph for mainnet
1 parent 219172c commit 85ec1c4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

models/aggregated_block_feed/dependency.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,10 @@ func getDepGraph(chainId int64) map[string][]string {
116116
"stkcvxgusd3CRV": {"GUSD", "DAI", "USDC", "USDT"},
117117
"cvxgusd3CRV": {"GUSD", "DAI", "USDC", "USDT"},
118118
// steth/eth
119-
"steCRV": {"stETH", "WETH"},
120-
"yvCurve-stETH": {"stETH", "WETH"},
121-
"cvxsteCRV": {"stETH", "WETH"},
119+
"stkcvxsteCRV": {"stETH", "WETH"}, // phantom convex on mainnet
120+
"steCRV": {"stETH", "WETH"}, // curve steth
121+
"yvCurve-stETH": {"stETH", "WETH"}, // yearn
122+
"cvxsteCRV": {"stETH", "WETH"}, // convex token for steth
122123
}
123124
if chainId == 5 {
124125
for _, token := range []string{"yvWBTC", "yvCurve-FRAX", "yvDAI", "yvCurve-stETH", "yvUSDC"} {

0 commit comments

Comments
 (0)