Skip to content

Commit

Permalink
Update tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
prettyirrelevant authored Oct 18, 2024
1 parent dcfabd6 commit eb98f6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/bridgebloc/apps/conversions/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def cctp_send_token_to_recipient() -> None:
int(usdc_token.convert_from_token_to_wei(step.conversion.actual_amount)), # type: ignore[union-attr] # noqa: E501
step.conversion.destination_token.address,
step.conversion.destination_address,
0,
)
unsigned_tx = send_to_recipient_fn_call.build_transaction(
TxParams(
Expand Down

0 comments on commit eb98f6b

Please sign in to comment.