Skip to content

Commit dcd7901

Browse files
committed
feat: update package and revert private readme
1 parent a48088e commit dcd7901

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

README.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Withdrawal Manager Queue
22

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

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

2525
```sh
26-
git clone [email protected]:maple-labs/withdrawal-manager-queue-private.git
27-
cd withdrawal-manager-queue-private
26+
git clone [email protected]:maple-labs/withdrawal-manager-queue.git
27+
cd withdrawal-manager-queue
2828
forge install
2929
```
3030

3131
## Audit Reports
3232

33+
| Auditor | Report Link |
34+
|---|---|
35+
| 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) |
36+
| 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) |
37+
3338
## Bug Bounty
3439

3540
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/).

configs/package.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ name: withdrawal-manager-queue
22
version: 1.0.0
33
source: contracts
44
packages:
5-
- path: contracts/WithdrawalManager.sol
6-
contractName: WithdrawalManager
5+
- path: contracts/MapleWithdrawalManager.sol
6+
contractName: MapleWithdrawalManager
77
customDescription: Withdrawal Manager Queue Artifacts and ABIs

0 commit comments

Comments
 (0)