mint & burn streamlining
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user