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 20, 2023
1 parent a211192 commit 329be5f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Withdrawal Manager

![Foundry CI](https://github.com/maple-labs/withdrawal-manager-private/actions/workflows/forge.yml/badge.svg)
![Foundry CI](https://github.com/maple-labs/withdrawal-manager-cyclical/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][foundry-badge]][foundry]
[![License: BUSL 1.1](https://img.shields.io/badge/License-BUSL%201.1-blue.svg)](https://github.com/maple-labs/withdrawal-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/withdrawal-manager-cyclical/blob/main/LICENSE)

[foundry]: https://getfoundry.sh/
[foundry-badge]: https://img.shields.io/badge/Built%20with-Foundry-FFDB1C.svg
Expand Down Expand Up @@ -31,8 +31,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/withdrawal-manager-private.git
cd withdrawal-manager-private
git clone git@github.com:maple-labs/withdrawal-manager-cyclical.git
cd withdrawal-manager-cyclical
forge install
```

Expand All @@ -50,6 +50,8 @@ forge install
| Trail of Bits | [`2022-08-24 - Trail of Bits Report`](https://docs.google.com/viewer?url=https://github.com/maple-labs/maple-v2-audits/files/10246688/Maple.Finance.v2.-.Final.Report.-.Fixed.-.2022.pdf) |
| Spearbit | [`2022-10-17 - Spearbit Report`](https://docs.google.com/viewer?url=https://github.com/maple-labs/maple-v2-audits/files/10223545/Maple.Finance.v2.-.Spearbit.pdf) |
| Three Sigma | [`2022-10-24 - 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) |
| 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

Expand Down
14 changes: 7 additions & 7 deletions configs/package.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: withdrawal-manager
version: 1.0.0
version: 1.0.1
source: contracts
packages:
- path: contracts/WithdrawalManager.sol
contractName: WithdrawalManager
- path: contracts/WithdrawalManagerFactory.sol
contractName: WithdrawalManagerFactory
- path: contracts/WithdrawalManagerInitializer.sol
contractName: WithdrawalManagerInitializer
- path: contracts/MapleWithdrawalManager.sol
contractName: MapleWithdrawalManager
- path: contracts/MapleWithdrawalManagerFactory.sol
contractName: MapleWithdrawalManagerFactory
- path: contracts/MapleWithdrawalManagerInitializer.sol
contractName: MapleWithdrawalManagerInitializer
customDescription: Withdrawal Manager Artifacts and ABIs

0 comments on commit 329be5f

Please sign in to comment.