From 7a9a26c033096cfbfaa644e6d6faea4a0f4413e7 Mon Sep 17 00:00:00 2001 From: bout3fiddy <11488427+bout3fiddy@users.noreply.github.com> Date: Fri, 20 Oct 2023 15:05:38 +0200 Subject: [PATCH] add deployment addresses for polygon --- README.MD | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.MD b/README.MD index 89d3be43..70ffeebb 100644 --- a/README.MD +++ b/README.MD @@ -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: