Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.0.0 #1

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Pool Permission Manager

![CI](https://github.com/maple-labs/pool-permission-manager-private/actions/workflows/ci.yaml/badge.svg)
![CI](https://github.com/maple-labs/pool-permission-manager/actions/workflows/ci.yaml/badge.svg)
[![GitBook - Documentation](https://img.shields.io/badge/GitBook-Documentation-orange?logo=gitbook&logoColor=white)](https://maplefinance.gitbook.io/maple/maple-for-developers/protocol-overview)
[![Foundry][foundry-badge]][foundry]
[![License: BUSL 1.1](https://img.shields.io/badge/License-BUSL%201.1-blue.svg)](https://github.com/maple-labs/pool-permission-manager-private/blob/main/LICENSE)
[![License: BUSL 1.1](https://img.shields.io/badge/License-BUSL%201.1-blue.svg)](https://github.com/maple-labs/pool-permission-manager/blob/main/LICENSE)

[foundry]: https://getfoundry.sh/
[foundry-badge]: https://img.shields.io/badge/Built%20with-Foundry-FFDB1C.svg
Expand All @@ -23,13 +23,19 @@ Versions of dependencies can be checked with `git submodule status`.
This project was built using [Foundry](https://book.getfoundry.sh/). Refer to installation instructions [here](https://github.com/foundry-rs/foundry#installation).

```sh
git clone [email protected]:maple-labs/pool-permission-manager-private.git
cd pool-permission-manager-private
git clone [email protected]:maple-labs/pool-permission-manager.git
cd pool-permission-manager
forge install
```

## Audit Reports

| Auditor | Report Link |
|---|---|
| Three Sigma | [`2023-11-06 - Three Sigma Report`](https://docs.google.com/viewer?url=https://github.com/maple-labs/maple-v2-audits/files/13707288/Maple-Q4-Three-Sigma-Audit.pdf) |
| 0xMacro | [`2023-11-27 - 0xMacro Report`](https://docs.google.com/viewer?url=https://github.com/maple-labs/maple-v2-audits/files/13707291/Maple-Q4-0xMacro-Audit.pdf) |


## Bug Bounty

For all information related to the ongoing bug bounty for these contracts run by [Immunefi](https://immunefi.com/), please visit this [site](https://immunefi.com/bounty/maple/).
Expand Down
4 changes: 2 additions & 2 deletions configs/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: pool-permission-manager
version: 1.0.0
source: contracts
packages:
- path: contracts/PoolPermissionManager.sol
contractName: PoolPermissionManager
- path: contracts/MaplePoolPermissionManager.sol
contractName: MaplePoolPermissionManager
customDescription: Pool Permission Manager Token Artifacts and ABIs
Loading