Skip to content

Conversation

@dkackman
Copy link
Collaborator

@dkackman dkackman commented Oct 2, 2025

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
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