Skip to content

Commit

Permalink
Fix UpgradeViaTimelock name
Browse files Browse the repository at this point in the history
  • Loading branch information
nadir-akhtar committed Oct 4, 2024
1 parent 0fb7e8f commit bd5030f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/releases/v0.1-eigenpod/UpgradeViaTimelock.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {IUpgradeableBeacon} from "script/utils/Interfaces.sol";

import "src/contracts/interfaces/IStrategyFactory.sol";

contract UpgradeCounter is OpsTimelockBuilder {
contract UpgradeViaTimelock is OpsTimelockBuilder {

using MultisigCallHelper for *;
using TransactionHelper for *;
Expand Down

0 comments on commit bd5030f

Please sign in to comment.