Releases: balancer/balancer-sdk
Releases · balancer/balancer-sdk
v0.1.29
New release (#178 )
🏗️ Updates
- veBal contract, Pool shares, Gauge shares
- Update SOR package - v4.0.1-beta.6
- Add symbol to subgraph pool mapping
v0.1.28
New release (#151)
🏗️ Updates
- Adding new yield sources for yield tokens:
- stMATIC
- stETH on Arbitrum
🐛 Bugfix
- Remove ComposableStable joins/exits while maths is incorrect.
v0.1.27
- fix: wrapped aave tokens rate (#164)
- Generalised exits (#162)
- Add additional subpool data to PoolToken (#161)
v0.1.26
New release (#159)
🏗️ Updates
- Debounce coingecko API calls
- Deducting protocol cut on yield tokens
- Add attributes to SubgraphPoolToken graphql type
v0.1.25
- Balancer API client
- APRs fixes and improvements
v0.1.24
New release (#151)
🏗️ Updates
- Adds Zaps for migration
- Adds initial ComposableStable support
v0.1.23
New release (#143)
🐛 Bugfix
- Use actualSupply for ComposableStable instead of totalSupply due to protocol fees.
v0.1.22
New release (#141)
🏗️ Updates
- APRs for Pools
- Stables ExitPool functionality
- SOR to 4.0.1-beta.5
- SpotPrice uses Provider pattern
- Updated README to include instructions on how to run js examples
v0.1.21
New release (#125)
🏗️ Updates
- Add PriceImpact concern
- Remove balancer-v2-pools and bignumber.js dependencies
- Update SOR to 4.0.1-beta.3
- Add ComposableStable pool types
- Add Gyro pool types
v0.1.20
New release (#120)
🏗️ Updates
- Add exitPool functionality (Weighted)
- Adds joinPool functionality for stable and metaStable
- Replace Weighted Pool maths.
- Add Optimism config
- Fix rpcUrl in README example.