We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a4b72 commit 0d34ed9Copy full SHA for 0d34ed9
script/DeployBatchCaller.s.sol
@@ -11,7 +11,6 @@ contract DeployBatchCaller is Script {
11
BatchCallAndSponsor public batchCaller;
12
13
function run() external {
14
-
15
uint256 deployerPk = vm.envUint("DEPLOYER_KEY");
16
address deployer = vm.addr(deployerPk);
17
console.log("Deployer:", deployer);
0 commit comments