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

Solana wallets #1980

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Solana wallets #1980

wants to merge 2 commits into from

Conversation

jvonasek
Copy link
Collaborator

No description provided.

Copy link

netlify bot commented Dec 20, 2024

Deploy Preview for testnet-hydra-app ready!

Name Link
🔨 Latest commit c3e3c40
🔍 Latest deploy log https://app.netlify.com/sites/testnet-hydra-app/deploys/67659c129cfe55000866c6c8
😎 Deploy Preview https://deploy-preview-1980--testnet-hydra-app.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
6 paths audited
Performance: 31 (🟢 up 1 from production)
Accessibility: 89 (🔴 down 2 from production)
Best Practices: 99 (🟢 up 3 from production)
SEO: 97 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

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

Copy link

netlify bot commented Dec 20, 2024

Deploy Preview for hydradx-storybook ready!

Name Link
🔨 Latest commit c3e3c40
🔍 Latest deploy log https://app.netlify.com/sites/hydradx-storybook/deploys/67659c1208063c0008d3405b
😎 Deploy Preview https://deploy-preview-1980--hydradx-storybook.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 Dec 20, 2024

Deploy Preview for edge-hydra-app ready!

Name Link
🔨 Latest commit c3e3c40
🔍 Latest deploy log https://app.netlify.com/sites/edge-hydra-app/deploys/67659c122509090008057959
😎 Deploy Preview https://deploy-preview-1980--edge-hydra-app.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
6 paths audited
Performance: 23 (🔴 down 1 from production)
Accessibility: 92 (no change from production)
Best Practices: 96 (no change from production)
SEO: 97 (no change from production)
PWA: 80 (no change from production)
View the detailed breakdown and full score reports

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

@jvonasek jvonasek changed the title Solana support Solana wallets Dec 20, 2024
return !!provider?.isSolflare
}

export const safeConvertSolanaAddressToSS58 = (address: string, prefix = 0) => {
Copy link
Member

Choose a reason for hiding this comment

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

What is the reason behind this ? I don't think we can, or need to convert sol address to ss58 ..

Copy link
Collaborator Author

@jvonasek jvonasek Dec 24, 2024

Choose a reason for hiding this comment

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

So it is compatible with polkadot API calls, when Solana wallet is selected as main account. It is quickest solution for now so we don't get any API errors.

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.

2 participants