Skip to content

Commit

Permalink
remove console.logs
Browse files Browse the repository at this point in the history
  • Loading branch information
josojo committed Feb 9, 2024
1 parent edcf648 commit 5798f11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/scripts/depositForkonomicTokenIntoBridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ async function main() {
'contracts/ForkonomicToken.sol:ForkonomicToken',
forkonomicTokenAddress,
);
console.log('ForkonomicToken address: ', forkonomicToken.address);
console.log('ForkonomicToken owner: ', deployer.address);

const depositAmount = ethers.utils.parseEther('10');
const tx0 = await forkonomicToken.connect(deployer).mint(polygonZkEVMBridgeAddress, ethers.utils.parseEther('100000'), { gasLimit: 500000 });
console.log('Mint forkonomic tokens');
Expand Down

0 comments on commit 5798f11

Please sign in to comment.