Skip to content

Commit

Permalink
Ajuste deploy de sc correcto (v7)
Browse files Browse the repository at this point in the history
  • Loading branch information
PELUQAZ committed Feb 2, 2025
1 parent 60a31d5 commit 33ac31b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ task("post-compile", "Copia el ABI generado a la ruta de destino")

const sourceABIPath = path.join(
__dirname,
"artifacts/contracts/WMCAgreementManagement-v6.sol/WMCAgreementManagement.json"
"artifacts/contracts/WMCAgreementManagement-v7.sol/WMCAgreementManagement.json"
);
const targetABIPath = path.join(
__dirname,
Expand Down
Loading

0 comments on commit 33ac31b

Please sign in to comment.