We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbd6a5e commit a173a0fCopy full SHA for a173a0f
app/app.go
@@ -285,6 +285,9 @@ func Run() error {
285
286
if c.LifiOutputSettler != "" {
287
usdPricer := pyth.NewClient(ctx)
288
+ err = usdPricer.Start(ctx)
289
+ panicOnError(err)
290
+
291
resolver := token.NewTokenResolver(solverConfig, usdPricer)
292
orderPricer := pricing.NewStandardPricer(resolver)
293
lifiApi := lifi.NewLifiAPI()
0 commit comments