Skip to content

Commit

Permalink
feat: update package and revert private readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JGcarv committed Dec 19, 2023
1 parent 2c26144 commit 61cc8bd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
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

0 comments on commit 61cc8bd

Please sign in to comment.