Skip to content

Commit a173a0f

Browse files
committed
fix: start pyth pricer
1 parent fbd6a5e commit a173a0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/app.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,9 @@ func Run() error {
285285

286286
if c.LifiOutputSettler != "" {
287287
usdPricer := pyth.NewClient(ctx)
288+
err = usdPricer.Start(ctx)
289+
panicOnError(err)
290+
288291
resolver := token.NewTokenResolver(solverConfig, usdPricer)
289292
orderPricer := pricing.NewStandardPricer(resolver)
290293
lifiApi := lifi.NewLifiAPI()

0 commit comments

Comments
 (0)