We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b3695d commit 5b5e7b7Copy full SHA for 5b5e7b7
script/releases/v.1.5.0-redistribution/3-executeUpgrade.s.sol
@@ -158,7 +158,7 @@ contract Execute is QueueUpgrade {
158
eigenPodManager.initialize(address(0), 0);
159
assertTrue(eigenPodManager.owner() == Env.executorMultisig(), "epm.owner invalid");
160
// For sepolia, eigenpods are not paused
161
- if (block.chainid != 11155111) {
+ if (block.chainid != 11_155_111) {
162
assertTrue(eigenPodManager.paused() == 0, "epm.paused invalid");
163
} else {
164
assertTrue(eigenPodManager.paused() == 487, "epm.paused invalid");
0 commit comments