Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquemarlon committed Nov 24, 2024
1 parent d304c09 commit e43385a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/script/Token.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ contract Deployer is Script {
Token public pink;

function run() public {
vm.startBroadcast(vm.envUint("PRIVATE_KEY"));
vm.startBroadcast();

// Deploy USDT Token
stablecoin = new Token{salt: bytes32("1596")}("Tether", "USDT");
Expand Down

0 comments on commit e43385a

Please sign in to comment.