Skip to content

Commit

Permalink
node v27: event filter update
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjah committed Nov 21, 2023
1 parent 7228d87 commit f3ad114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/custom/bridge/massa-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ export async function waitForMintEvent(
let counterMs = 0;
while (counterMs < WAIT_STATUS_TIMEOUT) {
const events = await client.smartContracts().getFilteredScOutputEvents({
emitter_address: null,
emitter_address: CONTRACT_ADDRESS,
start: null,
end: null,
original_caller_address: CONTRACT_ADDRESS,
original_caller_address: null,
original_operation_id: null,
is_final: true,
});
Expand Down

0 comments on commit f3ad114

Please sign in to comment.