File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -65,13 +65,13 @@ contract DeploySponsorPaymasterScript is Script {
65
65
}
66
66
67
67
console.log (
68
- "Deployed SponsorPaymasterImplementationEPv06 at address: %s on %s " ,
68
+ "Deployed SponsorPaymasterImplementation at address: %s on %s " ,
69
69
address (bytes20 (result)),
70
70
chains[i]
71
71
);
72
72
} else {
73
73
console.log (
74
- "Found existing SponsorPaymasterImplementationEPv06 at expected address: %s on %s " ,
74
+ "Found existing SponsorPaymasterImplementation at expected address: %s on %s " ,
75
75
EXPECTED_PAYMASTER_IMPL_ADDRESS,
76
76
chains[i]
77
77
);
@@ -103,13 +103,13 @@ contract DeploySponsorPaymasterScript is Script {
103
103
}
104
104
105
105
console.log (
106
- "Deployed internal SponsorPaymasterProxyEPv06 at address: %s on %s " ,
106
+ "Deployed internal SponsorPaymasterProxy at address: %s on %s " ,
107
107
address (bytes20 (result)),
108
108
chains[i]
109
109
);
110
110
} else {
111
111
console.log (
112
- "Found existing internal SponsorPaymasterProxyEPv06 at expected address: %s on %s " ,
112
+ "Found existing internal SponsorPaymasterProxy at expected address: %s on %s " ,
113
113
EXPECTED_PAYMASTER_INTERNAL_ADDRESS,
114
114
chains[i]
115
115
);
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import {
24
24
import {DeployFailed} from "./Errors.sol " ;
25
25
import {Script, console} from "forge-std/src/Script.sol " ;
26
26
27
- contract DeployColdStorageAddressBookPluginEPv06Script is Script {
27
+ contract DeployColdStorageAddressBookPluginScript is Script {
28
28
address internal constant EXPECTED_PLUGIN_ADDRESS = COLD_STORAGE_ADDRESS_BOOK_PLUGIN_ADDRESS;
29
29
30
30
function run () public {
You can’t perform that action at this time.
0 commit comments