Skip to content

Commit

Permalink
[update] remove DLN's withdraws
Browse files Browse the repository at this point in the history
  • Loading branch information
develei committed Dec 13, 2023
1 parent 42eb653 commit 29b2d50
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/adapters/debridgedln/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ const constructParams = (chain: SupportedChains) => {
mapTokens: { "0x0000000000000000000000000000000000000000": token },
};

const finalWithdrawParams = {
...withdrawParams,
mapTokens: { "0x0000000000000000000000000000000000000000": token },
};
// const finalWithdrawParams = {
// ...withdrawParams,
// mapTokens: { "0x0000000000000000000000000000000000000000": token },
// };

eventParams.push(finalDepositParams, finalWithdrawParams);
eventParams.push(finalDepositParams);

return async (fromBlock: number, toBlock: number) =>
getTxDataFromEVMEventLogs("debridgedln", chain, fromBlock, toBlock, eventParams);
Expand Down

0 comments on commit 29b2d50

Please sign in to comment.