You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repo contains the onchain components of the Bloom Liquidity Layer. The following contracts are contained in this repository:
13
+
This repo contains the onchain components of the Grove Liquidity Layer. The following contracts are contained in this repository:
14
14
15
15
-`ALMProxy`: The proxy contract that holds custody of all funds. This contract routes calls to external contracts according to logic within a specified `controller` contract. This pattern was used to allow for future iterations in logic, as a new controller can be onboarded and can route calls through the proxy with new logic. This contract is stateless except for the ACL logic contained within the inherited OpenZeppelin `AccessControl` contract.
16
16
-`MainnetController`: This controller contract is intended to be used on the Ethereum mainnet.
0 commit comments