Skip to content

Commit 56e2b79

Browse files
lekhovitsky0xmikko
andauthored
feat: add rollup transactions to v3.1 installation script (#28)
* feat: legacy connect * feat: upgrade v3.1 installation script * feat: add script to deploy legacy configurators on rollups * fix: minor fixes --------- Co-authored-by: Mikael <26343374+0xmikko@users.noreply.github.com>
1 parent 8473c2b commit 56e2b79

File tree

4 files changed

+557
-383
lines changed

4 files changed

+557
-383
lines changed

contracts/compressors/GaugeCompressor.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ contract GaugeCompressor is IGaugeCompressor {
7272
}
7373

7474
return _trim(result, validGauges);
75-
7675
}
7776

7877
/// @dev Returns gauge info for a specific gauge

contracts/test/equivalence/PoolsEquivalenceTest.t.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ contract PoolsEquivalenceTest is Test {
143143
"Quota isActive mismatch"
144144
);
145145
}
146-
147146
}
148147
}
149148
}

0 commit comments

Comments
 (0)