Skip to content

Commit

Permalink
remove exchange_underlying_received since bytecode length cannot fit …
Browse files Browse the repository at this point in the history
…in paris evm-version
  • Loading branch information
bout3fiddy committed Oct 19, 2023
1 parent fb09ee3 commit cda42d8
Show file tree
Hide file tree
Showing 7 changed files with 178 additions and 326 deletions.
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ For integrators: check exchange_received. That should improve your pathing signi
1. [`CurveStableSwapNGMath`](contracts/main/CurveStableSwapNGMath.vy): [0xbc7654d2dd901aaaa3be4cb5bc0f10dea9f96443](https://sepolia.etherscan.io/address/0xbc7654d2dd901aaaa3be4cb5bc0f10dea9f96443#code)
2. [`CurveStableSwapNGViews`](contracts/main/CurveStableSwapNGViews.vy): [0x07920e98a66e462c2aa4c8fa6200bc68ca161ea0](https://sepolia.etherscan.io/address/0x07920e98a66e462c2aa4c8fa6200bc68ca161ea0#code)
3. [`StableSwapNG`](contracts/main/CurveStableSwapNG.vy): [0x296d2b5c23833a70d07c8fcbb97d846c1ff90ddd](https://sepolia.etherscan.io/address/0x296d2b5c23833a70d07c8fcbb97d846c1ff90ddd#code)
4. [`StableSwapMetaNG`](contracts/main/CurveStableSwapMetaNG.vy): [0xdd7ebb1c49780519dd9755b8b1a23a6f42ce099e](https://sepolia.etherscan.io/address/0xdd7ebb1c49780519dd9755b8b1a23a6f42ce099e#code)
4. [`StableSwapMetaNG`](contracts/main/CurveStableSwapMetaNG.vy): [](https://sepolia.etherscan.io/address/#code)
5. [`LiquidityGauge`](contracts/main/LiquidityGauge.vy): [0x64891ab20392a029c0f231656ff13c5ee64b730c](https://sepolia.etherscan.io/address/0x64891ab20392a029c0f231656ff13c5ee64b730c#code)
6. [`CurveStableSwapFactoryNG`](contracts/main/CurveStableSwapFactoryNG.vy): [0xfb37b8D939FFa77114005e61CFc2e543d6F49A81](https://sepolia.etherscan.io/address/0xfb37b8D939FFa77114005e61CFc2e543d6F49A81#code)

Expand All @@ -20,7 +20,7 @@ For integrators: check exchange_received. That should improve your pathing signi
1. [`CurveStableSwapNGMath`](contracts/main/CurveStableSwapNGMath.vy): [0x87FE17697D0f14A222e8bEf386a0860eCffDD617](https://gnosisscan.io/address/0x87FE17697D0f14A222e8bEf386a0860eCffDD617#code)
2. [`CurveStableSwapNGViews`](contracts/main/CurveStableSwapNGViews.vy): [0x5eeE3091f747E60a045a2E715a4c71e600e31F6E](https://gnosisscan.io/address/0x5eeE3091f747E60a045a2E715a4c71e600e31F6E#code)
3. [`StableSwapNG`](contracts/main/CurveStableSwapNG.vy): [0xd2002373543Ce3527023C75e7518C274A51ce712](https://gnosisscan.io/address/0xd2002373543Ce3527023C75e7518C274A51ce712#code)
4. [`StableSwapMetaNG`](contracts/main/CurveStableSwapMetaNG.vy): [0x686bdb3D24Bc6F3ED89ed3d3B659765c54aC78B4](https://gnosisscan.io/address/0x686bdb3D24Bc6F3ED89ed3d3B659765c54aC78B4#code)
4. [`StableSwapMetaNG`](contracts/main/CurveStableSwapMetaNG.vy): [](https://gnosisscan.io/address/#code)
5. [`CurveStableSwapFactoryNG`](contracts/main/CurveStableSwapFactoryNG.vy): [0xbC0797015fcFc47d9C1856639CaE50D0e69FbEE8](https://gnosisscan.io/address/0xbC0797015fcFc47d9C1856639CaE50D0e69FbEE8#code)

## Overview
Expand Down
Loading

0 comments on commit cda42d8

Please sign in to comment.