Skip to content

Commit

Permalink
Merge pull request #372 from balancer/develop
Browse files Browse the repository at this point in the history
Release 4.1.1-beta.4
  • Loading branch information
John Grant authored Mar 7, 2023
2 parents 721eb06 + 9fbd126 commit afe7270
Show file tree
Hide file tree
Showing 9 changed files with 279 additions and 314 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balancer-labs/sor",
"version": "4.1.1-beta.3",
"version": "4.1.1-beta.4",
"license": "GPL-3.0-only",
"main": "dist/index.js",
"module": "dist/index.esm.js",
Expand Down
9 changes: 9 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,12 @@ export { getSpotPriceAfterSwapForPath } from './router/helpersClass';
export * as WeightedMaths from './pools/weightedPool/weightedMath';
export * as StableMaths from './pools/stablePool/stableMath';
export * as StableMathBigInt from './pools/stablePool/stableMathBigInt';
export * as Gyro2Maths from './pools/gyro2Pool/gyro2Math';
export * as Gyro3Maths from './pools/gyro3Pool/gyro3Math';
export * as GyroEMaths from './pools/gyroEPool/gyroEMath/gyroEMath';
export {
balancesFromTokenInOut,
GyroEParams,
DerivedGyroEParams,
Vector2,
} from './pools/gyroEPool/gyroEMath/gyroEMathHelpers';
Loading

0 comments on commit afe7270

Please sign in to comment.