Skip to content

Commit

Permalink
remove signer address log
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Sep 6, 2024
1 parent 8acb4bc commit 8fc9586
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/tasks/src/zetachainCall.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export const zetachainCall = async (
hre: HardhatRuntimeEnvironment
) => {
const [signer] = await hre.ethers.getSigners();
console.log("Signer address:", signer.address);
const { utils } = hre.ethers;

const gateway = new hre.ethers.Contract(
Expand Down

0 comments on commit 8fc9586

Please sign in to comment.