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

feat: APP-551 crypto purchase email #2599

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

blushi
Copy link
Member

@blushi blushi commented Feb 13, 2025

Description

Needs https://github.com/regen-network/regen-server/pull/524 before it can be tested

Closes: https://regennetwork.atlassian.net/browse/APP-551


Author Checklist

All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.

I have...

  • provided a link to the relevant issue or specification
  • provided instructions on how to test
  • reviewed "Files changed" and left comments if necessary
  • confirmed all CI checks have passed

How to test

Reviewers Checklist

All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items
.

I have...

  • confirmed all author checklist items have been addressed
  • reviewed code correctness and readability
  • verified React components follow DRY principles
  • reviewed documentation is accurate
  • reviewed tests
  • manually tested (if applicable)

@blushi blushi requested a review from r41ph February 13, 2025 16:30
Copy link

netlify bot commented Feb 13, 2025

Deploy Preview for regen-website ready!

Name Link
🔨 Latest commit b2ac6f4
🔍 Latest deploy log https://app.netlify.com/sites/regen-website/deploys/67ae1e0d61c405000868bb8a
😎 Deploy Preview https://deploy-preview-2599--regen-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Feb 13, 2025

Deploy Preview for terrasos ready!

Name Link
🔨 Latest commit b2ac6f4
🔍 Latest deploy log https://app.netlify.com/sites/terrasos/deploys/67ae1e0d8c2c680008119770
😎 Deploy Preview https://deploy-preview-2599--terrasos.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.


let href = '';
if (baseDenom === GRAVITY_USDC_DENOM)
href = 'https://regen-registry.s3.us-east-1.amazonaws.com/usdc.grv.png';
Copy link
Member Author

Choose a reason for hiding this comment

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

we need image urls to use in the confirmation email

maybe we could set them as env var?
but not sure it's gonna change very often so maybe it's fine to have it hardcoded here
thoughts @r41ph?

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.

1 participant