Skip to content

Commit

Permalink
Merge branch 'feature/cover-re' into feature/cover-re-usdc
Browse files Browse the repository at this point in the history
  • Loading branch information
roxdanila committed May 21, 2024
2 parents 530172b + 6262a99 commit 156e444
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
2 changes: 1 addition & 1 deletion deployments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nexusmutual/deployments",
"version": "2.4.3",
"version": "2.5.0",
"description": "Nexus Mutual deployed contract addresses and abis",
"typings": "./dist/index.d.ts",
"main": "./dist/index.js",
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nexusmutual",
"version": "2.4.3",
"version": "2.5.0",
"description": "NexusMutual smart contracts",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
},
"homepage": "https://github.com/NexusMutual/smart-contracts",
"dependencies": {
"@nexusmutual/deployments": "^2.4.2",
"@nexusmutual/deployments": "^2.5.0",
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
"@openzeppelin/contracts-v4": "npm:@openzeppelin/contracts@^4.7.3",
"dotenv": "^8.6.0",
Expand Down
3 changes: 3 additions & 0 deletions test/unit/SwapOperator/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ async function setup() {
enzymeV4Vault.address,
await owner.getAddress(), // _safe
dai.address,
<<<<<<< HEAD
usdc.address,
=======
>>>>>>> feature/cover-re
enzymeFundValueCalculatorRouter.address,
parseEther('1'),
);
Expand Down

0 comments on commit 156e444

Please sign in to comment.