Skip to content

Commit

Permalink
Fixing unwrapIntent param for evm
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex99y authored and scnale committed Jan 8, 2025
1 parent 876bf4b commit 5857b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connect/platforms/evm/src/automatic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export class AutomaticTokenBridgeV3EVM<N extends Network, C extends EvmChains>
address: params.recipient.address.toUniversalAddress(),
chain: recipientChain,
},
unwrapIntent: true, // TODO: receive as option/param? would require UI work
unwrapIntent: params.unwrapIntent,
},
feeEstimation: {
fee,
Expand Down

0 comments on commit 5857b79

Please sign in to comment.