Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contracts/pools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Each subdirectory holds contracts and other files specific to a single Curve poo
"lp_contract": "CurveTokenV1", // LP token contract to use with this pool, from `contracts/tokens`
"wrapped_contract": "yERC20", // mock wrapped coin contract to use, from `contracts/testing`
// optional
"rate_calculator_address": "" // address of exchange rate calculator for with unique pool logic
"rate_calculator_address": "" // address of exchange rate calculator for pools with unique logic

// constructor settings for the LP token - required for deployment
"lp_constructor": {
Expand Down