We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1e77be commit be5d9eeCopy full SHA for be5d9ee
go.mod
@@ -2,7 +2,7 @@ module github.com/Gearbox-protocol/third-eye
2
3
go 1.23
4
5
-toolchain go1.23.2
+// toolchain go1.23.2
6
7
require (
8
github.com/Gearbox-protocol/sdk-go v0.0.0-20250324154851-854e9960e69d
models/aggregated_block_feed/dependency.go
@@ -192,6 +192,9 @@ func getDepGraph(chainId int64) map[string][]string {
192
"pufETH": {"WETH"},
193
"rsETH": {"WETH"},
194
"pzETH": {"stETH"},
195
+ //
196
+ "steakLRT": {"stETH"},
197
+ "eBTC": {"WBTC"},
198
}
199
if log.GetBaseNet(chainId) != "MAINNET" {
200
for sym, deps := range depGraph {
0 commit comments