curve-stablecoin-js icon indicating copy to clipboard operation
curve-stablecoin-js copied to clipboard

JavaScript library for Curve Stablecoin

Results 5 curve-stablecoin-js issues
Sort by recently updated
recently updated
newest added

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" ![Image](https://github.com/curvefi/curve-lending-js/assets/161614979/a9ec8e7b-8e4e-42a1-935e-b1c5b7a07adb)

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...