The MetaRegistry functions as a Curve Finance Pool Registry Aggregator and offers an on-chain API for various properties of Curve pools by consolidating different registries into a single contract.
This is done by integrating multiple ChildRegistries, each accompanied by a RegistryHandler. This handler acts as a wrapper around its respective ChildRegistry, ensuring compatibility with the MetaRegistry's ABI standards.
Contract Source & Deployment
Currently, a MetaRegistry does only exist on Ethereum. Source code is available on Github. The MetaRegistry contract is deployed to the Ethereum mainnet at: 0xF98B45FA17DE75FB1aD0e7aFD971b0ca00e379fC.
Info
If a ChildRegistry already meets these standards, it doesn't require a handler. Nonetheless, wrappers can be useful for hotfixing bugs in production, especially when direct modifications to the ChildRegistry would lead to significant breaking changes.
Integrators often find it challenging to incorporate a protocol into their dapp when multiple on-chain registries are stored in separate contracts. They lack intrinsic, protocol-level knowledge to handle edge cases and onboard various registries. A single source that aggregates all registries can simplify integrations significantly.
If you're an integrator looking to integrate Curve, the MetaRegistry is an invaluable resource.
This project uses eth-ape >= 0.5.2 developed at Apeworx. The various plugins used are:
ape-vyper
ape-hardhat
ape-alchemy
ape-ledger
ape-etherscan
To install these, please follow the instructions in their respective Github repositories.
Note
If you choose to run tests using Alchemy as the upstream provider, please set up an Alchemy API key into an environment variable labeled WEB3_ALCHEMY_PROJECT_ID or WEB3_ALCHEMY_API_KEY. If you use a local node (geth or erigon), please change the hardhat upstream provider for mainnet-fork to geth in ape-config.yaml: