Skip to content

Commit 10c18e8

Browse files
authored
docs: rename Bloom to Grove (#5)
1 parent 53e4c1a commit 10c18e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# 🌸 Bloom ALM Controller
1+
# 🌳 Grove ALM Controller
22

3-
![Foundry CI](https://github.com/bloom-foundation/bloom-alm-controller/actions/workflows/ci.yml/badge.svg)
3+
![Foundry CI](https://github.com/grove-labs/grove-alm-controller/actions/workflows/ci.yml/badge.svg)
44
[![Foundry][foundry-badge]][foundry]
5-
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://github.com/bloom-foundation/bloom-alm-controller/blob/master/LICENSE)
5+
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://github.com/grove-labs/grove-alm-controller/blob/master/LICENSE)
66
![Ethereum](https://img.shields.io/badge/Ethereum-3C3C3D?style=flat&logo=ethereum&logoColor=white)
77

88
[foundry]: https://getfoundry.sh/
99
[foundry-badge]: https://img.shields.io/badge/Built%20with-Foundry-FFDB1C.svg
1010

1111
## 📝 Overview
1212

13-
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:
1414

1515
- `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.
1616
- `MainnetController`: This controller contract is intended to be used on the Ethereum mainnet.

0 commit comments

Comments
 (0)