Badger Registry - WIP
single source of truth for multi-chain deployments
Last updated
Was this helpful?
single source of truth for multi-chain deployments
Last updated
Was this helpful?
The Badger Registry is the single source of truth for addresses of smart contracts from Badger DAO
NOTE: Certain functions are permissionless, which means that anybody can add an address to the registry
The only "official" addresses are the ones endorsed by governance, under productionVaults
and get
Get all production vault, grouped by section and status: registry.getProductionVaults()
Retrieve a specific address for a specific contract: registry.get("controller")
See Github for Tests, Readme, and Example Usage