-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
embedded-v3: send sdk info in iframe #819
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
export type CrossmintEmbeddedCheckoutV3ServiceProps = { apiClient: CrossmintApiClient }; | ||
export type CrossmintEmbeddedCheckoutV3ServiceProps = { | ||
apiClient: CrossmintApiClient, | ||
sdkMetadata: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think we have access to CrossmintApiClientInternalConfig["sdkMetadata"]
from here, better to keep in sync
* embedded-v3: send sdk info in iframe * refactor * fix * lint
* working * embed v3: dynamic connection (#798) * save * tweak off * cond * fix build * key * chain parse * save * embed v3: crypto tx sending (#818) working * embedded-v3: send sdk info in iframe (#819) * embedded-v3: send sdk info in iframe * refactor * fix * lint * v3: Rename component for v0 release (#820) * v3: rename component to alpha for now * duh * embed: update types (#822) types: sync * embed: useCrossmintCheckout (#823) * changeset --------- Co-authored-by: Pablo Egido <[email protected]>
Description
Sending SDK info to the iframe
Test plan
Package updates