Skip to content

Commit

Permalink
👷 update Engine proxy address
Browse files Browse the repository at this point in the history
  • Loading branch information
Flocqst committed Nov 15, 2024
1 parent 49a79ce commit e462d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/MulticallerWithSender.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e462d63

Please sign in to comment.