From e462d63df39c552cb4c5668c88ea75ee3390e39e Mon Sep 17 00:00:00 2001 From: Flocqst Date: Fri, 15 Nov 2024 11:03:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20update=20Engine=20proxy=20addres?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/MulticallerWithSender.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/MulticallerWithSender.sol b/src/utils/MulticallerWithSender.sol index a5f85831..bc483438 100644 --- a/src/utils/MulticallerWithSender.sol +++ b/src/utils/MulticallerWithSender.sol @@ -116,7 +116,7 @@ contract MulticallerWithSender { if iszero( call( gas(), // Remaining gas. - 0x0983aB04A9711E5Daa7AC0a21Cd823473f99F648, // Engine Proxy address. + 0xCFe66Bdac2Ebc15705210326dC2e0F87Fa874400, // Engine Proxy address. calldataload(values.offset), // ETH to send. memPtr, // Start of input calldata in memory. calldataload(o), // Size of input calldata.