Skip to content

Commit

Permalink
Merge pull request #319 from 0xPolygonHermez/feature/minor-fixes
Browse files Browse the repository at this point in the history
minor fixes on tools
  • Loading branch information
invocamanman authored Sep 5, 2024
2 parents a5f5c39 + 9551bd7 commit 2e9eda5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tools/addRollupType/addRollupTypeTimelock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ async function main() {
"description",
"forkID",
"consensusContract",
"polTokenAddress",
"verifierAddress",
"rollupCompatibilityID",
"timelockDelay",
Expand Down
2 changes: 1 addition & 1 deletion tools/deployClaimCompressor/deployClaimCompressor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ async function main() {
await ClaimCompressorContract.waitForDeployment();

console.log("#######################\n");
console.log("Verifier deployed to:", ClaimCompressorContract.target);
console.log("Claim Compressor deployed to:", ClaimCompressorContract.target);
console.log("#######################\n");

console.log("you can verify the contract address with:");
Expand Down

0 comments on commit 2e9eda5

Please sign in to comment.