curve-pool-registry icon indicating copy to clipboard operation
curve-pool-registry copied to clipboard

On-chain registry and unified API for Curve.fi pools.

Results 13 curve-pool-registry issues
Sort by recently updated
recently updated
newest added

Hi, the site shows gauge contract: ![Screenshot at 2022-08-05 17-57-28](https://user-images.githubusercontent.com/29674218/183125333-4b53c291-8950-4986-ad20-3adafa33219e.png) But the Registry contract is returning null: ![Screenshot at 2022-08-05 17-59-01](https://user-images.githubusercontent.com/29674218/183125536-37f03a80-8ca7-4a13-be34-7de56f75c731.png) Best,

I wanna use Curve in polygon. Where can I get deployed address of CurveCalc contract on Polygon? I can't find on official site. If it is not deployed on Polygon,...

Clarify that the address provider contract is deployed in the same address across multiple chains and that the other contracts are specific to Ethereum. Also, changed address provider link to...

Gauge registry for tracking gauges deployed via the new curve factory. Allows for gauges to auto-register themselves on initialization, given that they are minimal proxies for the gauge implementation which...

## Feature This PR adds full functionality for the meta pool calculator. The following was implemented: * Fix small bugs in bulk `get_dy` (only in meta calc; these weren't tested...

Hello, I am trying to understand the relationships between a pool's deposit contracts and its underlying pool contracts. I'd like to discover and access them programmatically in a way similar...

Hi, I'm not entirely sure, but I think there might be an issue with how Ann is defined in line 66: https://github.com/curvefi/curve-pool-registry/blob/d6d346e0296488e876f2c27a5c568c62661be5da/contracts/CurveCalc.vy#L66 Shouldn't it be: ` Ann = amp *...

Hi teamn It seems that when we request the 3pool parameters through the Registry, there are empty values for the below parameters: - initial_A - initial_A_time - future_A_time This is...