Skip to content

no SVG thumbnails on testnet#693

Merged
Rigidity merged 1 commit into
xch-dev:mainfrom
dkackman:bug-692
Oct 15, 2025
Merged

no SVG thumbnails on testnet#693
Rigidity merged 1 commit into
xch-dev:mainfrom
dkackman:bug-692

Conversation

@dkackman

@dkackman dkackman commented Oct 2, 2025

Copy link
Copy Markdown
Collaborator

fix #692

change

let url = format!(
    "https://assets.mainnet.mintgarden.io/thumbnails/{data_hash}_512.webp"
);

to

let url = format!(
    "https://assets.{}.mintgarden.io/thumbnails/{data_hash}_512.webp",
    if testnet { "testnet" } else { "mainnet" }
);

@Rigidity Rigidity merged commit 5a6408e into xch-dev:main Oct 15, 2025
6 of 8 checks passed
@dkackman dkackman deleted the bug-692 branch April 19, 2026 23:50
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.

SVG image doesn't show thumbnail for NFTs page and transaction list

2 participants