diff --git a/README.md b/README.md index 1ae91d3..581e1f5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Fixed Term Maple Loan -![Foundry CI](https://github.com/maple-labs/loan-private/actions/workflows/forge.yml/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 CI](https://github.com/maple-labs/fixed-term-loan/actions/workflows/forge.yml/badge.svg) +[![GitBook - Documentation](https://img.shields.io/badge/GitBook-Documentation-orange?logo=gitbook&logoColor=white)](https://maplefinance.gitbook.io/maple/technical-resources/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/loan-private/blob/main/LICENSE) +[![License: BUSL 1.1](https://img.shields.io/badge/License-BUSL%201.1-blue.svg)](https://github.com/maple-labs/fixed-term-loan/blob/main/LICENSE) [foundry]: https://getfoundry.sh/ [foundry-badge]: https://img.shields.io/badge/Built%20with-Foundry-FFDB1C.svg @@ -40,8 +40,8 @@ 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/loan-private.git -cd loan-private +git clone git@github.com:maple-labs/fixed-term-loan.git +cd fixed-term-loan forge install ``` @@ -64,6 +64,8 @@ forge install | v3.0.1 - v4.0.0 | Three Sigma | [`Three Sigma Report`](https://docs.google.com/viewer?url=https://github.com/maple-labs/maple-v2-audits/files/10223541/three-sigma_maple-finance_code-audit_v1.1.1.pdf) | 2022-10-24 | | v5.0.0 - v5.0.1 | Spearbit Auditors via Cantina | [`2023-06-05 - Cantina Report`](https://docs.google.com/viewer?url=https://github.com/maple-labs/maple-v2-audits/files/11667848/cantina-maple.pdf) | 2023-06-05 | | v5.0.0 - v5.0.1 | Three Sigma | [`2023-04-10 - Three Sigma Report`](https://docs.google.com/viewer?url=https://github.com/maple-labs/maple-v2-audits/files/11663546/maple-v2-audit_three-sigma_2023.pdf) | 2023-04-21 | +| 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 diff --git a/configs/package.yaml b/configs/package.yaml index 9cc5120..70a7179 100644 --- a/configs/package.yaml +++ b/configs/package.yaml @@ -1,5 +1,5 @@ name: fixed-term-loan -version: 5.0.1 +version: 5.0.2 source: contracts packages: - path: contracts/MapleLoan.sol