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 Oct 5, 2023
2 parents a931790 + 9ab3d7a commit efe4dff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Next version

# 1.4.26

- fix: missing multicall2 address for abitrum network

# 1.4.25

- Bump: mangrove-core to v1.5.10
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.js",
"version": "1.4.25",
"version": "1.4.26",
"author": "Mangrove DAO",
"description": "A Typescript SDK for the Mangrove Protocol.",
"license": "(BSD-2-Clause OR BSD-3-Clause)",
Expand Down
3 changes: 3 additions & 0 deletions src/constants/addresses.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@
"local": {},
"matic": {
"Multicall2": "0x275617327c958bD06b5D6b871E7f491D76113dd8"
},
"arbitrum": {
"Multicall2": "0x842eC2c7D803033Edf55E478F461FC547Bc54EB2"
}
}

0 comments on commit efe4dff

Please sign in to comment.