Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.03 KB

File metadata and controls

15 lines (12 loc) · 1.03 KB

2025-01-17 - V3 Balancer Contract Registry

BalancerContractRegistry maintains a registry of official Balancer Factories, Routers, Hooks, and valid ERC4626 tokens, for two main purposes. The first is to support the many instances where we need to know that a contract is "trusted" (i.e., is safe and behaves in the required manner). The second use case is for off-chain queries, or other protocols that need to easily determine, say, the "latest" Weighted Pool Factory.

Useful Files