Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
GalaxySciTech committed Nov 9, 2023
1 parent 904594c commit c4417cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/service/zero/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ export const getPayloads = async () => {
],
`0x${log.data.substring(130)}`
);
payloads.push(values);
if (Number(values[3]) == xdcdevnet.id) {
payloads.push(values);
}
});

return payloads;
Expand Down

0 comments on commit c4417cb

Please sign in to comment.