Skip to content

Commit

Permalink
minor fixes on tools
Browse files Browse the repository at this point in the history
  • Loading branch information
krlosMata committed Sep 15, 2024
1 parent 5aaa318 commit 533f053
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 533f053

Please sign in to comment.