diff --git a/libs/shared/providers/src/prices/hooks.ts b/libs/shared/providers/src/prices/hooks.ts index ed1343fbe..e8dd3b24b 100644 --- a/libs/shared/providers/src/prices/hooks.ts +++ b/libs/shared/providers/src/prices/hooks.ts @@ -107,7 +107,7 @@ const pricesFetcher: ( allPrices[dep.id] = dep.dependsOn?.reduce( (acc, curr) => mul(acc, allPrices[curr]), - from(1), + from(1, 18), ) ?? from(0); }); } catch {}