Skip to content

Commit

Permalink
Merge pull request #91 from develei/master
Browse files Browse the repository at this point in the history
[update] fix DLN's id and remove withdraws
  • Loading branch information
vrtnd authored Dec 13, 2023
2 parents c1b7c89 + 29b2d50 commit 8119016
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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
2 changes: 1 addition & 1 deletion src/data/bridgeNetworkData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export default [
},

{
id: 43,
id: 20,
displayName: "DLN (Powered by deBridge)",
bridgeDbName: "debridgedln",
iconLink: "icons:debridgedln",
Expand Down

0 comments on commit 8119016

Please sign in to comment.