Skip to content

Commit be5d9ee

Browse files
committed
fix: min
1 parent f1e77be commit be5d9ee

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/Gearbox-protocol/third-eye
22

33
go 1.23
44

5-
toolchain go1.23.2
5+
// toolchain go1.23.2
66

77
require (
88
github.com/Gearbox-protocol/sdk-go v0.0.0-20250324154851-854e9960e69d

models/aggregated_block_feed/dependency.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ func getDepGraph(chainId int64) map[string][]string {
192192
"pufETH": {"WETH"},
193193
"rsETH": {"WETH"},
194194
"pzETH": {"stETH"},
195+
//
196+
"steakLRT": {"stETH"},
197+
"eBTC": {"WBTC"},
195198
}
196199
if log.GetBaseNet(chainId) != "MAINNET" {
197200
for sym, deps := range depGraph {

0 commit comments

Comments
 (0)