chore: sync submodule state (parent ref update)

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-02 12:14:09 -08:00
parent 50ab378da9
commit 5efe36b1e0
1100 changed files with 155024 additions and 8674 deletions

View File

@@ -58,7 +58,7 @@ contract FullIntegrationTest is Test {
address public recipient = address(0x4444);
// Configuration
uint256 public constant BOND_MULTIPLIER = 1.1e18;
uint256 public constant BOND_MULTIPLIER = 11000; // 110% in basis points
uint256 public constant MIN_BOND = 1 ether;
uint256 public constant CHALLENGE_WINDOW = 30 minutes;
uint256 public constant LP_FEE_BPS = 5;