Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
Merge master into develop
  • Loading branch information
mangrove-automation authored Feb 29, 2024
2 parents 5e9f577 + 4cdf35f commit 770764a
Show file tree
Hide file tree
Showing 9 changed files with 3,177 additions and 20 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Next version

## Blast deployments

- core v2.1.0: `BlastMangrove`, `MgvOracle`, and `MgvReader`

## Dependencies

- Bump `context-addresses` to v1.3.2

# 2.1.4

- fix: Change address for WBTC test token to contract with 8 decimals (was 18)

# 2.1.4-0
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mangrovedao/mangrove-deployments",
"version": "2.1.4-0",
"version": "2.1.4",
"description": "Collection of Mangrove deployments",
"main": "dist/index.js",
"repository": "https://github.com/mangrovedao/mangrove-deployments.git",
Expand Down Expand Up @@ -33,7 +33,7 @@
"*.{js,ts,css,md,json,mjs}": "prettier --write"
},
"dependencies": {
"@mangrovedao/context-addresses": "^1.1.4",
"@mangrovedao/context-addresses": "^1.3.2",
"semver": "^7.5.4"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 770764a

Please sign in to comment.