Skip to content

Commit

Permalink
chore: add project attributions to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mantricjavier authored Dec 16, 2024
1 parent f14f68d commit 09df203
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
3 changes: 3 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Copyright (c) 2022-2024 White Whale
Copyright (c) 2024-present MANTRA Chain

Mozilla Public License Version 2.0
==================================

Expand Down
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ different ways to contribute to the project.

## Architecture

MANTRA DEX is based on White Whale V2. The protocol is built around singleton contracts, which makes it easier to manage
and integrate with other protocols.
The protocol is built around singleton contracts, which makes it easier to manage and integrate with other protocols.

The following is the architecture of MANTRA DEX, and a general description of each contract:

Expand Down Expand Up @@ -111,4 +110,20 @@ The MANTRA DEX contract's audit is currently in progress.

[Security Policies and Procedures](./docs/SECURITY.md)

[License](./LICENSE)
## Acknowledgments and License

This project is a fork of [White Whale V2](https://github.com/White-Whale-Defi-Platform/white-whale-core), which was
originally licensed under the MIT License. You can find the original authors [here](https://github.com/White-Whale-Defi-Platform/white-whale-core/graphs/contributors).

Functionality wise, the code in the original project has been modified, but not limited to, the following:

- Epoch creation is now derived.
- Hooks have been removed.
- Pool, Farm and Positions ID derivation.
- Farm position emergency withdrawals.
- Emergency withdrawal fees distribution.

This project is now licensed under the [Mozilla Public License 2.0](./LICENSE).

Copyright (c) 2022-2024 White Whale
Copyright (c) 2024-present MANTRA Chain

0 comments on commit 09df203

Please sign in to comment.