Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add wZEC pool; brownie-token-tester integration #111

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
20 changes: 20 additions & 0 deletions contracts/pools/wzec/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# curve-contract/contracts/pools/wzec

[Curve wZEC pool](). This is a no-lending pool.

## Contracts

- [`StableSwapWZEC`](StableSwapWZEC.vy): Curve stablecoin AMM contract

## Deployments

- [`CurveContractV1`](../../tokens/CurveTokenV1.vy):
- [`LiquidityGauge`](../../gauges/LiquidityGauge.vy):
- [`StableSwapWZEC`](StableSwapWZEC.vy):

## Stablecoins

Curve wZEC pool supports swaps between the following wrapped ZEC coins:

- `wZEC`: [0x4A64515E5E1d1073e83f30cB97BEd20400b66E10](https://etherscan.io/address/0x4A64515E5E1d1073e83f30cB97BEd20400b66E10)
- `renZEC`: [0x1c5db575e2ff833e46a2e9864c22f4b22e0b37c2](https://etherscan.io/address/0x1c5db575e2ff833e46a2e9864c22f4b22e0b37c2)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you

Loading