Skip to content

Commit

Permalink
Rename Deploy to DeployPaymaster
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Nov 17, 2023
1 parent 7c9b22f commit b0acb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/Deploy.s.sol → script/DeployPaymaster.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "../src/Paymaster.sol";
import "@account-abstraction/interfaces/IEntryPoint.sol";

// This script deploys a Paymaster
contract Deploy is Script {
contract DeployPaymaster is Script {
address entryPoint = 0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789;

function run() public {
Expand Down

0 comments on commit b0acb13

Please sign in to comment.