Skip to content

Commit

Permalink
fix: 'Visit' print
Browse files Browse the repository at this point in the history
  • Loading branch information
fp-crypto committed Jun 28, 2024
1 parent ba01785 commit 98465eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/RegisterRollup.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ contract RegisterRollup is BatchScript {
require(L1_DEPLOYER.getRollupContract(rollupID) != address(0), "txn failed");

console2.log("TXN posted");
console2.log("Visit https://app.safe.global/transactions/queue?safe=eth:", safe);
console2.log("Visit https://app.safe.global/transactions/queue?safe=eth:%s", safe);
console2.log("---------------------------------------");
}
}
}

0 comments on commit 98465eb

Please sign in to comment.