Skip to content

Commit

Permalink
feat: Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
maxencerb committed Oct 7, 2024
1 parent 24acdaa commit 839d105
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 17 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.6-0 and deployments to v2.2.4-6

# 2.0.5-53

- Bump context addresses to v1.3.5
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
},
"dependencies": {
"@ethersproject/experimental": "^5.7.0",
"@mangrovedao/context-addresses": "^1.3.5",
"@mangrovedao/context-addresses": "^1.3.6-0",
"@mangrovedao/mangrove-core": "^2.1.1",
"@mangrovedao/mangrove-deployments": "^2.2.4-5",
"@mangrovedao/mangrove-deployments": "^2.2.4-6",
"@mangrovedao/mangrove-strats": "^2.1.0-7",
"@mangrovedao/reliable-event-subscriber": "1.1.30",
"@types/object-inspect": "^1.8.1",
Expand Down
20 changes: 15 additions & 5 deletions src/constants/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,28 @@
},
"USDC.": {
"displayedDecimals": 2,
"displayedAsPriceDecimals": 6
"displayedAsPriceDecimals": 6,
"cashness": 900
},
"USDC.e": {
"displayedDecimals": 2,
"displayedAsPriceDecimals": 6
"displayedAsPriceDecimals": 6,
"cashness": 900
},
"USDC.T/MGV": {
"displayedDecimals": 2,
"displayedAsPriceDecimals": 6
"displayedAsPriceDecimals": 6,
"cashness": 900
},
"USDT.": {
"displayedDecimals": 2,
"displayedAsPriceDecimals": 6
"displayedAsPriceDecimals": 6,
"cashness": 1000
},
"USDT.e": {
"displayedDecimals": 2,
"displayedAsPriceDecimals": 6
"displayedAsPriceDecimals": 6,
"cashness": 1000
},
"USDT.T/MGV": {
"displayedDecimals": 2,
Expand Down Expand Up @@ -86,6 +91,11 @@
"displayedAsPriceDecimals": 10,
"cashness": 1
},
"weETH.e": {
"displayedDecimals": 4,
"displayedAsPriceDecimals": 10,
"cashness": 0
},
"WETH.T/MGV": {
"displayedDecimals": 4,
"displayedAsPriceDecimals": 10
Expand Down
20 changes: 10 additions & 10 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.5":
version: 1.3.5
resolution: "@mangrovedao/context-addresses@npm:1.3.5"
"@mangrovedao/context-addresses@npm:^1.3.6-0":
version: 1.3.6-0
resolution: "@mangrovedao/context-addresses@npm:1.3.6-0"
dependencies:
semver: ^7.5.4
checksum: 9e05398ab940c8edd5b3126a7890bfec47e244fe8e0aa9e6304569ed90ed7d844d9fdec2d69346f7b8accf97c027d95d5b3b6ed353e5412284e70ac58841eae5
checksum: 83532ef2b227966add22f8e438d4d0b9d4dd2e99ed5c79d58d79aaa3a60d9f05cfa2b2b23536585459ea38596830b51fad8d586a92226a604e815fc0d8c5c26e
languageName: node
linkType: hard

Expand All @@ -1268,13 +1268,13 @@ __metadata:
languageName: node
linkType: hard

"@mangrovedao/mangrove-deployments@npm:^2.2.4-5":
version: 2.2.4-5
resolution: "@mangrovedao/mangrove-deployments@npm:2.2.4-5"
"@mangrovedao/mangrove-deployments@npm:^2.2.4-6":
version: 2.2.4-6
resolution: "@mangrovedao/mangrove-deployments@npm:2.2.4-6"
dependencies:
"@mangrovedao/context-addresses": ^1.3.2
semver: ^7.5.4
checksum: 9ba87ff1fa17c61b9115878596ee8c1078d70d8723ee9e6d319bd2533ccc18d789a669811309ca19bb4e48125aeafb6737a9435f72ed7d93eb3f059621eb2346
checksum: c8592dfbb5db8cc9f2082d449940e9508777277f7fc31ad506b67d932e4c1a7f3f131af496309d81f8fece0f09cf04a997953b4d373f015619b3095688d55b46
languageName: node
linkType: hard

Expand All @@ -1299,9 +1299,9 @@ __metadata:
"@ethersproject/experimental": ^5.7.0
"@ethersproject/hardware-wallets": ^5.7.0
"@ethersproject/providers": ^5.7.2
"@mangrovedao/context-addresses": ^1.3.5
"@mangrovedao/context-addresses": ^1.3.6-0
"@mangrovedao/mangrove-core": ^2.1.1
"@mangrovedao/mangrove-deployments": ^2.2.4-5
"@mangrovedao/mangrove-deployments": ^2.2.4-6
"@mangrovedao/mangrove-strats": ^2.1.0-7
"@mangrovedao/reliable-event-subscriber": 1.1.30
"@typechain/ethers-v5": ^11.1.2
Expand Down

0 comments on commit 839d105

Please sign in to comment.