You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/core-concepts/bpt-oracles/bpt-oracles.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -316,9 +316,9 @@ This approach is resistant to price manipulation within the pool because it reli
316
316
317
317
See the [contracts](./bpt-oracles-contracts.md) page for practical examples of using the oracles.
318
318
319
-
For a more detailed mathematical description of how this is applied to Stable Pools, see the [Pricing Stable Pool BPTs](https://github.com/balancer/balancer-v3-monorepo/blob/main/pkg/oracles/docs/StableOracle.md) document in the V3 monorepo.
319
+
For a more detailed mathematical description of how this is applied to Stable Pools, see the [Pricing Stable Pool BPTs](https://github.com/balancer/balancer-v3-monorepo/blob/main/pkg/standalone-utils/docs/StableOracle.md) document in the V3 monorepo.
320
320
321
-
True math nerds can review the [Pricing StableSwap pools](https://github.com/balancer/balancer-v3-monorepo/blob/main/pkg/oracles/docs/pricing_stableSwap_pools.pdf) paper by Sergio A. Yuhjtman, our resident mathematician.
321
+
True math nerds can review the [Pricing StableSwap pools](https://github.com/balancer/balancer-v3-monorepo/blob/main/pkg/standalone-utils/docs/pricing_stableSwap_pools.pdf) paper by Sergio A. Yuhjtman, our resident mathematician.
322
322
323
323
This paper goes much deeper into the mathematics, providing a rigorous theoretical backing for the computation methods described in the docs.
0 commit comments