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: solana chain, balances & fee #150

Draft
wants to merge 1 commit into
base: feat/solana-secrets
Choose a base branch
from

Conversation

meeh0w
Copy link
Member

@meeh0w meeh0w commented Feb 19, 2025

🚧 🚧 🚧 🚧 🚧

Description

Notes

Changes

Testing

Screenshots:

Checklist for the author

  • I've covered new/modified business logic with Jest test cases.
  • I've tested the changes myself before sending it to code review and QA.

const fromAddress = useMemo(
() =>
network?.chainId && active
? getAddressForChain(network?.chainId, active)
Copy link
Contributor

@csabbee csabbee Feb 20, 2025

Choose a reason for hiding this comment

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

I know that the third argument is optional, but so far I saw that you passed network.caipId everywhere so just wanted to know whether this was deliberately left out.
#justAsking

@meeh0w meeh0w mentioned this pull request Feb 20, 2025
2 tasks
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