curve-stablecoin-js
curve-stablecoin-js copied to clipboard
JavaScript library for Curve Stablecoin
If a user with a defisaver position connects to lend.curve.fi or crvusd.curve.fi, then impersonate a different wallet address (the safe address) Defisaver API information: API: [https://app.defisaver.com/safe/all-wallets?account=[address]&network=[chainId]](https://app.defisaver.com/safe/all-wallets?account=%5Baddress%5D&network=%5BchainId%5D) Example: https://app.defisaver.com/safe/all-wallets?account=0xEA57Dc30959eb17c506E4dA095fa9181f3E0Ac6D&network=1 It returns...
add the min and max rate for each market on UI, maybe on each market page under "market details" 
Let me be clear: I do not like throwing exceptions. Ideally we should make the invalid states unreachable. However, given the existing code base, throwing good errors seems like the...