This repo contains a set of contracts to facilitate MPL token migration.
git clone git@github.com:maple-labs/mpl-migration.git
cd mpl-migration
forge update
- To run all tests:
make test
(runs./test.sh
) - To run a specific test function:
./test.sh -t <test_name>
(e.g.,./test.sh -t test_deposit
) - To run tests with a specified number of fuzz runs:
./test.sh -r <runs>
(e.g.,./test.sh -t test_deposit -r 10000
)
This project was built using Foundry.
Auditor | Report link |
---|---|
Trail of Bits | ToB Report - April 12, 2022 |
Code 4rena | C4 Report - April 20, 2022 |
For all information related to the ongoing bug bounty for these contracts run by Immunefi, please visit this site.
Severity of Finding | Payout |
---|---|
Critical | $50,000 |
High | $25,000 |
Medium | $1,000 |
Maple Finance is a decentralized corporate credit market. Maple provides capital to institutional borrowers through globally accessible fixed-income yield opportunities.
For all technical documentation related to the currently deployed Maple protocol, please refer to the maple-core GitHub wiki.