Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge master into develop #741

Merged
merged 3 commits into from
Feb 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 6 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
# Next version

- Upgrade to @mangrovedao/mangrove-deployments v2.1.1
- Upgrade to @mangrovedao/context-addresses v1.3.0
# 2.1.0

## Blast support

- Use the standard addresses infrastructure in Blast contracts and scripts
- Update support for Blast Points to match the latest integration docs: https://blastpublic.notion.site/PUBLIC-Blast-Mainnet-Points-API-f8abea9d6e67417890d4a300ecbe5827
- Add support for Blast Sepolia
- Add Blast specific contracts, in particular `BlastMangrove` which extends `Mangrove` with support for Blast yield, gas fees, and Blast Points
- Configure Blast Points operator on deployment of `BlastMangrove`
- Configure claimable yield and gas fees on deployment of `BlastMangrove`

# 2.1.0-0
## Dependencies

- Upgrade to @mangrovedao/mangrove-deployments v2.0.1
- Upgrade to @mangrovedao/context-addresses v1.1.2
- Upgrade to @mangrovedao/mangrove-deployments v2.1.1
- Upgrade to @mangrovedao/context-addresses v1.3.0
- Simplify copying of context addresses
- Add support for Blast Sepolia
- Add Blast Specific contracts

# 2.0.3

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mangrovedao/mangrove-core",
"version": "2.1.0-0",
"version": "2.1.0",
"author": "Mangrove DAO",
"license": "SEE LICENSE IN LICENSE",
"main": "index.js",
Expand Down
Loading