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,6 +58,9 @@ contract DeployEnhancedSwapRouter is Script {
console.log("\nEnhancedSwapRouter deployed at:", address(router));
// Grant ROUTING_MANAGER_ROLE to deployer so setRoutingConfig can be called
router.grantRole(router.ROUTING_MANAGER_ROLE(), deployer);
// Configure default routing
_configureDefaultRouting(router, deployer);