Skip to content

Commit

Permalink
test: try fee bigger than 25%
Browse files Browse the repository at this point in the history
  • Loading branch information
wei3erHase committed Jul 26, 2024
1 parent 4043524 commit ef99415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/invariants/fuzz/BMath.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ contract FuzzBMath is EchidnaTest {
MIN_WEIGHT = bmath.MIN_WEIGHT();
MAX_WEIGHT = bmath.MAX_WEIGHT();
MAX_TOTAL_WEIGHT = bmath.MAX_TOTAL_WEIGHT();
MIN_FEE = bmath.MIN_FEE();
MIN_FEE = 0.25e18; //bmath.MIN_FEE();
MAX_FEE = bmath.MAX_FEE();
}

Expand Down

0 comments on commit ef99415

Please sign in to comment.