Skip to content

Commit

Permalink
chore: deny stargateV2 (#7825)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis authored Sep 26, 2024
1 parent 4cc9a6a commit bca1fdb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export async function getTradeQuote(
// used for analytics and affiliate fee - do not change this without considering impact
integrator: LIFI_INTEGRATOR_ID,
slippage: Number(slippageTolerancePercentageDecimal),
bridges: { deny: ['stargate', 'amarok', 'arbitrum'] },
bridges: { deny: ['stargate', 'stargateV2', 'amarok', 'arbitrum'] },
allowSwitchChain: true,
fee: affiliateBpsDecimalPercentage.isZero()
? undefined
Expand Down

0 comments on commit bca1fdb

Please sign in to comment.