fix: Finalize ekubo executor address

This commit is contained in:
TAMARA LIPOWSKI
2025-03-31 17:42:56 +02:00
parent c678f40057
commit c0068d456b
3 changed files with 5 additions and 3 deletions

View File

@@ -33,6 +33,9 @@ const executors_to_deploy = {
// Args: Pool manager
{exchange: "UniswapV4Executor", args: ["0x000000000004444c5dc75cB358380D2e3dE08A90"]},
{exchange: "BalancerV2Executor", args: []},
// Args: Ekubo core contract
{exchange: "EkuboExecutor", args: [
"0xe0e0e08A6A4b9Dc7bD67BCB7aadE5cF48157d444"
],
"base":[
// Args: Factory, Pool Init Code Hash

View File

@@ -554,8 +554,7 @@ contract TychoRouter is AccessControl, Dispatcher, Pausable, ReentrancyGuard {
}
function locked(uint256) external {
// TODO replace with real executor address once deployed
address executor = address(0x5991A2dF15A8F6A256D3Ec51E99254Cd3fb576A9);
address executor = address(0x5E40985A4d4E8DbAd1dc35fFCfacfCde3e3d1806);
// slither-disable-next-line controlled-delegatecall,low-level-calls
(bool success, bytes memory result) = executor.delegatecall(