Skip to content

Commit b0acb13

Browse files
committed
Rename Deploy to DeployPaymaster
1 parent 7c9b22f commit b0acb13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/Deploy.s.sol script/DeployPaymaster.s.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import "../src/Paymaster.sol";
66
import "@account-abstraction/interfaces/IEntryPoint.sol";
77

88
// This script deploys a Paymaster
9-
contract Deploy is Script {
9+
contract DeployPaymaster is Script {
1010
address entryPoint = 0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789;
1111

1212
function run() public {

0 commit comments

Comments
 (0)