Skip to content

Commit aa0af14

Browse files
committed
Fix comment and redeploy
1 parent 8992807 commit aa0af14

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

contracts/scripts/anvil/state/alignedlayer-deployed-anvil-state.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

contracts/src/core/AlignedLayerServiceManager.sol

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ contract AlignedLayerServiceManager is
6868
address _alignedAggregator,
6969
IPauserRegistry _pauserRegistry,
7070
uint256 _initialPausedStatus
71-
) public initializer { // Applied on Testnet & Mainnet
71+
) public initializer {
7272
if (_initialOwner == address(0)) {
7373
revert InvalidAddress("initialOwner");
7474
}
@@ -85,12 +85,12 @@ contract AlignedLayerServiceManager is
8585
}
8686

8787
// Reinitializers:
88-
// Notice testnet had more upgrades than mainnet.
89-
// In testnet, we executed the reinitializer(2) and reinitializer(3)
88+
// Notice Testnet had more upgrades than Mainnet.
89+
// In Testnet, we executed the reinitializer(2) and reinitializer(3)
9090

9191
// These are not needed in Mainnet.
9292
// In the future, in case of needing to add a reinitializer,
93-
// either add it as reinitializer(4) or redeploy testnet from scratch
93+
// either add it as reinitializer(4) or redeploy Testnet from scratch
9494

9595
// function initializeAggregator( // applied on Testnet
9696
// address _alignedAggregator

0 commit comments

Comments
 (0)