Skip to content

Commit

Permalink
fix: upgrade aave-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Sep 23, 2024
1 parent ea32100 commit e8d17a5
Show file tree
Hide file tree
Showing 3 changed files with 1,050 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"prettier-plugin-solidity": "^1.1.1"
},
"dependencies": {
"@bgd-labs/aave-cli": "^0.16.4",
"@bgd-labs/aave-cli": "^1.0.0",
"catapulta-verify": "^1.1.1"
}
}
2 changes: 1 addition & 1 deletion tests/utils/DiffUtils.sol
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ contract DiffUtils is Test {

string[] memory inputs = new string[](7);
inputs[0] = 'npx';
inputs[1] = '@bgd-labs/aave-cli@^0.16.4';
inputs[1] = '@bgd-labs/aave-cli@^1.0.0';
inputs[2] = 'diff-snapshots';
inputs[3] = beforePath;
inputs[4] = afterPath;
Expand Down
Loading

0 comments on commit e8d17a5

Please sign in to comment.