Skip to content

Commit

Permalink
fix: Add tips for solana transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
wenty22 committed Nov 14, 2024
1 parent 37ee49d commit 6a2623b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .release/.changeset/stale-files-kick.md

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export function useSolanaAccount() {
return {
address: publicKey?.toBase58(),
isConnected: connected,
chainId: solana?.id,
chainId: connected ? solana?.id : undefined,
};
}

0 comments on commit 6a2623b

Please sign in to comment.