Skip to content
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

Add production environment, update content types #627

Merged
merged 3 commits into from
Jun 14, 2024
Merged

Conversation

rygine
Copy link
Collaborator

@rygine rygine commented Jun 14, 2024

Summary

  • Added production environment option when creating a client
  • Removed dependency on @xmtp/xmtp-js for content types

@rygine rygine requested a review from a team June 14, 2024 15:16
Copy link

changeset-bot bot commented Jun 14, 2024

🦋 Changeset detected

Latest commit: 48ac347

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@xmtp/mls-client Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@rygine rygine requested a review from humanagent as a code owner June 14, 2024 15:16
Copy link

cloudflare-workers-and-pages bot commented Jun 14, 2024

Deploying xmtp-js-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 48ac347
Status: ✅  Deploy successful!
Preview URL: https://ad0fc64d.xmtp-js.pages.dev
Branch Preview URL: https://rygine-prod-env.xmtp-js.pages.dev

View logs

@rygine rygine changed the title Add production environment Add production environment, update content types Jun 14, 2024
Client.create(user.account.address, {
env: 'local',
env: env ?? 'local',
Copy link
Contributor

Choose a reason for hiding this comment

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

🔥

@rygine rygine force-pushed the rygine/prod-env branch from 375cb8c to 48ac347 Compare June 14, 2024 16:50
@rygine rygine merged commit 1150ef3 into main Jun 14, 2024
9 checks passed
@rygine rygine deleted the rygine/prod-env branch June 14, 2024 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants