Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Merge pull request #34 from morpho-org/fix/bundlers
Browse files Browse the repository at this point in the history
fix(bundlers): fix aave v2
  • Loading branch information
MerlinEgalite authored Dec 28, 2023
2 parents 62e1e34 + 118496a commit 7c94c8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion script/bundlers/config/ethereum.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
{
"path": "AaveV2MigrationBundler",
"args": [
"0x0000000000000000000000007d2768dE32b0b80b7a3454c06BdAc94A69DDc7A9"
"0x0000000000000000000000007d2768dE32b0b80b7a3454c06BdAc94A69DDc7A9",
"0x0000000000000000000000007f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0"
],
"salt": "0x0000000000000000000000000000000000000000000000000000000000000000"
},
Expand Down
4 changes: 2 additions & 2 deletions script/oracles/config/ethereum.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"quoteFeed1": "0x986b5E1e1755e3C2440e960477f25201B0a8bbD4",
"quoteFeed2": "0x0000000000000000000000000000000000000000",
"vaultConversionSample": 1,
"minPrice": 3000000000000000000000000000000000000000,
"maxPrice": 1500000000000000000000000000000000000000,
"minPrice": 2000000000000000000000000000,
"maxPrice": 3500000000000000000000000000,
"salt": "0x0000000000000000000000000000000000000000000000000000000000000000"
},
{
Expand Down

0 comments on commit 7c94c8d

Please sign in to comment.