Skip to content

Commit

Permalink
chore(medusa): lib deployement
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-something committed Nov 21, 2024
1 parent c0ffee6 commit c0ffeed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions medusa.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"corpusDirectory": "test/invariants/corpus",
"coverageEnabled": true,
"targetContracts": ["FuzzTest"],
"predeployedContracts": {},
"predeployedContracts": { "ValidatorLib": "0xc0ffee" },
"targetContractsBalances": [],
"constructorArgs": {},
"deployerAddress": "0x30000",
Expand Down Expand Up @@ -76,7 +76,7 @@
"target": "test/invariants/FuzzTest.t.sol",
"solcVersion": "",
"exportDirectory": "",
"args": ["--compile-libraries=(ValidatorLib,0xf0)"]
"args": ["--compile-libraries=(ValidatorLib,0xc0ffee)"]
}
},
"logging": {
Expand Down

0 comments on commit c0ffeed

Please sign in to comment.