Skip to content

Commit

Permalink
try to fix out of gas
Browse files Browse the repository at this point in the history
  • Loading branch information
skhomuti committed Jan 24, 2025
1 parent cc6e6ee commit cf1c880
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/DeployImplementationsBase.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ abstract contract DeployImplementationsBase is DeployBase {
artifactDir = vm.envOr("ARTIFACTS_DIR", string("./artifacts/local/"));
pk = vm.envUint("DEPLOYER_PRIVATE_KEY");
deployer = vm.addr(pk);
vm.label(deployer, "DEPLOYER");

vm.startBroadcast(pk);
{
Expand Down

0 comments on commit cf1c880

Please sign in to comment.