Skip to content

Commit 2b2ce51

Browse files
committed
feat: add RETH pool README
1 parent 2c5c456 commit 2b2ce51

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

contracts/pools/reth/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# curve-contract/contracts/pools/reth
2+
3+
[Curve rETH]()
4+
5+
## Contracts
6+
7+
-[`StableSwaprETH`](StableSwapRETH.vy): Curve stablecoin AMM contract
8+
9+
## Deployments
10+
11+
-[`CurveContractV3`](../../tokens/CurveTokenV3.vy):
12+
-[`LiquidityGaugeV2`](https://github.com/curvefi/curve-dao-contracts/blob/master/contracts/gauges/LiquidityGaugeV2.vy):
13+
-[`StableSwapRETH`](StableSwapRETH.vy):
14+
15+
## Stablecoins
16+
17+
Curve rETH pool supports swaps between ETH and [`rETH`](https://github.com/stafiprotocol/) staked ETH (rETH):
18+
19+
-`ETH`: represented in the pool as `0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE`
20+
-`rETH`: [0x9559aaa82d9649c7a7b220e7c461d2e74c9a3593](https://etherscan.io/token/0x9559aaa82d9649c7a7b220e7c461d2e74c9a3593#code)

0 commit comments

Comments
 (0)
close