Skip to content

Commit

Permalink
add deployment addresses for polygon
Browse files Browse the repository at this point in the history
  • Loading branch information
bout3fiddy committed Oct 20, 2023
1 parent 8b76e57 commit 7a9a26c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ For integrators: check exchange_received. That should improve your pathing signi
4. [`StableSwapMetaNG`](contracts/main/CurveStableSwapMetaNG.vy): [0x1764ee18e8B3ccA4787249Ceb249356192594585](https://optimistic.etherscan.io/address/0x1764ee18e8B3ccA4787249Ceb249356192594585#code)
5. [`CurveStableSwapFactoryNG`](contracts/main/CurveStableSwapFactoryNG.vy): [0x5eeE3091f747E60a045a2E715a4c71e600e31F6E](https://optimistic.etherscan.io/address/0x5eeE3091f747E60a045a2E715a4c71e600e31F6E#code)

## Polygon

1. [`CurveStableSwapNGMath`](contracts/main/CurveStableSwapNGMath.vy): [0xf3A431008396df8A8b2DF492C913706BDB0874ef](https://polygonscan.com/address/0xf3A431008396df8A8b2DF492C913706BDB0874ef#code)
2. [`CurveStableSwapNGViews`](contracts/main/CurveStableSwapNGViews.vy): [0x8b3EFBEfa6eD222077455d6f0DCdA3bF4f3F57A6](https://polygonscan.com/address/0x8b3EFBEfa6eD222077455d6f0DCdA3bF4f3F57A6#code)
3. [`StableSwapNG`](contracts/main/CurveStableSwapNG.vy): [0x506F594ceb4E33F5161139bAe3Ee911014df9f7f](https://polygonscan.com/address/0x506F594ceb4E33F5161139bAe3Ee911014df9f7f#code)
4. [`StableSwapMetaNG`](contracts/main/CurveStableSwapMetaNG.vy): [0x87FE17697D0f14A222e8bEf386a0860eCffDD617](https://polygonscan.com/address/0x87FE17697D0f14A222e8bEf386a0860eCffDD617#code)
5. [`CurveStableSwapFactoryNG`](contracts/main/CurveStableSwapFactoryNG.vy): [0x1764ee18e8B3ccA4787249Ceb249356192594585](https://polygonscan.com/address/0x1764ee18e8B3ccA4787249Ceb249356192594585#code)

## Overview

The metapool factory has several core components:
Expand Down

0 comments on commit 7a9a26c

Please sign in to comment.