Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
antoncoding committed Jan 3, 2024
1 parent 5d3e8cd commit c747333
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/deploy-erc20s.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ contract DeployERC20s is Utils {

LyraERC20 weth = new LyraERC20("Lyra WETH", "WETH", 18);

console2.log("usdt", address(usdt));


address[] memory feedSigners = new address[](1);
feedSigners[0] = deployer;

Expand Down

0 comments on commit c747333

Please sign in to comment.