Skip to content

Commit

Permalink
Updated upgrade script
Browse files Browse the repository at this point in the history
  • Loading branch information
eloi010 committed Dec 28, 2023
1 parent c601a9f commit 9daf471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/upgradeUpgradeableAccount.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {UpgradeableOpenfortAccount} from "../contracts/core/upgradeable/Upgradea
import {UpgradeableOpenfortProxy} from "../contracts/core/upgradeable/UpgradeableOpenfortProxy.sol";
import {CheckOrDeployEntryPoint} from "script/aux/checkOrDeployEntryPoint.sol";

contract UpgradeableOpenfortDeploy is Script, CheckOrDeployEntryPoint {
contract UpgradeableOpenfortUpgrade is Script, CheckOrDeployEntryPoint {
uint256 internal deployPrivKey = vm.envUint("PK_PAYMASTER_OWNER_TESTNET");
address internal deployAddress = vm.addr(deployPrivKey);
IEntryPoint internal entryPoint;
Expand Down

0 comments on commit 9daf471

Please sign in to comment.