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 20, 2024
1 parent a8bcde7 commit 55f2cbd
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.
0x80A19BeBb0F8C1aBd149c75e9705916545A89642, // Engine Proxy address.
0x2F3fb34955F457c795026C09a178de6E06B34a1A, // 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 55f2cbd

Please sign in to comment.