Skip to content

Commit 9b79761

Browse files
committed
fix: env utils
1 parent 7368bcc commit 9b79761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/forge-scripts/EnvironmentUtils.s.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ abstract contract EnvironmentUtils is AbstractDeploySingle {
3636
TARGET_CHAINS.push(OP);
3737
TARGET_CHAINS.push(BASE);
3838
TARGET_CHAINS.push(FANTOM);
39-
//TARGET_CHAINS.push(LINEA);
40-
//TARGET_CHAINS.push(BLAST);
39+
TARGET_CHAINS.push(LINEA);
40+
TARGET_CHAINS.push(BLAST);
4141

4242
if (useNewSalt) {
4343
salt = "SunNeverSetsOnSuperformRealmV2";

0 commit comments

Comments
 (0)