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 BRLA support to dropdown and types. #467

Open
wants to merge 6 commits into
base: staging
Choose a base branch
from

Conversation

gianfra-t
Copy link
Contributor

@gianfra-t gianfra-t commented Feb 7, 2025

Issue: #454

Changes

  • Adds BRLA icon and token config, with what we know so far.
  • Separate OutputTokenDetails into a base BaseOutputTokenDetails type and an extension with Spacewalk or Moonbeam specific properties. Similarly to InputTokenType.
  • New helper functions to distinguish and get the specific Output types.
  • Replace the use of the old helper functions and types across the code. Tries to use the base type as much as possible.

@gianfra-t gianfra-t linked an issue Feb 7, 2025 that may be closed by this pull request
Copy link

netlify bot commented Feb 7, 2025

Deploy Preview for pendulum-pay ready!

Name Link
🔨 Latest commit edef46e
🔍 Latest deploy log https://app.netlify.com/sites/pendulum-pay/deploys/67a9fe5515ea9600081107e5
😎 Deploy Preview https://deploy-preview-467--pendulum-pay.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.

@@ -82,6 +120,13 @@ const PENDULUM_USDC_ASSETHUB = {
pendulumDecimals: 6,
};

const PENDULUM_BRLA_MOONBEAM = {
pendulumErc20WrapperAddress: '6dAegKXwGWEXkfhNbeqeKothqhe6G81McRxG8zvaDYrpdVHF',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This address is a placeholder.

@gianfra-t gianfra-t marked this pull request as ready for review February 10, 2025 13:26
@gianfra-t gianfra-t requested a review from a team February 10, 2025 13:26
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.

Show BRL in the vortex to dropdown
1 participant