Skip to content

Commit

Permalink
astroport fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Nov 9, 2023
1 parent f02613d commit 74629fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/handlers/triggerAdaptor.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,9 @@ const main = async (body) => {
if (
data[0]?.underlyingTokens?.length &&
protocolConfig[body.adaptor]?.category === 'Dexes' &&
!['balancer-v2', 'curve-dex', 'clipper'].includes(body.adaptor) &&
!['balancer-v2', 'curve-dex', 'clipper', 'astroport'].includes(
body.adaptor
) &&
!['elrond', 'near', 'hedera', 'carbon'].includes(
data[0].chain.toLowerCase()
)
Expand Down

0 comments on commit 74629fd

Please sign in to comment.