Skip to content

Commit

Permalink
Add Gyro2V2 pool = Gyro 2CLP supporting rate scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
sschuldenzucker committed Nov 16, 2023
1 parent 28b1579 commit 3d22091
Show file tree
Hide file tree
Showing 10 changed files with 1,947 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ export { MetaStablePool } from './pools/metaStablePool/metaStablePool';
export { PhantomStablePool } from './pools/phantomStablePool/phantomStablePool';
export { ComposableStablePool } from './pools/composableStable/composableStablePool';
export { LinearPool } from './pools/linearPool/linearPool';
// TODO should we still export the (deprecated) Gyro2Pool or scrap that & only export Gyro2V2Pool?
export { Gyro2Pool } from './pools/gyro2Pool/gyro2Pool';
export { Gyro2V2Pool } from './pools/gyro2V2Pool/gyro2V2Pool';
export { Gyro3Pool } from './pools/gyro3Pool/gyro3Pool';
export { GyroEV2Pool } from './pools/gyroEV2Pool/gyroEV2Pool';
export { FxPool } from './pools/xaveFxPool/fxPool';
Expand Down
Binary file not shown.
5 changes: 5 additions & 0 deletions src/pools/gyro2V2Pool/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
(c) 2022 Superluminal Labs Ltd. All rights reserved.

All moral, intellectual property, and other rights (including rights to all inventions, codes, designs, and protocols) associated with the software code published by Superluminal Labs Ltd. and residing in this repository (this “Software”) are reserved by its right holder(s) except as otherwise provided in this Gyroscope Pool User Contract. This Software has been published for informational purposes and may be run only with the Balancer automated portfolio manager and trading platform solely for testing and internal evaluation purposes only; no license under patents, copyright, trademark, or any other intellectual property right (other than the limited license to run this Software for testing and internal evaluation) is granted or implied. A special hybrid license between Superluminal Labs Ltd and Balancer Labs OÜ governs Superluminal Labs Ltd.'s use of the Balancer Labs OÜ code [Special License](./GyroscopeBalancerLicense.pdf), which is available at the provided link.

THE SOFTWARE AND INTELLECTUAL PROPERTY INCLUDED IN THIS SOFTWARE IS PROVIDED BY THE RIGHT HOLDER(S) "AS IS," AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE RIGHT HOLDER(S) BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE OR INTELLECTUAL PROPERTY (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION), HOWEVER CAUSED OR CLAIMED (WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)), EVEN IF SUCH DAMAGES WERE REASONABLY FORESEEABLE OR THE RIGHT HOLDER(S) WERE ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Loading

0 comments on commit 3d22091

Please sign in to comment.