Skip to content
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ reports/
.venv/
venv/
.vscode/
.python-version
18 changes: 18 additions & 0 deletions contracts/pools/fraxusdp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# curve-contract/contracts/pools/fraxusdp

## Contracts

- [`StableSwapOptimized2Pool`](StableSwapOptimized2Pool.vy): Curve stablecoin AMM contract for 2-coins, both 18-decimals, both returning True on successful Transfers and reverts on errors.

## Deployments

- `CurveTokenV3`: [0xFC2838a17D8e8B1D5456E0a351B0708a09211147](https://etherscan.io/address/0xFC2838a17D8e8B1D5456E0a351B0708a09211147)
- `LiquidityGaugeV5`: [0xfb860600F1bE1f1c72A89B2eF5CAF345aff7D39d](https://etherscan.io/address/0xfb860600F1bE1f1c72A89B2eF5CAF345aff7D39d)
- [`StableSwapOptimized2Pool`](StableSwapOptimized2Pool.vy): [0xaE34574AC03A15cd58A92DC79De7B1A0800F1CE3](https://etherscan.io/address/0xaE34574AC03A15cd58A92DC79De7B1A0800F1CE3)

## Stablecoins

Curve fraxusdp supports swaps between the following stablecoins:

- `FRAX`: [0x853d955acef822db058eb8505911ed77f175b99e](https://etherscan.io/token/0x853d955acef822db058eb8505911ed77f175b99e)
- `USDP`: [0x8e870d67f660d95d5be530380d0ec0bd388289e1](https://etherscan.io/token/0x8e870d67f660d95d5be530380d0ec0bd388289e1)
Loading