Skip to content

Commit

Permalink
fix: add rETH gauge deployment address to pooldata
Browse files Browse the repository at this point in the history
  • Loading branch information
skellet0r committed May 19, 2021
1 parent b4a5912 commit 149dbe1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions contracts/pools/reth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

## Deployments

- [`CurveContractV3`](../../tokens/CurveTokenV3.vy):
- [`LiquidityGaugeV2`](https://github.com/curvefi/curve-dao-contracts/blob/master/contracts/gauges/LiquidityGaugeV2.vy):
- [`StableSwapRETH`](StableSwapRETH.vy):
- [`CurveContractV3`](../../tokens/CurveTokenV3.vy): [0x53a901d48795C58f485cBB38df08FA96a24669D5](https://etherscan.io/address/0x53a901d48795C58f485cBB38df08FA96a24669D5)
- [`LiquidityGaugeV3`](https://github.com/curvefi/curve-dao-contracts/blob/master/contracts/gauges/LiquidityGaugeV3.vy): [0x824F13f1a2F29cFEEa81154b46C0fc820677A637](https://etherscan.io/address/0x824F13f1a2F29cFEEa81154b46C0fc820677A637)
- [`StableSwapRETH`](StableSwapRETH.vy): [0xF9440930043eb3997fc70e1339dBb11F341de7A8](https://etherscan.io/address/0xF9440930043eb3997fc70e1339dBb11F341de7A8)

## Stablecoins

Expand Down
2 changes: 1 addition & 1 deletion contracts/pools/reth/pooldata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"wrapped_contract": "rETH",
"swap_address": "0xF9440930043eb3997fc70e1339dBb11F341de7A8",
"lp_token_address": "0x53a901d48795C58f485cBB38df08FA96a24669D5",
"gauge_addresses": [""],
"gauge_addresses": ["0x824F13f1a2F29cFEEa81154b46C0fc820677A637"],
"lp_constructor": {
"symbol": "rCRV",
"name": "Curve.fi ETH/rETH"
Expand Down

0 comments on commit 149dbe1

Please sign in to comment.