Skip to content

Conversation

jeetparikh
Copy link
Contributor

Hi👋, please ensure the PR title follows the below standards:

  • PR is titled with conventional commit style naming: type(scope): message. For example: feat(passport): my new feature
  • If you have introduced modification that necessitates immediate adjustments by this SDK's users to their applications, clients, or integrations to avert disruptions to existing features or functionalities, add a ! after the type(scope), for example feat(passport)!: my new breaking feature

Summary

Detail and impact of the change

Added

Changed

Deprecated

Removed

Fixed

Security

Anything else worth calling out?

@jeetparikh jeetparikh requested a review from a team as a code owner September 5, 2025 01:42
Copy link

nx-cloud bot commented Sep 5, 2025

View your CI Pipeline Execution ↗ for commit 3d4cc00

Command Status Duration Result
nx affected -t build,lint,test ✅ Succeeded 2m 4s View ↗
nx run-many -p @imtbl/sdk,@imtbl/checkout-widge... ✅ Succeeded 1m 4s View ↗

☁️ Nx Cloud last updated this comment at 2025-09-05 05:41:42 UTC

});

// Use child token address if mapping exists, otherwise use original token address
tokenAddress = tokenMapping.childToken ?? formToken.token.address;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this fallback necessary if you already assign

let tokenAddress = formToken.token.address;

above the trycatch?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addressed

@jeetparikh jeetparikh added this pull request to the merge queue Sep 8, 2025
Merged via the queue into main with commit 44be580 Sep 8, 2025
10 checks passed
@jeetparikh jeetparikh deleted the feat/gfi-1060-bridge-widget-sanctions-v2 branch September 8, 2025 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants