Skip to content

Commit

Permalink
sendeR
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Oct 24, 2024
1 parent ff9d75f commit af74cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/localnet/src/handleOnEVMCalled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ export const handleOnEVMCalled = async ({
}) => {
log("EVM", "Gateway: 'Called' event emitted");
try {
const sender = args[0];
const receiver = args[1];
const message = args[2];

(deployer as NonceManager).reset();
const context = {
origin: protocolContracts.gatewayZEVM.target,
origin: sender,
sender: await fungibleModuleSigner.getAddress(),
chainID: 1,
};
Expand Down

0 comments on commit af74cba

Please sign in to comment.