burn part of reg fee. deploy pool #12
@ -29,17 +29,17 @@
|
||||
color: #9b215e;
|
||||
}
|
||||
& > .boss3 {
|
||||
color: #ebb638;
|
||||
}
|
||||
& > .boss4 {
|
||||
color: #c6282e;
|
||||
}
|
||||
& > .boss5 {
|
||||
& > .boss4 {
|
||||
color: #d06b53;
|
||||
}
|
||||
& > .boss6 {
|
||||
& > .boss5 {
|
||||
color: #8f968f;
|
||||
}
|
||||
& > .boss6 {
|
||||
color: #ebb638;
|
||||
}
|
||||
}
|
||||
& small {
|
||||
opacity: 0.7;
|
||||
|
||||
@ -111,7 +111,7 @@ contract raid_geldTest is Test, Constants {
|
||||
|
||||
function test_22_random_range(uint256 min, uint256 max) public {
|
||||
vm.assume(max > min);
|
||||
vm.assume(max - min < 100);
|
||||
vm.assume(max - min < 200);
|
||||
vm.assume(max < type(uint256).max);
|
||||
uint256 range = max - min + 1;
|
||||
bool[] memory seen = new bool[](range);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user