fix: Finalize ekubo executor address
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user