From 61cc8bddf10b6bfc35bc86a1911bbf73091819fe Mon Sep 17 00:00:00 2001 From: JG Carvalho Date: Tue, 19 Dec 2023 19:27:14 -0300 Subject: [PATCH] feat: update package and revert private readme --- README.md | 14 ++++++++++---- configs/package.yaml | 4 ++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c819dc4..a0e3493 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 git@github.com:maple-labs/pool-permission-manager-private.git -cd pool-permission-manager-private +git clone git@github.com: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/). diff --git a/configs/package.yaml b/configs/package.yaml index de734f3..56055b4 100644 --- a/configs/package.yaml +++ b/configs/package.yaml @@ -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