Skip to content

Commit bcf5278

Browse files
committed
chore: remove malformed comment
1 parent cba06b6 commit bcf5278

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

script/releases/v1.3.0-slashing/2-queueUpgradeAndUnpause.s.sol

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,7 @@ contract QueueAndUnpause is MultisigBuilder, Deploy {
7878
}).append({
7979
to: address(Env.beacon.strategyBase()),
8080
data: Encode.upgradeableBeacon.upgradeTo({newImpl: address(Env.impl.strategyBase())})
81-
})
82-
/// core/
83-
/// pods/
84-
/// strategies/
85-
.append({
81+
}).append({
8682
to: Env.proxyAdmin(),
8783
data: Encode.proxyAdmin.upgrade({
8884
proxy: address(Env.proxy.strategyFactory()),

0 commit comments

Comments
 (0)