Skip to content

Commit

Permalink
📚 rename DeployMulticallBase
Browse files Browse the repository at this point in the history
  • Loading branch information
Flocqst committed Nov 18, 2024
1 parent d7fce31 commit eaec20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/Deploy.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ contract DeployBaseSepolia is Setup, BaseSepoliaParameters {
/// @dev steps to deploy and verify on Arbitrum:
/// (1) load the variables in the .env file via `source .env`
/// (2) run `forge script script/Deploy.s.sol:DeployMulticallBase --rpc-url $BASE_RPC_URL --etherscan-api-key $BASESCAN_API_KEY --broadcast --verify -vvvv`
contract DeployMulticallBase is Setup, ArbitrumParameters {
contract DeployMulticallBase is Setup, BaseParameters {
function run() public {
uint256 privateKey = vm.envUint("PRIVATE_KEY");
vm.startBroadcast(privateKey);
Expand Down

0 comments on commit eaec20e

Please sign in to comment.