Skip to content

Commit

Permalink
feat: USDe on blast (#1888)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxencerb committed Jun 18, 2024
1 parent 133b034 commit de85a63
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Next version

- Bump context addresses to v1.3.5

# 2.0.5-52

- update gasreq for simple limit orders
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"dependencies": {
"@ethersproject/experimental": "^5.7.0",
"@mangrovedao/context-addresses": "^1.3.4",
"@mangrovedao/context-addresses": "^1.3.5",
"@mangrovedao/mangrove-core": "^2.1.1",
"@mangrovedao/mangrove-deployments": "^2.2.4-5",
"@mangrovedao/mangrove-strats": "^2.1.0-7",
Expand Down
3 changes: 3 additions & 0 deletions src/constants/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
"USDB.e": {
"cashness": 1000
},
"USDe.e": {
"cashness": 500
},
"WETH.e": {
"displayedDecimals": 4,
"displayedAsPriceDecimals": 10,
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1252,12 +1252,12 @@ __metadata:
languageName: node
linkType: hard

"@mangrovedao/context-addresses@npm:^1.3.4":
version: 1.3.4
resolution: "@mangrovedao/context-addresses@npm:1.3.4"
"@mangrovedao/context-addresses@npm:^1.3.5":
version: 1.3.5
resolution: "@mangrovedao/context-addresses@npm:1.3.5"
dependencies:
semver: ^7.5.4
checksum: bbe6cd76dfdb4aa75f8502f58ef3edd841ccc3650f26be7fde887060070ef0968a457221e5640c8dbad9af6b9205d708a47e10a2e88b1372b1baa8708eb74435
checksum: 9e05398ab940c8edd5b3126a7890bfec47e244fe8e0aa9e6304569ed90ed7d844d9fdec2d69346f7b8accf97c027d95d5b3b6ed353e5412284e70ac58841eae5
languageName: node
linkType: hard

Expand Down Expand Up @@ -1299,7 +1299,7 @@ __metadata:
"@ethersproject/experimental": ^5.7.0
"@ethersproject/hardware-wallets": ^5.7.0
"@ethersproject/providers": ^5.7.2
"@mangrovedao/context-addresses": ^1.3.4
"@mangrovedao/context-addresses": ^1.3.5
"@mangrovedao/mangrove-core": ^2.1.1
"@mangrovedao/mangrove-deployments": ^2.2.4-5
"@mangrovedao/mangrove-strats": ^2.1.0-7
Expand Down

0 comments on commit de85a63

Please sign in to comment.