mint & burn streamlining

This commit is contained in:
tim
2025-12-01 16:26:58 -04:00
parent 4e56f54f27
commit 6795886eab
6 changed files with 35 additions and 47 deletions

View File

@@ -461,7 +461,7 @@ contract GasTest is Test {
for (uint256 k = 0; k < iterations; k++) {
// Request a tiny LP mint (1 wei) - pool will compute deposits and transfer from alice
uint256 lpRequest = 1;
uint256 lpRequest = testPool.totalSupply() / 10000;
// Snapshot alice LP before to compute actual minted
uint256 lpBefore = testPool.balanceOf(alice);