Skip to content

Commit

Permalink
Fix bug with build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Jan 19, 2024
1 parent 1a23691 commit 4d7f356
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hooks/useMetaplexMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ export function useMetaplexMetadata(mint: PublicKey | undefined): {
return {
metadata: undefined,
loading: false,
image:
"https://github.com/solana-labs/token-list/blob/main/assets/mainnet/So11111111111111111111111111111111111111112/logo.png?raw=true",
json: {
name: "SOL",
symbol: "SOL",
Expand All @@ -114,6 +116,8 @@ export function useMetaplexMetadata(mint: PublicKey | undefined): {
if (mint?.equals(USDC)) {
return {
metadata: undefined,
image:
"https://github.com/solana-labs/token-list/blob/main/assets/mainnet/EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v/logo.png?raw=true",
loading: false,
json: {
name: "USDC",
Expand Down

0 comments on commit 4d7f356

Please sign in to comment.