curvefi / curve-contract

Vyper contracts used in Curve.fi exchange pools.
https://www.curve.fi/
Other
1.03k stars 385 forks source link

fix: ib pooldata.json lp_token_address string #133

Closed skellet0r closed 3 years ago

skellet0r commented 3 years ago

Extremely minor fix, I removed some whitespace at end of a string. Found this out because it messes with the registry deployment process. The pooldata.json file is pretty standardized so there shouldn't be any whitespace in the strings anyways.