Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdomrom committed Jan 16, 2024
1 parent 49e7f96 commit 7c225b1
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 @@ -30,9 +30,6 @@ contract DeployERC20s is Utils {
address[] memory feedSigners = new address[](1);
feedSigners[0] = deployer;

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

// write to configs file: eg: input/31337/config.json
string memory objKey = "network-config";
vm.serializeAddress(objKey, "usdc", address(usdc));
Expand Down

0 comments on commit 7c225b1

Please sign in to comment.