Enzyme General Spec (v4)
User Docs (v4)
  • Intro
  • GitHub repo
  • Architecture
    • Persistent
    • Release
  • Users
    • End users
    • Administrators
    • Access Control Handoff
  • Topics
    • Fund Lifecycle
    • Holdings and Shares
    • External Positions
    • Position Pricing
    • Protocol Access
    • Gas Relayer
    • Policies
    • Known Risks & Mitigations
  • Fee formulas
    • ManagementFee
    • Performance Fee
  • Peripheral Features
    • Shares Wrappers
Powered by GitBook
On this page
  • Contracts
  • Tests

Was this helpful?

GitHub repo

PreviousIntroNextPersistent

Last updated 2 months ago

Was this helpful?

All audited, deployed contracts are located in the current branch of our public repo:

Unaudited code is located in the next branch of our private repo (must request access).

Contracts

All contracts used for both production and testing are located in contracts/

mocks/ - Mock contracts used only by tests

persistent/ - Production contracts that will not be changed after their first deployment. These are contracts available to be used across multiple releases, e.g., the overarching structure that facilitates fund migration from an old release to the current release.

release/ - Production contracts whose lifetime does not extend beyond this release.

test/ - Other contracts used only by tests

Tests

All tests are in the tests/ directory.

https://github.com/enzymefinance/protocol